mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
bumped deps to pickup litellm that supports OPENAI_ORGANIZATION
This commit is contained in:
parent
f2f2645fe6
commit
66b99c4fa0
4 changed files with 12 additions and 10 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
aiohappyeyeballs==2.4.4
|
||||
# via aiohttp
|
||||
aiohttp==3.11.9
|
||||
aiohttp==3.11.10
|
||||
# via litellm
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
anyio==4.6.2.post1
|
||||
anyio==4.7.0
|
||||
# via
|
||||
# httpx
|
||||
# openai
|
||||
|
@ -73,7 +73,7 @@ httpx==0.27.2
|
|||
# via
|
||||
# litellm
|
||||
# openai
|
||||
huggingface-hub==0.26.3
|
||||
huggingface-hub==0.26.5
|
||||
# via tokenizers
|
||||
idna==3.10
|
||||
# via
|
||||
|
@ -99,7 +99,7 @@ jsonschema==4.23.0
|
|||
# litellm
|
||||
jsonschema-specifications==2024.10.1
|
||||
# via jsonschema
|
||||
litellm==1.53.5
|
||||
litellm==1.53.9
|
||||
# via -r requirements/requirements.in
|
||||
markdown-it-py==3.0.0
|
||||
# via rich
|
||||
|
@ -123,7 +123,7 @@ numpy==1.26.4
|
|||
# via
|
||||
# -r requirements/requirements.in
|
||||
# scipy
|
||||
openai==1.56.2
|
||||
openai==1.57.0
|
||||
# via litellm
|
||||
packaging==24.2
|
||||
# via
|
||||
|
@ -234,6 +234,7 @@ tree-sitter-languages==1.10.2
|
|||
# via grep-ast
|
||||
typing-extensions==4.12.2
|
||||
# via
|
||||
# anyio
|
||||
# huggingface-hub
|
||||
# openai
|
||||
# pydantic
|
||||
|
|
|
@ -92,7 +92,7 @@ mdurl==0.1.2
|
|||
# -c requirements.txt
|
||||
# -c requirements/requirements-dev.txt
|
||||
# markdown-it-py
|
||||
narwhals==1.15.2
|
||||
narwhals==1.16.0
|
||||
# via altair
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
|
|
@ -51,7 +51,7 @@ filelock==3.16.1
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# virtualenv
|
||||
fonttools==4.55.1
|
||||
fonttools==4.55.2
|
||||
# via matplotlib
|
||||
identify==2.6.3
|
||||
# via pre-commit
|
||||
|
|
|
@ -9,7 +9,7 @@ aiohappyeyeballs==2.4.4
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# aiohttp
|
||||
aiohttp==3.11.9
|
||||
aiohttp==3.11.10
|
||||
# via
|
||||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
|
@ -25,7 +25,7 @@ annotated-types==0.7.0
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# pydantic
|
||||
anyio==4.6.2.post1
|
||||
anyio==4.7.0
|
||||
# via
|
||||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
|
@ -103,7 +103,7 @@ httpx==0.27.2
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# llama-index-core
|
||||
huggingface-hub[inference]==0.26.3
|
||||
huggingface-hub[inference]==0.26.5
|
||||
# via
|
||||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
|
@ -284,6 +284,7 @@ typing-extensions==4.12.2
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# -c requirements/requirements-dev.txt
|
||||
# anyio
|
||||
# huggingface-hub
|
||||
# llama-index-core
|
||||
# pydantic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue