Wauplin HF staff commited on
Commit
0a8f1f6
1 Parent(s): 4cd3e4f

pin fastapi

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,2 +1,6 @@
1
  authlib==1.2.1
2
- itsdangerous==2.1.2
 
 
 
 
 
1
  authlib==1.2.1
2
+ itsdangerous==2.1.2
3
+ # hardcoded version to be able to set a middleware after an application has started
4
+ # SessionMiddleware is needed to set the user in the session.
5
+ # Pinned dependency won't be necessary anymore once we integrate more tightly inside gradio library
6
+ fastapi==0.88.0