mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
bump deps
This commit is contained in:
parent
0f09bd7fb3
commit
a849a98164
4 changed files with 11 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements.txt requirements/requirements.in
|
||||
#
|
||||
aiohappyeyeballs==2.3.5
|
||||
aiohappyeyeballs==2.3.7
|
||||
# via aiohttp
|
||||
aiohttp==3.10.3
|
||||
# via litellm
|
||||
|
@ -80,7 +80,7 @@ importlib-metadata==7.2.1
|
|||
# via
|
||||
# -r requirements/requirements.in
|
||||
# litellm
|
||||
importlib-resources==6.4.0
|
||||
importlib-resources==6.4.3
|
||||
# via -r requirements/requirements.in
|
||||
jinja2==3.1.4
|
||||
# via litellm
|
||||
|
@ -92,7 +92,7 @@ jsonschema==4.23.0
|
|||
# litellm
|
||||
jsonschema-specifications==2023.12.1
|
||||
# via jsonschema
|
||||
litellm==1.43.9
|
||||
litellm==1.43.17
|
||||
# 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.40.6
|
||||
openai==1.41.0
|
||||
# via litellm
|
||||
packaging==24.1
|
||||
# via
|
||||
|
@ -186,7 +186,7 @@ sounddevice==0.5.0
|
|||
# via -r requirements/requirements.in
|
||||
soundfile==0.12.1
|
||||
# via -r requirements/requirements.in
|
||||
soupsieve==2.5
|
||||
soupsieve==2.6
|
||||
# via beautifulsoup4
|
||||
tiktoken==0.7.0
|
||||
# via litellm
|
||||
|
|
|
@ -64,7 +64,7 @@ mdurl==0.1.2
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# markdown-it-py
|
||||
narwhals==1.3.0
|
||||
narwhals==1.4.2
|
||||
# via altair
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
|
|
@ -177,7 +177,7 @@ sphinxcontrib-qthelp==2.0.0
|
|||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
# via sphinx
|
||||
typer==0.12.3
|
||||
typer==0.12.4
|
||||
# via -r requirements/requirements-dev.in
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements/requirements-help.txt requirements/requirements-help.in
|
||||
#
|
||||
aiohappyeyeballs==2.3.5
|
||||
aiohappyeyeballs==2.3.7
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# aiohttp
|
||||
|
@ -112,7 +112,7 @@ joblib==1.4.2
|
|||
# via
|
||||
# nltk
|
||||
# scikit-learn
|
||||
llama-index-core==0.10.65
|
||||
llama-index-core==0.10.66
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -142,7 +142,7 @@ networkx==3.2.1
|
|||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
# torch
|
||||
nltk==3.8.2
|
||||
nltk==3.8.1
|
||||
# via llama-index-core
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
@ -153,7 +153,7 @@ numpy==1.26.4
|
|||
# scipy
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
openai==1.40.6
|
||||
openai==1.41.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue