Skip to content

Commit a88da55

Browse files
committed
update httpx and pydantic version reqirement
1 parent 6a6f9c7 commit a88da55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = ">=3.8,<4.0"
11-
httpx = "^0.28.1"
12-
pydantic = "^2.10.6"
11+
httpx = ">=0.23.0,<1.0.0"
12+
pydantic = ">=2.10.6,<3.0.0"
1313
cachetools = "^5.5.2"
1414
apscheduler = "^3.11.0"
1515
jinja2 = "^3.1.6"

0 commit comments

Comments
 (0)