Skip to content

Commit

Permalink
chore(deps): bump langchain in /source/lambda/job/dep
Browse files Browse the repository at this point in the history
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.0 to 0.3.9.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-box==0.1.0...langchain==0.3.9)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent fa57a8e commit 136267f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/lambda/job/dep/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langchain==0.3.7
langchain==0.3.9
beautifulsoup4==4.12.2
requests-aws4auth==1.2.2
boto3==1.28.84
Expand Down
2 changes: 1 addition & 1 deletion source/lambda/job/dep/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version="0.1.0",
packages=find_packages(exclude=[]),
install_requires=[
"langchain==0.1.0",
"langchain==0.3.9",
"beautifulsoup4==4.12.2",
"requests-aws4auth==1.2.3",
"boto3==1.28.84",
Expand Down

0 comments on commit 136267f

Please sign in to comment.