joshuasundance-swca commited on
Commit
3d397f0
1 Parent(s): 3b54532

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
  # AI CHANGELOG
 
 
 
 
 
2
  ## [Added numpy and tornado to requirements.txt to avoid vulnerabilities](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3f0e220f9f77d561510dd04b09f1c3c509a5b28f)
3
  Tue Sep 26 12:56:59 2023 +0000
4
  - The numpy and tornado packages were added to the requirements.txt file. These packages are not directly required by our application but were added to avoid potential vulnerabilities as suggested by Snyk.
 
1
  # AI CHANGELOG
2
+ ## [Updated requirements.txt for better package management](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/5085ade2d646a2670929e518e78b881ea2ffd0a5)
3
+ Tue Sep 26 23:14:05 2023 -0400
4
+ - Rolled back langchain package from version 0.0.301 to 0.0.300 to avoid a bug in langchain's chatanthropic.
5
+ - Pinned numpy to version 1.22.2 as suggested by Snyk to avoid a vulnerability.
6
+ - Reordered the packages for better readability.
7
  ## [Added numpy and tornado to requirements.txt to avoid vulnerabilities](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3f0e220f9f77d561510dd04b09f1c3c509a5b28f)
8
  Tue Sep 26 12:56:59 2023 +0000
9
  - The numpy and tornado packages were added to the requirements.txt file. These packages are not directly required by our application but were added to avoid potential vulnerabilities as suggested by Snyk.