dependabot[bot]
commited on
Bump langchain from 0.0.334 to 0.0.340
Browse filesBumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.334 to 0.0.340.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.334...v0.0.340)
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
anthropic==0.5.0
|
2 |
faiss-cpu==1.7.4
|
3 |
-
langchain==0.0.
|
4 |
langsmith==0.0.63
|
5 |
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
6 |
openai==0.28.1
|
|
|
1 |
anthropic==0.5.0
|
2 |
faiss-cpu==1.7.4
|
3 |
+
langchain==0.0.340
|
4 |
langsmith==0.0.63
|
5 |
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
6 |
openai==0.28.1
|