We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94154b0 commit c8dd426Copy full SHA for c8dd426
pyproject.toml
@@ -27,6 +27,7 @@ optional-dependencies = { test-tools = [
27
"prometheus-client (>=0.0.16)",
28
], flagsmith-schemas = [
29
"typing_extensions",
30
+ "flagsmith-flag-engine>10",
31
] }
32
authors = [
33
{ name = "Matthew Elwell" },
release-please-config.json
@@ -12,6 +12,13 @@
12
"release-type": "python"
13
}
14
},
15
+ "extra-files": [
16
+ {
17
+ "path": "uv.lock",
18
+ "type": "toml",
19
+ "jsonpath": "$.package[?(@.name.value=='flagsmith-common')].version"
20
+ }
21
+ ],
22
"changelog-sections": [
23
{
24
"type": "chore",
@@ -59,4 +66,4 @@
59
66
"section": "Tests"
60
67
61
68
]
62
-}
69
+}
0 commit comments