diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 72ccfed6513..05e735307b1 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] -version = "1.1.9" +version = "1.1.10" requires-python = ">=3.10.0,<4.0.0" dependencies = [ - "langchain-core>=1.2.11,<2.0.0", + "langchain-core>=1.2.13,<2.0.0", "openai>=2.20.0,<3.0.0", "tiktoken>=0.7.0,<1.0.0", ] diff --git a/libs/partners/openai/uv.lock b/libs/partners/openai/uv.lock index 725f17e204e..5bbdbdef7f9 100644 --- a/libs/partners/openai/uv.lock +++ b/libs/partners/openai/uv.lock @@ -610,7 +610,7 @@ typing = [ [[package]] name = "langchain-core" -version = "1.2.12" +version = "1.2.13" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -670,7 +670,7 @@ typing = [ [[package]] name = "langchain-openai" -version = "1.1.9" +version = "1.1.10" source = { editable = "." } dependencies = [ { name = "langchain-core" }, @@ -747,7 +747,7 @@ test-integration = [ { name = "httpx", specifier = ">=0.27.0,<1.0.0" }, { name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.4" }, { name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" }, - { name = "pillow", specifier = ">=10.3.0,<13.0.0" }, + { name = "pillow", specifier = ">=12.1.1,<13.0.0" }, ] typing = [ { name = "langchain-core", editable = "../../core" }, @@ -1105,7 +1105,7 @@ wheels = [ [[package]] name = "openai" -version = "2.20.0" +version = "2.21.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -1117,9 +1117,9 @@ dependencies = [ { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6e/5a/f495777c02625bfa18212b6e3b73f1893094f2bf660976eb4bc6f43a1ca2/openai-2.20.0.tar.gz", hash = "sha256:2654a689208cd0bf1098bb9462e8d722af5cbe961e6bba54e6f19fb843d88db1", size = 642355, upload-time = "2026-02-10T19:02:54.145Z" } +sdist = { url = "https://files.pythonhosted.org/packages/92/e5/3d197a0947a166649f566706d7a4c8f7fe38f1fa7b24c9bcffe4c7591d44/openai-2.21.0.tar.gz", hash = "sha256:81b48ce4b8bbb2cc3af02047ceb19561f7b1dc0d4e52d1de7f02abfd15aa59b7", size = 644374, upload-time = "2026-02-14T00:12:01.577Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b5/a0/cf4297aa51bbc21e83ef0ac018947fa06aea8f2364aad7c96cbf148590e6/openai-2.20.0-py3-none-any.whl", hash = "sha256:38d989c4b1075cd1f76abc68364059d822327cf1a932531d429795f4fc18be99", size = 1098479, upload-time = "2026-02-10T19:02:52.157Z" }, + { url = "https://files.pythonhosted.org/packages/cc/56/0a89092a453bb2c676d66abee44f863e742b2110d4dbb1dbcca3f7e5fc33/openai-2.21.0-py3-none-any.whl", hash = "sha256:0bc1c775e5b1536c294eded39ee08f8407656537ccc71b1004104fe1602e267c", size = 1103065, upload-time = "2026-02-14T00:11:59.603Z" }, ] [[package]]