diff --git a/examples/functions/requirements.txt b/examples/functions/requirements.txt index 759c5b03b43e..93f698368417 100644 --- a/examples/functions/requirements.txt +++ b/examples/functions/requirements.txt @@ -1,2 +1,2 @@ -langchain==0.1.0 +langchain==0.2.3 openai==0.27.8 diff --git a/examples/langchain-chroma/requirements.txt b/examples/langchain-chroma/requirements.txt index cdf466b92056..3f9785ff566b 100644 --- a/examples/langchain-chroma/requirements.txt +++ b/examples/langchain-chroma/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.1.0 +langchain==0.2.3 openai==0.27.6 chromadb==0.3.21 -llama-index==0.9.36 \ No newline at end of file +llama-index==0.10.13 \ No newline at end of file diff --git a/examples/langchain/langchainpy-localai-example/requirements.txt b/examples/langchain/langchainpy-localai-example/requirements.txt index 695d309b481f..2698a9cdb19e 100644 --- a/examples/langchain/langchainpy-localai-example/requirements.txt +++ b/examples/langchain/langchainpy-localai-example/requirements.txt @@ -1,8 +1,8 @@ -aiohttp==3.9.4 +aiohttp==3.9.5 aiosignal==1.3.1 async-timeout==4.0.2 attrs==23.1.0 -certifi==2023.7.22 +certifi==2024.6.2 charset-normalizer==3.1.0 colorama==0.4.6 dataclasses-json==0.5.7 @@ -10,7 +10,7 @@ debugpy==1.6.7 frozenlist==1.3.3 greenlet==2.0.2 idna==3.7 -langchain==0.1.0 +langchain==0.2.3 marshmallow==3.19.0 marshmallow-enum==1.5.1 multidict==6.0.4 @@ -20,13 +20,13 @@ numpy==1.24.3 openai==0.27.6 openapi-schema-pydantic==1.2.4 packaging==23.1 -pydantic==1.10.13 +pydantic==2.7.4 PyYAML==6.0 -requests==2.31.0 +requests==2.32.2 SQLAlchemy==2.0.12 tenacity==8.2.2 -tqdm==4.66.3 +tqdm==4.66.4 typing-inspect==0.8.0 typing_extensions==4.5.0 -urllib3==1.26.18 +urllib3==2.2.1 yarl==1.9.2