File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ifeq ($(OS),Windows_NT)
3
3
PYTHON = python.exe
4
4
ACTIVATE_VENV = venv\Scripts\activate
5
5
else
6
- PYTHON = python3.12
6
+ PYTHON = python3.13
7
7
ACTIVATE_VENV = source venv/bin/activate
8
8
endif
9
9
PIP = $(PYTHON ) -m pip
Original file line number Diff line number Diff line change 1
1
2
2
isort==6.0.1
3
- langchainhub==0.1.21
4
- langchain-openai==0.3.18
5
- langchain-experimental==0.3.4
6
3
langchain==0.3.25
7
- langchain-pinecone==0.2.8
4
+ langchain-community==0.3.25
5
+ langchain-core==0.3.65
8
6
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
10
14
pinecone-client==5.0.1
15
+ pinecone-plugin-assistant==1.7.0
16
+ pinecone-plugin-interface==0.0.7
11
17
pinecone-text==0.10.0
12
18
pydantic==2.10.4
13
19
pydantic-settings==2.9.1
14
- pylint==3.3.7
20
+ pydantic_core==2.27.2
15
21
python-decouple==3.8
16
22
python-dotenv==1.1.0
17
23
pypdf==5.6.0
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ bandit==1.8.3
19
19
pydocstringformatter==0.7.3
20
20
tox==4.25.0
21
21
codespell==2.4.1
22
+ pylint==3.3.7
You can’t perform that action at this time.
0 commit comments