Skip to content

Commit

Permalink
Updated pyyaml and httptools in requirements template (#19666)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis Sullivan <Louis.Sullivan1@ibm.com>
  • Loading branch information
louissullivan4 and Louis Sullivan authored Sep 24, 2024
1 parent 5732e27 commit e370b81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
h11==0.12.0
httptools==0.1.2
httptools>=0.3.0,<0.7.0
httpx==0.24.1
idna==3.7
itsdangerous==1.1.0
Expand All @@ -23,7 +23,7 @@ promise==2.3
pydantic>=2
python-dotenv==0.17.1
python-multipart==0.0.7
PyYAML==5.4.1
PyYAML>=5.4.1,<6.1.0
requests==2.32.0
Rx==1.6.1
starlette==0.36.3
Expand Down
4 changes: 2 additions & 2 deletions samples/server/petstore/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
h11==0.12.0
httptools==0.1.2
httptools>=0.3.0,<0.7.0
httpx==0.24.1
idna==3.7
itsdangerous==1.1.0
Expand All @@ -23,7 +23,7 @@ promise==2.3
pydantic>=2
python-dotenv==0.17.1
python-multipart==0.0.7
PyYAML==5.4.1
PyYAML>=5.4.1,<6.1.0
requests==2.32.0
Rx==1.6.1
starlette==0.36.3
Expand Down

0 comments on commit e370b81

Please sign in to comment.