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 72adea4 commit e8e53d0Copy full SHA for e8e53d0
pyproject.toml
@@ -9,11 +9,12 @@ packages = [{include = "pinotdb"}]
9
homepage = "https://github.com/python-pinot-dbapi/pinot-dbapi"
10
11
[tool.poetry.dependencies]
12
-python = ">=3.7,<4"
+python = ">=3.8,<4"
13
ciso8601 = "^2.1.3"
14
-httpx = ">=0.23.0,<0.28.0"
+httpx = "0.28.1"
15
sqlalchemy = {version = ">=1.4,<2", optional = true}
16
requests = "^2.25.0"
17
+h11 = "0.16.0"
18
19
[tool.poetry.extras]
20
sqlalchemy = ["sqlalchemy", "requests"]
0 commit comments