Skip to content

Commit 0223081

Browse files
committed
Merge branch 'main' into beta
2 parents fffea30 + e642fb9 commit 0223081

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
isort==6.0.1
33
langchain==0.3.27
44
langchain-community==0.4.1
5-
langchain-core==0.3.72
5+
langchain-core==1.1.0
66
langchain-experimental==0.3.4
77
langchain-openai==1.0.1
88
langchain-pinecone==0.2.12
9-
langchain-tests==0.3.20
9+
langchain-tests==1.0.2
1010
langchain-text-splitters==0.3.9
1111
langchainhub==0.1.21
1212
langsmith==0.4.39
@@ -19,4 +19,4 @@ pydantic_core
1919
python-decouple==3.8
2020
python-dotenv==1.2.1
2121
pypdf==6.1.3
22-
tiktoken==0.11.0
22+
tiktoken==0.12.0

requirements/local.txt

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

44
# dev and test
55
# ------------
6-
pytest==8.4.2
6+
pytest==9.0.1
77
pytest_mock==3.14.1
88

99
# Code linters, formatters, and security scanners
@@ -14,9 +14,9 @@ flake8-coding==1.3.2
1414
pre-commit==4.2.0
1515
isort==6.0.1
1616
mypy==1.17.1
17-
pylint==3.3.7
17+
pylint==4.0.4
1818
bandit==1.8.6
1919
pydocstringformatter==0.7.5
2020
tox==4.27.0
2121
codespell==2.4.1
22-
pylint==3.3.7
22+
pylint==4.0.4

0 commit comments

Comments
 (0)