Spaces:
Sleeping
Sleeping
Update libraries
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
aiohttp
|
| 2 |
python-dotenv[cli]~=1.0.0
|
| 3 |
gitpython==3.1.43
|
| 4 |
json-repair==0.29.2
|
|
@@ -7,7 +7,7 @@ jinja2==3.1.4
|
|
| 7 |
Pillow==10.3.0
|
| 8 |
pyarrow~=16.0.0
|
| 9 |
pydantic==2.9.1
|
| 10 |
-
langchain~=0.3.
|
| 11 |
langchain-core~=0.3.0
|
| 12 |
langchain-community==0.3.0
|
| 13 |
streamlit~=1.38.0
|
|
|
|
| 1 |
+
aiohttp>=3.10.11
|
| 2 |
python-dotenv[cli]~=1.0.0
|
| 3 |
gitpython==3.1.43
|
| 4 |
json-repair==0.29.2
|
|
|
|
| 7 |
Pillow==10.3.0
|
| 8 |
pyarrow~=16.0.0
|
| 9 |
pydantic==2.9.1
|
| 10 |
+
langchain~=0.3.7
|
| 11 |
langchain-core~=0.3.0
|
| 12 |
langchain-community==0.3.0
|
| 13 |
streamlit~=1.38.0
|