Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fastapi dependency pins #17173

Merged
merged 18 commits into from Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions requirements/app/base.txt
@@ -1,4 +1,4 @@
lightning-cloud>=0.5.31
lightning-cloud>=0.5.33
packaging
typing-extensions>=4.0.0, <=4.4.0
deepdiff>=5.7.0, <6.2.4
Expand All @@ -12,15 +12,16 @@ beautifulsoup4>=4.8.0, <4.11.2
inquirer>=2.10.0, <=3.1.2
psutil<5.9.5
click<=8.1.3
fastapi<0.89.0 # strict; TODO: broken serializations

fastapi>=0.69.0,<0.89.0 # strict; TODO: broken serializations
starlette # https://fastapi.tiangolo.com/deployment/versions/#about-starlette
carmocca marked this conversation as resolved.
Show resolved Hide resolved
pydantic>=1.6.2,<2.0.0 # https://fastapi.tiangolo.com/deployment/versions/#about-pydantic

carmocca marked this conversation as resolved.
Show resolved Hide resolved
dateutils<=0.6.12
Jinja2<=3.1.2
pydantic<=1.10.4
PyYAML<=6.0
requests<2.28.3
rich >=12.3.0, <=13.0.1
starlette<0.24.0
urllib3<=1.26.13
uvicorn<=0.17.6
websocket-client<1.5.2
Expand Down
1 change: 0 additions & 1 deletion requirements/app/test.txt
Expand Up @@ -11,5 +11,4 @@ trio<0.22.0
pympler
psutil
setuptools<67.7.0
sqlmodel
carmocca marked this conversation as resolved.
Show resolved Hide resolved
requests-mock