Merge branch 'dependabot/pip/app-4bf7fedba4' of https://github.com/joshuasundance-swca/langchain-streamlit-demo
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
anthropic==0.
|
2 |
beautifulsoup4==4.12.2
|
3 |
black==23.12.0
|
4 |
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
|
5 |
-
duckduckgo-search==4.
|
6 |
faiss-cpu==1.7.4
|
7 |
-
langchain==0.0.
|
8 |
-
langsmith==0.0.
|
9 |
mypy==1.7.1
|
10 |
numexpr==2.8.8
|
11 |
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
|
|
1 |
+
anthropic==0.8.0
|
2 |
beautifulsoup4==4.12.2
|
3 |
black==23.12.0
|
4 |
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
|
5 |
+
duckduckgo-search==4.1.0
|
6 |
faiss-cpu==1.7.4
|
7 |
+
langchain==0.0.351
|
8 |
+
langsmith==0.0.72
|
9 |
mypy==1.7.1
|
10 |
numexpr==2.8.8
|
11 |
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|