Skip to content

Commit e8e53d0

Browse files
committed
fix: upgrade h11 to 0.16.0, httpx to 0.28.1, and python to >=3.8,<4 to address CVE-2025-43859
1 parent 72adea4 commit e8e53d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ packages = [{include = "pinotdb"}]
99
homepage = "https://github.com/python-pinot-dbapi/pinot-dbapi"
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.7,<4"
12+
python = ">=3.8,<4"
1313
ciso8601 = "^2.1.3"
14-
httpx = ">=0.23.0,<0.28.0"
14+
httpx = "0.28.1"
1515
sqlalchemy = {version = ">=1.4,<2", optional = true}
1616
requests = "^2.25.0"
17+
h11 = "0.16.0"
1718

1819
[tool.poetry.extras]
1920
sqlalchemy = ["sqlalchemy", "requests"]

0 commit comments

Comments
 (0)