We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6f9c7 commit a88da55Copy full SHA for a88da55
1 file changed
pyproject.toml
@@ -8,8 +8,8 @@ readme = "README.md"
8
9
[tool.poetry.dependencies]
10
python = ">=3.8,<4.0"
11
-httpx = "^0.28.1"
12
-pydantic = "^2.10.6"
+httpx = ">=0.23.0,<1.0.0"
+pydantic = ">=2.10.6,<3.0.0"
13
cachetools = "^5.5.2"
14
apscheduler = "^3.11.0"
15
jinja2 = "^3.1.6"
0 commit comments