Skip to content

Commit 4cde53c

Browse files
authored
update idna to newer version (fastapi) (#18372)
1 parent 24c1968 commit 4cde53c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/openapi-generator/src/main/resources/python-fastapi/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphql-relay==2.0.1
1414
h11==0.12.0
1515
httptools==0.1.2
1616
httpx==0.24.1
17-
idna==2.10
17+
idna==3.7
1818
itsdangerous==1.1.0
1919
Jinja2==2.11.3
2020
MarkupSafe==2.0.1

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphql-relay==2.0.1
1414
h11==0.12.0
1515
httptools==0.1.2
1616
httpx==0.24.1
17-
idna==2.10
17+
idna==3.7
1818
itsdangerous==1.1.0
1919
Jinja2==2.11.3
2020
MarkupSafe==2.0.1

0 commit comments

Comments
 (0)