Skip to content

Commit 3947e07

Browse files
hotfix: pin starlette dependency (#445)
* add starlette dependency * revert change for fastapi * update * Update requirements.txt * Update requirements.txt * Update requirements.txt --------- Co-authored-by: Aniket Maurya <theaniketmaurya@gmail.com>
1 parent 90d7d10 commit 3947e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fastapi >=0.100
22
uvicorn[standard] >=0.29.0
33
pyzmq >=22.0.0
4+
starlette<0.46.0 # TODO: fix root cause for buffer error

0 commit comments

Comments
 (0)