Skip to content

Commit

Permalink
feat(deps): loosen flagsmith-flag-engine constraints
Browse files Browse the repository at this point in the history
This allows to use flagsmith with flagsmiht-flag-engine >=5.0.0 as well, which would allow to use pydantic >=2.0

partially closes #55

Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Nov 22, 2023
1 parent 7721dc7 commit 397e669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages = [
python = ">=3.7.0,<4"
requests = "^2.27.1"
requests-futures = "^1.0.0"
flagsmith-flag-engine = "^4.0.0"
flagsmith-flag-engine = ">=4.0.0,<6"

[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 397e669

Please sign in to comment.