Skip to content

Commit

Permalink
build(deps): bump langchain-core from 0.3.21 to 0.3.22
Browse files Browse the repository at this point in the history
Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.3.21 to 0.3.22.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==0.3.21...langchain-core==0.3.22)

---
updated-dependencies:
- dependency-name: langchain-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 76ff58a commit 6234821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cx_Freeze==7.2.6
defusedxml==0.7.1
langchain_core==0.3.21
langchain_core==0.3.22
langchain_openai==0.2.9
numpy==1.26.4
pandas==2.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages=find_packages(),
install_requires=[
"defusedxml==0.7.1",
"langchain_core==0.3.21",
"langchain_core==0.3.22",
"langchain_openai==0.2.9",
"numpy==1.26.4",
"pandas==2.2.3",
Expand Down

0 comments on commit 6234821

Please sign in to comment.