Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 45f4fe4

Browse files
z103cbdtrifiro
authored andcommitted
chore(deps): update dependencies to squash snyk reported issues.
Upgraded the requests and aiohttp depenencies
1 parent affc486 commit 45f4fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ninja # For faster builds.
33
psutil
44
sentencepiece # Required for LLaMA tokenizer.
55
numpy
6-
requests
6+
requests >= 2.32.0
77
py-cpuinfo
88
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.
99
tokenizers >= 0.19.1 # Required for Llama 3.
1010
fastapi >= 0.109.1
11-
aiohttp
11+
aiohttp >= 3.9.4
1212
openai
1313
uvicorn[standard]
1414
pydantic >= 2.0 # Required for OpenAI server.

0 commit comments

Comments
 (0)