Skip to content

Commit d9254d7

Browse files
authored
Merge branch 'main' into dependabot/pip/openai-1.93.0
2 parents 8e5fc7f + 6919b4c commit d9254d7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

requirements/base.txt

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

22
isort==6.0.1
3-
langchain==0.3.25
3+
langchain==0.3.26
44
langchain-community==0.3.21
5-
langchain-core==0.3.65
5+
langchain-core==0.3.67
66
langchain-experimental==0.3.4
7-
langchain-openai==0.3.24
7+
langchain-openai==0.3.27
88
langchain-pinecone==0.2.8
9-
langchain-tests==0.3.17
9+
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
14-
pinecone==7.2.0
14+
pinecone==7.3.0
1515
pinecone-text==0.10.0
1616
pydantic==2.11.7
17-
pydantic-settings==2.9.1
18-
pydantic_core==2.33.2
17+
pydantic-settings==2.10.1
18+
pydantic_core==2.35.2
1919
python-decouple==3.8
20-
python-dotenv==1.1.0
21-
pypdf==5.6.0
20+
python-dotenv==1.1.1
21+
pypdf==5.7.0
2222
tiktoken==0.9.0

requirements/local.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
# dev and test
55
# ------------
6-
pytest==8.3.4
7-
pytest_mock==3.14.0
6+
pytest==8.4.1
7+
pytest_mock==3.14.1
88

99
# Code linters, formatters, and security scanners
1010
# ------------
1111
black==25.1.0
12-
flake8==7.2.0
12+
flake8==7.3.0
1313
flake8-coding==1.3.2
14-
pre-commit==4.0.1
14+
pre-commit==4.2.0
1515
isort==6.0.1
16-
mypy==1.16.0
16+
mypy==1.16.1
1717
pylint==3.3.7
1818
bandit==1.8.3
1919
pydocstringformatter==0.7.3
20-
tox==4.25.0
20+
tox==4.27.0
2121
codespell==2.4.1
2222
pylint==3.3.7

0 commit comments

Comments
 (0)