Skip to content

Commit ff75866

Browse files
matthewelwellclaude
andcommitted
deps: Bump flagsmith-flag-engine to 11.0.0
Engine 11.0.0's only breaking change is dropping Python 3.9 support; it requires >=3.10 and carries no API changes. Deliberately NOT marked as a breaking change for this SDK. This client already dropped Python 3.9 in 814e67e ("deps!: drop Python 3.9 support to allow urllib3 >=2.7.0", #227) and declares python = ">=3.10,<4", which shipped in 6.x. Engine 11 therefore imposes no constraint on consumers that this package does not already impose, so a major bump would signal a break that does not exist. Relocked with Poetry 2.x to preserve lock-version 2.1; the diff is the engine package block and the content-hash only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 8ef7083 commit ff75866

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.flagsmith.com"
1010
packages = [{ include = "flagsmith" }]
1111

1212
[tool.poetry.dependencies]
13-
flagsmith-flag-engine = "^10.2.0"
13+
flagsmith-flag-engine = "^11.0.0"
1414
iso8601 = { version = "^2.1.0", python = "<3.11" }
1515
python = ">=3.10,<4"
1616
requests = "^2.32.3"

0 commit comments

Comments
 (0)