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 e8e53d0 commit 7cfe1c9Copy full SHA for 7cfe1c9
pyproject.toml
@@ -14,6 +14,7 @@ ciso8601 = "^2.1.3"
14
httpx = "0.28.1"
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.
18
h11 = "0.16.0"
19
20
[tool.poetry.extras]
0 commit comments