Joshua Sundance Bailey commited on
Commit
700c4eb
2 Parent(s): 5085ade 97b4f28

Merge branch 'main' into claude

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +7 -0
AI_CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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.
5
+ ## [Updated token used for code checkout in GitHub workflow](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/b0c4e1ca12f86ea6113ee2c86d38c39d3035f395)
6
+ Tue Sep 26 08:56:55 2023 -0400
7
+ - In the GitHub Actions workflow file 'ai_changelog.yml', the personal access token used for checking out code has been updated. The token has been changed from 'PAT' to 'WORKFLOW_GIT_ACCESS_TOKEN'.