Spaces:
Sleeping
Sleeping
joel commited on
Commit ·
e90d545
1
Parent(s): bba75bb
Fix: Pin pymongo<4.6 to resolve motor compatibility issue
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -30,5 +30,6 @@ python-multipart==0.0.9
|
|
| 30 |
SQLAlchemy==2.0.25
|
| 31 |
psycopg2-binary==2.9.9
|
| 32 |
motor==3.3.2
|
|
|
|
| 33 |
typesense==0.18.0
|
| 34 |
qdrant-client==1.9.0
|
|
|
|
| 30 |
SQLAlchemy==2.0.25
|
| 31 |
psycopg2-binary==2.9.9
|
| 32 |
motor==3.3.2
|
| 33 |
+
pymongo<4.6
|
| 34 |
typesense==0.18.0
|
| 35 |
qdrant-client==1.9.0
|