We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe1c9 commit 99be2a3Copy full SHA for 99be2a3
pyproject.toml
@@ -11,7 +11,7 @@ homepage = "https://github.com/python-pinot-dbapi/pinot-dbapi"
11
[tool.poetry.dependencies]
12
python = ">=3.8,<4"
13
ciso8601 = "^2.1.3"
14
-httpx = "0.28.1"
+httpx = ">=0.28.1,<0.29"
15
sqlalchemy = {version = ">=1.4,<2", optional = true}
16
requests = "^2.25.0"
17
# Explicitly pinning h11 to version 0.16.0 to override a CVE-affected transitive dependency in httpx.
0 commit comments