diff --git a/setup.py b/setup.py index 26eb71b..8e361ed 100644 --- a/setup.py +++ b/setup.py @@ -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=[