Skip to content

Commit df1a0d4

Browse files
committed
Merge branch 'main' into next-major
2 parents 3196704 + 8de7130 commit df1a0d4

2 files changed

Lines changed: 5 additions & 5 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)