Update dependencies in requirements.txt: downgrade aiohttp, add iniconfig, and update langchain packages
Browse files- app/requirements.txt +9 -2
app/requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
aiofiles==24.1.0
|
2 |
aiohappyeyeballs==2.6.1
|
3 |
-
aiohttp==3.11
|
4 |
aiosignal==1.3.2
|
5 |
altair==5.5.0
|
6 |
annotated-types==0.7.0
|
@@ -62,6 +62,7 @@ ics==0.7.2
|
|
62 |
idna==3.10
|
63 |
importlib_metadata==8.5.0
|
64 |
importlib_resources==6.5.2
|
|
|
65 |
itsdangerous==2.2.0
|
66 |
Jinja2==3.1.6
|
67 |
jiter==0.8.2
|
@@ -74,9 +75,11 @@ kiwisolver==1.4.8
|
|
74 |
kubernetes==32.0.1
|
75 |
langchain==0.3.21
|
76 |
langchain-community==0.3.20
|
77 |
-
langchain-core==0.3.
|
78 |
langchain-mongodb==0.5.0
|
79 |
langchain-openai==0.3.7
|
|
|
|
|
80 |
langchain-text-splitters==0.3.7
|
81 |
langdetect==1.0.9
|
82 |
langsmith==0.3.11
|
@@ -121,6 +124,9 @@ pdf2image==1.17.0
|
|
121 |
pdfminer.six==20250327
|
122 |
pi_heif==0.22.0
|
123 |
pillow==11.1.0
|
|
|
|
|
|
|
124 |
posthog==3.18.1
|
125 |
propcache==0.3.1
|
126 |
proto-plus==1.26.0
|
@@ -173,6 +179,7 @@ SQLAlchemy==2.0.39
|
|
173 |
starlette==0.46.0
|
174 |
streamlit==1.43.2
|
175 |
sympy==1.13.1
|
|
|
176 |
TatSu==5.13.1
|
177 |
tenacity==9.0.0
|
178 |
threadpoolctl==3.5.0
|
|
|
1 |
aiofiles==24.1.0
|
2 |
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.10.11
|
4 |
aiosignal==1.3.2
|
5 |
altair==5.5.0
|
6 |
annotated-types==0.7.0
|
|
|
62 |
idna==3.10
|
63 |
importlib_metadata==8.5.0
|
64 |
importlib_resources==6.5.2
|
65 |
+
iniconfig==2.1.0
|
66 |
itsdangerous==2.2.0
|
67 |
Jinja2==3.1.6
|
68 |
jiter==0.8.2
|
|
|
75 |
kubernetes==32.0.1
|
76 |
langchain==0.3.21
|
77 |
langchain-community==0.3.20
|
78 |
+
langchain-core==0.3.51
|
79 |
langchain-mongodb==0.5.0
|
80 |
langchain-openai==0.3.7
|
81 |
+
langchain-pinecone==0.2.5
|
82 |
+
langchain-tests==0.3.17
|
83 |
langchain-text-splitters==0.3.7
|
84 |
langdetect==1.0.9
|
85 |
langsmith==0.3.11
|
|
|
124 |
pdfminer.six==20250327
|
125 |
pi_heif==0.22.0
|
126 |
pillow==11.1.0
|
127 |
+
pinecone==6.0.2
|
128 |
+
pinecone-plugin-interface==0.0.7
|
129 |
+
pluggy==1.5.0
|
130 |
posthog==3.18.1
|
131 |
propcache==0.3.1
|
132 |
proto-plus==1.26.0
|
|
|
179 |
starlette==0.46.0
|
180 |
streamlit==1.43.2
|
181 |
sympy==1.13.1
|
182 |
+
syrupy==4.9.1
|
183 |
TatSu==5.13.1
|
184 |
tenacity==9.0.0
|
185 |
threadpoolctl==3.5.0
|