From 9947a29e78ae9352eba14d2db9984ef6ef9f4b83 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 21 Dec 2024 13:18:50 +0530 Subject: [PATCH 1/2] Increase the upper limit of aiohttp to 3.10.5. --- libs/partners/pinecone/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/pinecone/pyproject.toml b/libs/partners/pinecone/pyproject.toml index 7c33a4502f861..531f6aee77af3 100644 --- a/libs/partners/pinecone/pyproject.toml +++ b/libs/partners/pinecone/pyproject.toml @@ -22,7 +22,7 @@ disallow_untyped_defs = "True" python = ">=3.9,<3.13" langchain-core = "^0.3.21" pinecone = "^5.4.0" -aiohttp = ">=3.9.5,<3.10" +aiohttp = ">=3.9.5,<3.10.5" numpy = ">=1.26.0,<2.0.0" [tool.ruff.lint] From 9f8be17eb598d8bd107b5130d2855d9c9a922a85 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 21 Dec 2024 13:19:23 +0530 Subject: [PATCH 2/2] Update poetry lock. --- libs/partners/pinecone/poetry.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/libs/partners/pinecone/poetry.lock b/libs/partners/pinecone/poetry.lock index 3122fd088d064..24b3ef50b5b69 100644 --- a/libs/partners/pinecone/poetry.lock +++ b/libs/partners/pinecone/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohttp" @@ -658,7 +658,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.21" +version = "0.3.28" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -667,7 +667,7 @@ develop = true [package.dependencies] jsonpatch = "^1.33" -langsmith = "^0.1.125" +langsmith = ">=0.1.125,<0.3" packaging = ">=23.2,<25" pydantic = [ {version = ">=2.5.2,<3.0.0", markers = "python_full_version < \"3.12.4\""}, @@ -683,7 +683,7 @@ url = "../../core" [[package]] name = "langchain-openai" -version = "0.2.11" +version = "0.2.14" description = "An integration package connecting OpenAI and LangChain" optional = false python-versions = ">=3.9,<4.0" @@ -691,8 +691,8 @@ files = [] develop = true [package.dependencies] -langchain-core = "^0.3.21" -openai = "^1.54.0" +langchain-core = "^0.3.27" +openai = "^1.58.1" tiktoken = ">=0.7,<1" [package.source] @@ -938,13 +938,13 @@ files = [ [[package]] name = "openai" -version = "1.56.0" +version = "1.58.1" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.56.0-py3-none-any.whl", hash = "sha256:0751a6e139a09fca2e9cbbe8a62bfdab901b5865249d2555d005decf966ef9c3"}, - {file = "openai-1.56.0.tar.gz", hash = "sha256:f7fa159c8e18e7f9a8d71ff4b8052452ae70a4edc6b76a6e97eda00d5364923f"}, + {file = "openai-1.58.1-py3-none-any.whl", hash = "sha256:e2910b1170a6b7f88ef491ac3a42c387f08bd3db533411f7ee391d166571d63c"}, + {file = "openai-1.58.1.tar.gz", hash = "sha256:f5a035fd01e141fc743f4b0e02c41ca49be8fab0866d3b67f5f29b4f4d3c0973"}, ] [package.dependencies] @@ -959,6 +959,7 @@ typing-extensions = ">=4.11,<5" [package.extras] datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"] +realtime = ["websockets (>=13,<15)"] [[package]] name = "orjson" @@ -2094,4 +2095,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "b19080a915cafa4786cc8238c11e89b05e496912674d8915d22fe1fe85604b22" +content-hash = "ea34c92c7f07cdf191fa08170d72849b048b412eac22e158e1771a13746672fa"