diff --git a/requirements.txt b/requirements.txt index 2511aad..d1c8867 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 diff --git a/setup.py b/setup.py index 96905bb..1f2de99 100755 --- a/setup.py +++ b/setup.py @@ -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', ]