Skip to content

Commit

Permalink
deps: temporarily pin starlette dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Nov 17, 2020
1 parent a69ee34 commit 622332e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
python_requires='>=3.8',
install_requires=[
'fastapi',
'starlette',
# FIXME: temporarily pinned as the 0.14.x release has breaking changes and fastapi
# has not yet been updated for them.
'starlette==0.13.6',
'pydantic',
],
keywords=[
Expand Down

0 comments on commit 622332e

Please sign in to comment.