mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
bump dep versions to pickup litellm bug fixes
This commit is contained in:
parent
4a42a07237
commit
983da4b1c9
5 changed files with 30 additions and 24 deletions
|
@ -4,7 +4,9 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements.txt requirements/requirements.in
|
||||
#
|
||||
aiohttp==3.9.5
|
||||
aiohappyeyeballs==2.3.4
|
||||
# via aiohttp
|
||||
aiohttp==3.10.0
|
||||
# via litellm
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
|
@ -58,7 +60,7 @@ gitdb==4.0.11
|
|||
# via gitpython
|
||||
gitpython==3.1.43
|
||||
# via -r requirements/requirements.in
|
||||
grep-ast==0.3.2
|
||||
grep-ast==0.3.3
|
||||
# via -r requirements/requirements.in
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
|
@ -66,7 +68,7 @@ httpcore==1.0.5
|
|||
# via httpx
|
||||
httpx==0.27.0
|
||||
# via openai
|
||||
huggingface-hub==0.24.0
|
||||
huggingface-hub==0.24.5
|
||||
# via tokenizers
|
||||
idna==3.7
|
||||
# via
|
||||
|
@ -88,7 +90,7 @@ jsonschema==4.23.0
|
|||
# litellm
|
||||
jsonschema-specifications==2023.12.1
|
||||
# via jsonschema
|
||||
litellm==1.41.27
|
||||
litellm==1.42.9
|
||||
# via -r requirements/requirements.in
|
||||
markdown-it-py==3.0.0
|
||||
# via rich
|
||||
|
@ -108,7 +110,7 @@ numpy==1.26.4
|
|||
# via
|
||||
# -r requirements/requirements.in
|
||||
# scipy
|
||||
openai==1.37.0
|
||||
openai==1.37.2
|
||||
# via litellm
|
||||
packaging==24.1
|
||||
# via
|
||||
|
@ -148,7 +150,7 @@ referencing==0.35.1
|
|||
# via
|
||||
# jsonschema
|
||||
# jsonschema-specifications
|
||||
regex==2024.5.15
|
||||
regex==2024.7.24
|
||||
# via tiktoken
|
||||
requests==2.32.3
|
||||
# via
|
||||
|
@ -157,7 +159,7 @@ requests==2.32.3
|
|||
# tiktoken
|
||||
rich==13.7.1
|
||||
# via -r requirements/requirements.in
|
||||
rpds-py==0.19.0
|
||||
rpds-py==0.19.1
|
||||
# via
|
||||
# jsonschema
|
||||
# referencing
|
||||
|
|
|
@ -85,7 +85,7 @@ pillow==10.4.0
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# streamlit
|
||||
protobuf==5.27.2
|
||||
protobuf==5.27.3
|
||||
# via streamlit
|
||||
pyarrow==17.0.0
|
||||
# via streamlit
|
||||
|
@ -112,7 +112,7 @@ rich==13.7.1
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# streamlit
|
||||
rpds-py==0.19.0
|
||||
rpds-py==0.19.1
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# jsonschema
|
||||
|
@ -123,7 +123,7 @@ smmap==5.0.1
|
|||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# gitdb
|
||||
streamlit==1.36.0
|
||||
streamlit==1.37.0
|
||||
# via -r requirements/requirements-browser.in
|
||||
tenacity==8.5.0
|
||||
# via streamlit
|
||||
|
|
|
@ -116,7 +116,7 @@ pox==0.3.4
|
|||
# via pathos
|
||||
ppft==1.7.6.8
|
||||
# via pathos
|
||||
pre-commit==3.7.1
|
||||
pre-commit==3.8.0
|
||||
# via -r requirements/requirements-dev.in
|
||||
pygments==2.18.0
|
||||
# via
|
||||
|
@ -129,7 +129,7 @@ pyproject-hooks==1.1.0
|
|||
# via
|
||||
# build
|
||||
# pip-tools
|
||||
pytest==8.3.1
|
||||
pytest==8.3.2
|
||||
# via -r requirements/requirements-dev.in
|
||||
python-dateutil==2.9.0.post0
|
||||
# via
|
||||
|
@ -163,19 +163,19 @@ sphinx==7.4.7
|
|||
# sphinxcontrib-jquery
|
||||
sphinx-rtd-theme==2.0.0
|
||||
# via lox
|
||||
sphinxcontrib-applehelp==1.0.8
|
||||
sphinxcontrib-applehelp==2.0.0
|
||||
# via sphinx
|
||||
sphinxcontrib-devhelp==1.0.6
|
||||
sphinxcontrib-devhelp==2.0.0
|
||||
# via sphinx
|
||||
sphinxcontrib-htmlhelp==2.0.6
|
||||
sphinxcontrib-htmlhelp==2.1.0
|
||||
# via sphinx
|
||||
sphinxcontrib-jquery==4.1
|
||||
# via sphinx-rtd-theme
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
# via sphinx
|
||||
sphinxcontrib-qthelp==1.0.8
|
||||
sphinxcontrib-qthelp==2.0.0
|
||||
# via sphinx
|
||||
sphinxcontrib-serializinghtml==1.1.10
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
# via sphinx
|
||||
typer==0.12.3
|
||||
# via -r requirements/requirements-dev.in
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
#
|
||||
# pip-compile --output-file=requirements/requirements-help.txt requirements/requirements-help.in
|
||||
#
|
||||
aiohttp==3.9.5
|
||||
aiohappyeyeballs==2.3.4
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# aiohttp
|
||||
aiohttp==3.10.0
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# huggingface-hub
|
||||
|
@ -82,7 +86,7 @@ httpx==0.27.0
|
|||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
# openai
|
||||
huggingface-hub[inference]==0.24.0
|
||||
huggingface-hub[inference]==0.24.5
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -104,7 +108,7 @@ joblib==1.4.2
|
|||
# via
|
||||
# nltk
|
||||
# scikit-learn
|
||||
llama-index-core==0.10.57
|
||||
llama-index-core==0.10.59
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -145,7 +149,7 @@ numpy==1.26.4
|
|||
# scipy
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
openai==1.37.0
|
||||
openai==1.37.2
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# llama-index-core
|
||||
|
@ -180,7 +184,7 @@ pyyaml==6.0.1
|
|||
# huggingface-hub
|
||||
# llama-index-core
|
||||
# transformers
|
||||
regex==2024.5.15
|
||||
regex==2024.7.24
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# nltk
|
||||
|
@ -241,7 +245,7 @@ tqdm==4.66.4
|
|||
# openai
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
transformers==4.42.4
|
||||
transformers==4.43.3
|
||||
# via sentence-transformers
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
greenlet==3.0.3
|
||||
# via playwright
|
||||
playwright==1.45.0
|
||||
playwright==1.45.1
|
||||
# via -r requirements/requirements-playwright.in
|
||||
pyee==11.1.0
|
||||
# via playwright
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue