Skip to content

Bump aiohttp from 3.9.3 to 3.9.4 #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
--extra-index-url https://download.pytorch.org/whl/cu113

aiohttp==3.9.3
aiohttp==3.9.4
# via
# cohere
# openai
Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
--extra-index-url https://download.pytorch.org/whl/cpu

aiohttp==3.9.3
aiohttp==3.9.4
# via
# cohere
# openai
Expand Down Expand Up @@ -82,7 +82,9 @@ fsspec==2024.3.1
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
greenlet==3.0.3
# via -r requirements/torch-cpu-requirements.txt
# via
# -r requirements/torch-cpu-requirements.txt
# sqlalchemy
h11==0.14.0
# via
# -r requirements/torch-cpu-requirements.txt
Expand Down Expand Up @@ -268,13 +270,13 @@ tokenizers==0.15.2
# via
# -r requirements/torch-cpu-requirements.txt
# transformers
torch==1.13.1
torch==1.13.1+cpu
# via
# -r requirements/torch-cpu-requirements.txt
# embedders
# sentence-transformers
# torchvision
torchvision==0.14.1
torchvision==0.14.1+cpu
# via
# -r requirements/requirements.in
# sentence-transformers
Expand Down