Skip to content

Commit 7625884

Browse files
committed
chore: version bumps
1 parent 7f1512a commit 7625884

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ifeq ($(OS),Windows_NT)
33
PYTHON = python.exe
44
ACTIVATE_VENV = venv\Scripts\activate
55
else
6-
PYTHON = python3.12
6+
PYTHON = python3.13
77
ACTIVATE_VENV = source venv/bin/activate
88
endif
99
PIP = $(PYTHON) -m pip

requirements/base.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11

22
isort==6.0.1
3-
langchainhub==0.1.21
4-
langchain-openai==0.3.18
5-
langchain-experimental==0.3.4
63
langchain==0.3.25
7-
langchain-pinecone==0.2.8
4+
langchain-community==0.3.25
5+
langchain-core==0.3.65
86
langchain-experimental==0.3.4
9-
openai>=1.40.0
7+
langchain-openai==0.3.18
8+
langchain-pinecone==0.2.8
9+
langchain-tests==0.3.20
10+
langchain-text-splitters==0.3.8
11+
langchainhub==0.1.21
12+
openai==1.88.0
13+
pinecone==7.2.0
1014
pinecone-client==5.0.1
15+
pinecone-plugin-assistant==1.7.0
16+
pinecone-plugin-interface==0.0.7
1117
pinecone-text==0.10.0
1218
pydantic==2.10.4
1319
pydantic-settings==2.9.1
14-
pylint==3.3.7
20+
pydantic_core==2.27.2
1521
python-decouple==3.8
1622
python-dotenv==1.1.0
1723
pypdf==5.6.0

requirements/local.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ bandit==1.8.3
1919
pydocstringformatter==0.7.3
2020
tox==4.25.0
2121
codespell==2.4.1
22+
pylint==3.3.7

0 commit comments

Comments
 (0)