dependabot[bot]
commited on
Bump the app group with 1 update
Browse filesBumps the app group with 1 update: [langchain](https://github.com/langchain-ai/langchain).
Updates `langchain` from 0.0.352 to 0.0.353
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.352...v0.0.353)
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ black==23.12.1
|
|
4 |
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
|
5 |
duckduckgo-search==4.1.1
|
6 |
faiss-cpu==1.7.4
|
7 |
-
langchain==0.0.
|
8 |
langsmith==0.0.75
|
9 |
mypy==1.8.0
|
10 |
numexpr==2.8.8
|
|
|
4 |
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
|
5 |
duckduckgo-search==4.1.1
|
6 |
faiss-cpu==1.7.4
|
7 |
+
langchain==0.0.353
|
8 |
langsmith==0.0.75
|
9 |
mypy==1.8.0
|
10 |
numexpr==2.8.8
|