Skip to content

Commit 9dfefd0

Browse files
authored
fix(deps): install strenum package only with Python 3.10 and older (#519)
1 parent 11da550 commit 9dfefd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python = "^3.9"
2222
httpx = {version = ">=0.26,<0.28", extras = ["http2"]}
2323
deprecation = "^2.1.0"
2424
pydantic = ">=1.9,<3.0"
25-
strenum = "^0.4.9"
25+
strenum = {version = "^0.4.9", python = "<3.11"}
2626

2727
[tool.poetry.dev-dependencies]
2828
pytest = "^8.3.3"

0 commit comments

Comments
 (0)