langchain-streamlit-demo / AI_CHANGELOG.md
joshuasundance-swca
Update AI Changelog
97b4f28
|
raw
history blame
842 Bytes

AI CHANGELOG

Added numpy and tornado to requirements.txt to avoid vulnerabilities

Tue Sep 26 12:56:59 2023 +0000

  • 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.

Updated token used for code checkout in GitHub workflow

Tue Sep 26 08:56:55 2023 -0400

  • 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'.