Skip to content

Commit a033b99

Browse files
committed
fix: pip requirements version conflicts
1 parent 73e58da commit a033b99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11

22
isort==6.0.1
33
langchain==0.3.26
4-
langchain-community==0.3.21
5-
langchain-core==0.3.67
4+
langchain-community==0.3.27
5+
langchain-core==0.3.72
66
langchain-experimental==0.3.4
77
langchain-openai==0.3.27
8-
langchain-pinecone==0.2.8
8+
langchain-pinecone==0.2.11
99
langchain-tests==0.3.20
1010
langchain-text-splitters==0.3.8
1111
langchainhub==0.1.21
1212
langsmith==0.3.45
1313
openai==1.93.0
1414
pinecone==7.3.0
15-
pinecone-text==0.10.0
15+
pinecone-text
1616
pydantic==2.11.7
1717
pydantic-settings==2.10.1
18-
pydantic_core==2.35.2
18+
pydantic_core==2.33.2
1919
python-decouple==3.8
2020
python-dotenv==1.1.1
2121
pypdf==5.7.0

0 commit comments

Comments
 (0)