Skip to content

Commit c8dd426

Browse files
committed
add flasgmith-engine dependency, bump locked version on releases
1 parent 94154b0 commit c8dd426

File tree

3 files changed

+161
-1
lines changed

3 files changed

+161
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ optional-dependencies = { test-tools = [
2727
"prometheus-client (>=0.0.16)",
2828
], flagsmith-schemas = [
2929
"typing_extensions",
30+
"flagsmith-flag-engine>10",
3031
] }
3132
authors = [
3233
{ name = "Matthew Elwell" },

release-please-config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"release-type": "python"
1313
}
1414
},
15+
"extra-files": [
16+
{
17+
"path": "uv.lock",
18+
"type": "toml",
19+
"jsonpath": "$.package[?(@.name.value=='flagsmith-common')].version"
20+
}
21+
],
1522
"changelog-sections": [
1623
{
1724
"type": "chore",
@@ -59,4 +66,4 @@
5966
"section": "Tests"
6067
}
6168
]
62-
}
69+
}

0 commit comments

Comments
 (0)