Skip to content

Commit 983353a

Browse files
committed
Bump minimum version of httpx to 0.24
httpx version 0.23 imports cgi, which fails in Python 3.13
1 parent df9960b commit 983353a

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
@@ -47,7 +47,7 @@ connexion = 'connexion.cli:main'
4747
[tool.poetry.dependencies]
4848
python = '^3.9'
4949
asgiref = ">= 3.4"
50-
httpx = ">= 0.23"
50+
httpx = ">= 0.24"
5151
inflection = ">= 0.3.1"
5252
jsonschema = ">=4.17.3"
5353
Jinja2 = ">= 3.0.0"

0 commit comments

Comments
 (0)