mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
bump versions to fix https://github.com/BerriAI/litellm/issues/5310
This commit is contained in:
parent
fc055a17c1
commit
bbfbdb8adb
3 changed files with 15 additions and 15 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements.txt requirements/requirements.in
|
||||
#
|
||||
aiohappyeyeballs==2.3.7
|
||||
aiohappyeyeballs==2.4.0
|
||||
# via aiohttp
|
||||
aiohttp==3.10.3
|
||||
aiohttp==3.10.5
|
||||
# via litellm
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
|
@ -68,7 +68,7 @@ httpcore==1.0.5
|
|||
# via httpx
|
||||
httpx==0.27.0
|
||||
# via openai
|
||||
huggingface-hub==0.24.5
|
||||
huggingface-hub==0.24.6
|
||||
# via tokenizers
|
||||
idna==3.7
|
||||
# via
|
||||
|
@ -92,7 +92,7 @@ jsonschema==4.23.0
|
|||
# litellm
|
||||
jsonschema-specifications==2023.12.1
|
||||
# via jsonschema
|
||||
litellm==1.43.17
|
||||
litellm==1.43.19
|
||||
# via -r requirements/requirements.in
|
||||
markdown-it-py==3.0.0
|
||||
# via rich
|
||||
|
@ -112,7 +112,7 @@ numpy==1.26.4
|
|||
# via
|
||||
# -r requirements/requirements.in
|
||||
# scipy
|
||||
openai==1.41.0
|
||||
openai==1.42.0
|
||||
# via litellm
|
||||
packaging==24.1
|
||||
# via
|
||||
|
|
|
@ -13,7 +13,7 @@ attrs==24.2.0
|
|||
# referencing
|
||||
blinker==1.8.2
|
||||
# via streamlit
|
||||
cachetools==5.4.0
|
||||
cachetools==5.5.0
|
||||
# via streamlit
|
||||
certifi==2024.7.4
|
||||
# via
|
||||
|
@ -64,7 +64,7 @@ mdurl==0.1.2
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# markdown-it-py
|
||||
narwhals==1.4.2
|
||||
narwhals==1.5.0
|
||||
# via altair
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements/requirements-help.txt requirements/requirements-help.in
|
||||
#
|
||||
aiohappyeyeballs==2.3.7
|
||||
aiohappyeyeballs==2.4.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# aiohttp
|
||||
aiohttp==3.10.3
|
||||
aiohttp==3.10.5
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# huggingface-hub
|
||||
|
@ -86,7 +86,7 @@ httpx==0.27.0
|
|||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
# openai
|
||||
huggingface-hub[inference]==0.24.5
|
||||
huggingface-hub[inference]==0.24.6
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -112,7 +112,7 @@ joblib==1.4.2
|
|||
# via
|
||||
# nltk
|
||||
# scikit-learn
|
||||
llama-index-core==0.10.66
|
||||
llama-index-core==0.10.67
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -122,7 +122,7 @@ markupsafe==2.1.5
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# jinja2
|
||||
marshmallow==3.21.3
|
||||
marshmallow==3.22.0
|
||||
# via dataclasses-json
|
||||
minijinja==2.0.1
|
||||
# via huggingface-hub
|
||||
|
@ -142,7 +142,7 @@ networkx==3.2.1
|
|||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
# torch
|
||||
nltk==3.8.1
|
||||
nltk==3.9.1
|
||||
# via llama-index-core
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
@ -153,7 +153,7 @@ numpy==1.26.4
|
|||
# scipy
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
openai==1.41.0
|
||||
openai==1.42.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
|
@ -249,7 +249,7 @@ tqdm==4.66.5
|
|||
# openai
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
transformers==4.44.0
|
||||
transformers==4.44.1
|
||||
# via sentence-transformers
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue