Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -21,7 +21,7 @@ colorama==0.4.6
|
|
| 21 |
coloredlogs==15.0.1
|
| 22 |
dataclasses-json==0.5.14
|
| 23 |
Deprecated==1.2.14
|
| 24 |
-
fastapi==0.100.0
|
| 25 |
fastapi-socketio==0.0.10
|
| 26 |
filelock==3.13.1
|
| 27 |
filetype==1.2.0
|
|
@@ -85,7 +85,7 @@ protobuf==4.25.2
|
|
| 85 |
pulsar-client==3.4.0
|
| 86 |
pyasn1==0.5.1
|
| 87 |
pyasn1-modules==0.3.0
|
| 88 |
-
pydantic==1.10.12
|
| 89 |
PyJWT==2.8.0
|
| 90 |
pypdf==3.17.4
|
| 91 |
PyPika==0.48.9
|
|
|
|
| 21 |
coloredlogs==15.0.1
|
| 22 |
dataclasses-json==0.5.14
|
| 23 |
Deprecated==1.2.14
|
| 24 |
+
fastapi==0.100.0
|
| 25 |
fastapi-socketio==0.0.10
|
| 26 |
filelock==3.13.1
|
| 27 |
filetype==1.2.0
|
|
|
|
| 85 |
pulsar-client==3.4.0
|
| 86 |
pyasn1==0.5.1
|
| 87 |
pyasn1-modules==0.3.0
|
| 88 |
+
pydantic==1.10.12 # Adjusted to match compatibility with existing packages
|
| 89 |
PyJWT==2.8.0
|
| 90 |
pypdf==3.17.4
|
| 91 |
PyPika==0.48.9
|