Skip to content

Commit 99be2a3

Browse files
xiangfu0Copilot
andauthored
Update pyproject.toml
Co-authored-by: Copilot <[email protected]>
1 parent 7cfe1c9 commit 99be2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ homepage = "https://github.com/python-pinot-dbapi/pinot-dbapi"
1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4"
1313
ciso8601 = "^2.1.3"
14-
httpx = "0.28.1"
14+
httpx = ">=0.28.1,<0.29"
1515
sqlalchemy = {version = ">=1.4,<2", optional = true}
1616
requests = "^2.25.0"
1717
# Explicitly pinning h11 to version 0.16.0 to override a CVE-affected transitive dependency in httpx.

0 commit comments

Comments
 (0)