mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
bump deps; downgrade streamlit per #3221
This commit is contained in:
parent
47fc6a689d
commit
50fafc9ff6
5 changed files with 19 additions and 16 deletions
|
@ -51,7 +51,7 @@ distro==1.9.0
|
|||
# via openai
|
||||
filelock==3.17.0
|
||||
# via huggingface-hub
|
||||
flake8==7.1.1
|
||||
flake8==7.1.2
|
||||
# via -r requirements/requirements.in
|
||||
frozenlist==1.5.0
|
||||
# via
|
||||
|
@ -63,7 +63,7 @@ gitdb==4.0.12
|
|||
# via gitpython
|
||||
gitpython==3.1.44
|
||||
# via -r requirements/requirements.in
|
||||
grep-ast==0.6.0
|
||||
grep-ast==0.6.1
|
||||
# via -r requirements/requirements.in
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
|
@ -73,7 +73,7 @@ httpx==0.28.1
|
|||
# via
|
||||
# litellm
|
||||
# openai
|
||||
huggingface-hub==0.28.1
|
||||
huggingface-hub==0.29.0
|
||||
# via tokenizers
|
||||
idna==3.10
|
||||
# via
|
||||
|
@ -99,7 +99,7 @@ jsonschema==4.23.0
|
|||
# litellm
|
||||
jsonschema-specifications==2024.10.1
|
||||
# via jsonschema
|
||||
litellm==1.60.8
|
||||
litellm==1.61.9
|
||||
# via -r requirements/requirements.in
|
||||
markdown-it-py==3.0.0
|
||||
# via rich
|
||||
|
@ -124,7 +124,7 @@ numpy==1.26.4
|
|||
# -r requirements/requirements.in
|
||||
# scipy
|
||||
# soundfile
|
||||
openai==1.61.1
|
||||
openai==1.63.2
|
||||
# via litellm
|
||||
packaging==24.2
|
||||
# via
|
||||
|
@ -138,7 +138,7 @@ pexpect==4.9.0
|
|||
# via -r requirements/requirements.in
|
||||
pillow==10.4.0
|
||||
# via -r requirements/requirements.in
|
||||
posthog==3.11.0
|
||||
posthog==3.14.1
|
||||
# via -r requirements/requirements.in
|
||||
prompt-toolkit==3.0.50
|
||||
# via -r requirements/requirements.in
|
||||
|
@ -146,7 +146,7 @@ propcache==0.2.1
|
|||
# via
|
||||
# aiohttp
|
||||
# yarl
|
||||
psutil==6.1.1
|
||||
psutil==7.0.0
|
||||
# via -r requirements/requirements.in
|
||||
ptyprocess==0.7.0
|
||||
# via pexpect
|
||||
|
@ -215,7 +215,7 @@ soundfile==0.13.1
|
|||
# via -r requirements/requirements.in
|
||||
soupsieve==2.6
|
||||
# via beautifulsoup4
|
||||
tiktoken==0.8.0
|
||||
tiktoken==0.9.0
|
||||
# via litellm
|
||||
tokenizers==0.19.1
|
||||
# via
|
||||
|
@ -228,6 +228,7 @@ tqdm==4.67.1
|
|||
tree-sitter==0.21.3
|
||||
# via
|
||||
# -r requirements/requirements.in
|
||||
# grep-ast
|
||||
# tree-sitter-languages
|
||||
tree-sitter-languages==1.10.2
|
||||
# via grep-ast
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-c ../requirements.txt
|
||||
|
||||
streamlit
|
||||
streamlit==1.41.1 # https://github.com/Aider-AI/aider/issues/3221
|
||||
watchdog<5 # docker build fails: streamlit 1.38.0 depends on watchdog<5
|
||||
|
|
|
@ -92,7 +92,7 @@ mdurl==0.1.2
|
|||
# -c requirements.txt
|
||||
# -c requirements/requirements-dev.txt
|
||||
# markdown-it-py
|
||||
narwhals==1.26.0
|
||||
narwhals==1.27.1
|
||||
# via altair
|
||||
numpy==1.26.4
|
||||
# via
|
||||
|
@ -124,7 +124,7 @@ pillow==10.4.0
|
|||
# streamlit
|
||||
protobuf==5.29.3
|
||||
# via streamlit
|
||||
pyarrow==19.0.0
|
||||
pyarrow==19.0.1
|
||||
# via streamlit
|
||||
pydeck==0.9.1
|
||||
# via streamlit
|
||||
|
@ -180,7 +180,7 @@ smmap==5.0.2
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# gitdb
|
||||
streamlit==1.42.0
|
||||
streamlit==1.41.1
|
||||
# via -r requirements/requirements-browser.in
|
||||
tenacity==9.0.0
|
||||
# via
|
||||
|
|
|
@ -173,6 +173,8 @@ rich==13.9.4
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# typer
|
||||
roman-numerals-py==3.0.0
|
||||
# via sphinx
|
||||
semver==3.0.4
|
||||
# via -r requirements/requirements-dev.in
|
||||
shellingham==1.5.4
|
||||
|
@ -184,7 +186,7 @@ six==1.17.0
|
|||
# python-dateutil
|
||||
snowballstemmer==2.2.0
|
||||
# via sphinx
|
||||
sphinx==8.1.3
|
||||
sphinx==8.2.0
|
||||
# via
|
||||
# sphinx-rtd-theme
|
||||
# sphinxcontrib-jquery
|
||||
|
|
|
@ -103,7 +103,7 @@ httpx==0.28.1
|
|||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
# llama-index-core
|
||||
huggingface-hub[inference]==0.28.1
|
||||
huggingface-hub[inference]==0.29.0
|
||||
# via
|
||||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
|
@ -130,7 +130,7 @@ joblib==1.4.2
|
|||
# via
|
||||
# nltk
|
||||
# scikit-learn
|
||||
llama-index-core==0.12.16.post1
|
||||
llama-index-core==0.12.19
|
||||
# via
|
||||
# -r requirements/requirements-help.in
|
||||
# llama-index-embeddings-huggingface
|
||||
|
@ -255,7 +255,7 @@ tenacity==9.0.0
|
|||
# via llama-index-core
|
||||
threadpoolctl==3.5.0
|
||||
# via scikit-learn
|
||||
tiktoken==0.8.0
|
||||
tiktoken==0.9.0
|
||||
# via
|
||||
# -c /Users/gauthier/Projects/aider/requirements.txt
|
||||
# -c requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue