Joshua Sundance Bailey commited on
Commit
8c3e9d0
2 Parent(s): 9c3f983 140c0a9

Merge pull request #27 from joshuasundance-swca/flowfix

Browse files
.github/workflows/ai_changelog.yml CHANGED
@@ -19,7 +19,7 @@ jobs:
19
  - name: Checkout code
20
  uses: actions/checkout@v4
21
  with:
22
- token: ${{ secrets.PAT }}
23
  fetch-depth: 0
24
 
25
  - name: Set up Python
 
19
  - name: Checkout code
20
  uses: actions/checkout@v4
21
  with:
22
+ token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}
23
  fetch-depth: 0
24
 
25
  - name: Set up Python
requirements.txt CHANGED
@@ -7,3 +7,5 @@ pypdf==3.16.2
7
  streamlit==1.27.0
8
  streamlit-feedback==0.1.2
9
  tiktoken==0.5.1
 
 
 
7
  streamlit==1.27.0
8
  streamlit-feedback==0.1.2
9
  tiktoken==0.5.1
10
+ numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
11
+ tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability