From d962016c09e481610e90dad5203b4d5a77023a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:02:32 +0000 Subject: [PATCH] fix(deps): update dependency langchain-openai to v0.3.3 --- poetry.lock | 59 +++++++++++++---------------------------------------- 1 file changed, 14 insertions(+), 45 deletions(-) diff --git a/poetry.lock b/poetry.lock index faff4e09..9daf9a12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -340,25 +340,24 @@ files = [ [[package]] name = "browser-use" -version = "0.1.32" +version = "0.1.24" description = "Make websites accessible for AI agents" optional = false -python-versions = "<4.0,>=3.11" +python-versions = ">=3.11" files = [ - {file = "browser_use-0.1.32-py3-none-any.whl", hash = "sha256:f256fba5b7f84624e79faa9529ce2148bbdc954d46be5e10ff48a4d1f49a270e"}, - {file = "browser_use-0.1.32.tar.gz", hash = "sha256:a108086a70aab5a914100c109c0b555f0635d41c89b7a2fa345efb26b883954a"}, + {file = "browser_use-0.1.24-py3-none-any.whl", hash = "sha256:710073930edfaeea2c69a219255dc8acfd961d49417a55d2056d60ab5501b81f"}, + {file = "browser_use-0.1.24.tar.gz", hash = "sha256:2ddee34e6cea7fd249d0d0567de6382db3371df4d419dc55806f7bead24d33ac"}, ] [package.dependencies] beautifulsoup4 = ">=4.12.3" httpx = ">=0.27.2" -langchain = "0.3.14" -langchain-anthropic = "0.3.3" -langchain-aws = ">=0.2.11" -langchain-fireworks = ">=0.2.6" -langchain-google-genai = "2.0.8" -langchain-ollama = "0.2.2" -langchain-openai = "0.3.1" +langchain = ">=0.3.14" +langchain-anthropic = ">=0.3.1" +langchain-aws = ">=0.2.10" +langchain-fireworks = ">=0.2.5" +langchain-google-genai = ">=2.0.8" +langchain-openai = ">=0.3.0" lmnr = {version = ">=0.4.53", extras = ["langchain"]} maincontentextractor = ">=0.0.4" playwright = ">=1.49.0" @@ -2229,34 +2228,19 @@ google-generativeai = ">=0.8.0,<0.9.0" langchain-core = ">=0.3.27,<0.4.0" pydantic = ">=2,<3" -[[package]] -name = "langchain-ollama" -version = "0.2.2" -description = "An integration package connecting Ollama and LangChain" -optional = false -python-versions = "<4.0,>=3.9" -files = [ - {file = "langchain_ollama-0.2.2-py3-none-any.whl", hash = "sha256:8a1ee72dbb6ea3b3ace1d9dd317e472d667a8ed491328550da59f4893a6796f8"}, - {file = "langchain_ollama-0.2.2.tar.gz", hash = "sha256:2d9bcb06ffdbe43c7c6906c46e710d36d33b6b99cd4975cbf54060f13e51c875"}, -] - -[package.dependencies] -langchain-core = ">=0.3.27,<0.4.0" -ollama = ">=0.4.4,<1" - [[package]] name = "langchain-openai" -version = "0.3.1" +version = "0.3.3" description = "An integration package connecting OpenAI and LangChain" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "langchain_openai-0.3.1-py3-none-any.whl", hash = "sha256:5cf2a1e115b12570158d89c22832fa381803c3e1e11d1eb781195c8d9e454bd5"}, - {file = "langchain_openai-0.3.1.tar.gz", hash = "sha256:cce314f1437b2cad73e0ed2b55e74dc399bc1bbc43594c4448912fb51c5e4447"}, + {file = "langchain_openai-0.3.3-py3-none-any.whl", hash = "sha256:979ef0d9eca9a34d7c39cd9d0f66d1d38f2f10a5a8c723bbc7e7a8275259c71a"}, + {file = "langchain_openai-0.3.3.tar.gz", hash = "sha256:aaaee691f145d4ed3035fe23dce69e3212c8de7e208e650c1ce292960287725c"}, ] [package.dependencies] -langchain-core = ">=0.3.30,<0.4.0" +langchain-core = ">=0.3.33,<0.4.0" openai = ">=1.58.1,<2.0.0" tiktoken = ">=0.7,<1" @@ -3179,21 +3163,6 @@ files = [ {file = "numpy-2.2.2.tar.gz", hash = "sha256:ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f"}, ] -[[package]] -name = "ollama" -version = "0.4.7" -description = "The official Python client for Ollama." -optional = false -python-versions = "<4.0,>=3.8" -files = [ - {file = "ollama-0.4.7-py3-none-any.whl", hash = "sha256:85505663cca67a83707be5fb3aeff0ea72e67846cea5985529d8eca4366564a1"}, - {file = "ollama-0.4.7.tar.gz", hash = "sha256:891dcbe54f55397d82d289c459de0ea897e103b86a3f1fad0fdb1895922a75ff"}, -] - -[package.dependencies] -httpx = ">=0.27,<0.29" -pydantic = ">=2.9.0,<3.0.0" - [[package]] name = "openai" version = "1.61.0"