Skip to content

Commit

Permalink
chore(deps): update dependencies to squash snyk reported issues.
Browse files Browse the repository at this point in the history
Upgraded the requests and aiohttp depenencies
  • Loading branch information
z103cb authored and dtrifiro committed Jun 3, 2024
1 parent affc486 commit 45f4fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ninja # For faster builds.
psutil
sentencepiece # Required for LLaMA tokenizer.
numpy
requests
requests >= 2.32.0
py-cpuinfo
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.
tokenizers >= 0.19.1 # Required for Llama 3.
fastapi >= 0.109.1
aiohttp
aiohttp >= 3.9.4
openai
uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
Expand Down

0 comments on commit 45f4fe4

Please sign in to comment.