From 73fcaa6f0195ae7d845c75b1513b3a20a8bda14b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 16 Jun 2024 11:21:32 -0700 Subject: [PATCH] bump litellm version to pickup fix https://github.com/BerriAI/litellm/issues/4082 --- requirements.txt | 53 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/requirements.txt b/requirements.txt index 844b4e6b5..e7bff9826 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,9 +10,9 @@ aiosignal==1.3.1 # via aiohttp altair==5.3.0 # via streamlit -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic -anyio==4.3.0 +anyio==4.4.0 # via # httpx # openai @@ -31,7 +31,7 @@ cachetools==5.3.3 # via # google-auth # streamlit -certifi==2024.2.2 +certifi==2024.6.2 # via # httpcore # httpx @@ -54,15 +54,15 @@ diskcache==5.6.3 # via -r requirements.in distro==1.9.0 # via openai -filelock==3.14.0 +filelock==3.15.1 # via huggingface-hub -flake8==7.0.0 +flake8==7.1.0 # via -r requirements.in frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec==2024.5.0 +fsspec==2024.6.0 # via huggingface-hub gitdb==4.0.11 # via gitpython @@ -77,9 +77,9 @@ google-api-core[grpc]==2.19.0 # google-ai-generativelanguage # google-api-python-client # google-generativeai -google-api-python-client==2.129.0 +google-api-python-client==2.133.0 # via google-generativeai -google-auth==2.29.0 +google-auth==2.30.0 # via # google-ai-generativelanguage # google-api-core @@ -88,9 +88,9 @@ google-auth==2.29.0 # google-generativeai google-auth-httplib2==0.2.0 # via google-api-python-client -google-generativeai==0.5.4 +google-generativeai==0.6.0 # via -r requirements.in -googleapis-common-protos==1.63.0 +googleapis-common-protos==1.63.1 # via # google-api-core # grpcio-status @@ -98,7 +98,7 @@ greenlet==3.0.3 # via playwright grep-ast==0.3.2 # via -r requirements.in -grpcio==1.63.0 +grpcio==1.64.1 # via # google-api-core # grpcio-status @@ -114,7 +114,7 @@ httplib2==0.22.0 # google-auth-httplib2 httpx==0.27.0 # via openai -huggingface-hub==0.23.0 +huggingface-hub==0.23.4 # via tokenizers idna==3.7 # via @@ -135,7 +135,7 @@ jsonschema==4.22.0 # altair jsonschema-specifications==2023.12.1 # via jsonschema -litellm==1.37.16 +litellm==1.40.15 # via -r requirements.in markdown-it-py==3.0.0 # via rich @@ -160,11 +160,11 @@ numpy==1.26.4 # pydeck # scipy # streamlit -openai==1.30.1 +openai==1.34.0 # via # -r requirements.in # litellm -packaging==24.0 +packaging==24.1 # via # -r requirements.in # altair @@ -184,7 +184,7 @@ pillow==10.3.0 # streamlit playwright==1.44.0 # via -r requirements.in -prompt-toolkit==3.0.43 +prompt-toolkit==3.0.47 # via -r requirements.in proto-plus==1.23.0 # via @@ -207,15 +207,16 @@ pyasn1==0.6.0 # rsa pyasn1-modules==0.4.0 # via google-auth -pycodestyle==2.11.1 +pycodestyle==2.12.0 # via flake8 pycparser==2.22 # via cffi -pydantic==2.7.1 +pydantic==2.7.4 # via # google-generativeai + # litellm # openai -pydantic-core==2.18.2 +pydantic-core==2.18.4 # via pydantic pydeck==0.9.1 # via streamlit @@ -245,7 +246,7 @@ referencing==0.35.1 # jsonschema-specifications regex==2024.5.15 # via tiktoken -requests==2.31.0 +requests==2.32.3 # via # google-api-core # huggingface-hub @@ -262,7 +263,7 @@ rpds-py==0.18.1 # referencing rsa==4.9 # via google-auth -scipy==1.13.0 +scipy==1.13.1 # via -r requirements.in six==1.16.0 # via python-dateutil @@ -273,13 +274,13 @@ sniffio==1.3.1 # anyio # httpx # openai -sounddevice==0.4.6 +sounddevice==0.4.7 # via -r requirements.in soundfile==0.12.1 # via -r requirements.in soupsieve==2.5 # via beautifulsoup4 -streamlit==1.34.0 +streamlit==1.35.0 # via -r requirements.in tenacity==8.3.0 # via streamlit @@ -293,7 +294,7 @@ toml==0.10.2 # via streamlit toolz==0.12.1 # via altair -tornado==6.4 +tornado==6.4.1 # via streamlit tqdm==4.66.4 # via @@ -306,7 +307,7 @@ tree-sitter==0.21.3 # tree-sitter-languages tree-sitter-languages==1.10.2 # via grep-ast -typing-extensions==4.11.0 +typing-extensions==4.12.2 # via # google-generativeai # huggingface-hub @@ -327,5 +328,5 @@ wcwidth==0.2.13 # via prompt-toolkit yarl==1.9.4 # via aiohttp -zipp==3.18.2 +zipp==3.19.2 # via importlib-metadata