mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
fix: Llama/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FASTAPI-6228055
This commit is contained in:
parent
3635a4d839
commit
bdd7f58bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
transformers==4.36.0
|
||||
|
||||
# Rest api related stuff.
|
||||
fastapi===0.103.2
|
||||
fastapi===0.109.1
|
||||
uvicorn===0.23.2
|
||||
pydantic===2.4.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue