Skip to content

Commit

Permalink
Merge pull request #60 from Lucs1590/dependabot/pip/langchain-core-0.…
Browse files Browse the repository at this point in the history
…3.29

build(deps): bump langchain-core from 0.3.28 to 0.3.29
  • Loading branch information
Lucs1590 authored Jan 7, 2025
2 parents ebae25b + 9bc9103 commit 27ed8f7
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.8
defusedxml==0.7.1
langchain_core==0.3.28
langchain_core==0.3.29
langchain_openai==0.2.14
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 @@ -25,7 +25,7 @@ def read(file_name):
packages=find_packages(),
install_requires=[
"defusedxml==0.7.1",
"langchain_core==0.3.28",
"langchain_core==0.3.29",
"langchain_openai==0.2.14",
"numpy==1.26.4",
"pandas==2.2.3",
Expand Down

0 comments on commit 27ed8f7

Please sign in to comment.