Skip to content

Commit 2f7b324

Browse files
authored
fix: support python version ">=3.8.1,<3.13" (#399)
1 parent fb5056c commit 2f7b324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.8.1,<3.12"
10+
python = ">=3.8.1,<3.13"
1111
httpx = ">=0.15.4,<0.26.0"
1212
pydantic = ">=1.10.7, <3.0"
1313
backoff = "^2.2.1"

0 commit comments

Comments
 (0)