Skip to content

Commit

Permalink
Merge pull request #82 from Lucs1590/dependabot/pip/langchain-openai-…
Browse files Browse the repository at this point in the history
…0.3.6

build(deps): bump langchain-openai from 0.3.2 to 0.3.6
  • Loading branch information
Lucs1590 authored Feb 19, 2025
2 parents abb258a + 83c9d75 commit 74396e8
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,7 +1,7 @@
cx_Freeze==7.2.10
defusedxml==0.7.1
langchain_core==0.3.35
langchain_openai==0.3.2
langchain_openai==0.3.6
numpy==1.26.4
pandas==2.2.3
python-dotenv==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(file_name):
install_requires=[
"defusedxml==0.7.1",
"langchain_core==0.3.35",
"langchain_openai==0.3.2",
"langchain_openai==0.3.6",
"numpy==1.26.4",
"pandas==2.2.3",
"python-dotenv==1.0.1",
Expand Down

0 comments on commit 74396e8

Please sign in to comment.