Skip to content

Commit

Permalink
Update starlette and httpcore version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp committed Dec 27, 2024
1 parent 7fd0122 commit 7dffd4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ graphql-relay==3.2.0
gunicorn==23.0.0
h11==0.14.0
httpx
httpcore
httpcore<0.14.0,>=0.13.3
httptools==0.6.1
idna==3.10
inflection==0.5.1
Expand Down Expand Up @@ -128,7 +128,7 @@ sniffio==1.3.1
social-auth-app-django==5.4.2
social-auth-core==4.5.4
sqlparse==0.5.1
starlette<0.39.0,>=0.37.2
starlette<0.42.0,>=0.40.0
strawberry-graphql==0.243.1
strawberry-graphql-django==0.48.0
svgwrite==1.4.3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
'pynetbox>=5',
'proxmoxer>=1',
'fastapi[all]',
'starlette',
'starlette<0.42.0,>=0.40.0',
'uvicorn[standard]',
'websockets',
'jinja2',
'ujson>=5.7.0',
'orjson>=3.8.9',
'httpcore',
'httpcore<0.14.0,>=0.13.3',
'pydantic',
]

Expand Down

0 comments on commit 7dffd4e

Please sign in to comment.