Connor Sutton commited on
Commit
f9ebf1f
·
2 Parent(s): 514e5c1 9e36a1f

Merge branch 'dependabot/pip/app-4bf7fedba4' of https://github.com/joshuasundance-swca/langchain-streamlit-demo

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- anthropic==0.7.8
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.0.0
6
  faiss-cpu==1.7.4
7
- langchain==0.0.350
8
- langsmith==0.0.71
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