Skip to content

Commit

Permalink
fix(deps): install strenum package only with Python 3.10 and older (#519
Browse files Browse the repository at this point in the history
)
  • Loading branch information
danfimov authored Oct 18, 2024
1 parent 11da550 commit 9dfefd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -22,7 +22,7 @@ python = "^3.9"
httpx = {version = ">=0.26,<0.28", extras = ["http2"]}
deprecation = "^2.1.0"
pydantic = ">=1.9,<3.0"
strenum = "^0.4.9"
strenum = {version = "^0.4.9", python = "<3.11"}

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

0 comments on commit 9dfefd0

Please sign in to comment.