From 2773996b49bf604c20ee578525aa02fafa1e5f84 Mon Sep 17 00:00:00 2001 From: Wajeeh ul Hassan Date: Wed, 20 Aug 2025 18:16:26 +0500 Subject: [PATCH] fix: revert pin openai<1.100.0 to openai>=1.13.3 (#3364) --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46f218646..90fd87b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ dependencies = [ # Core Dependencies "pydantic>=2.4.2", - "openai<1.100.0", # TODO: Temporarily pin due to https://github.com/openai/openai-python/issues/2564. Can revert once the issue is fixed. + "openai>=1.13.3", "litellm==1.74.9", "instructor>=1.3.3", # Text Processing diff --git a/uv.lock b/uv.lock index a94692234..a353396a2 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.10, <3.14" resolution-markers = [ "python_full_version >= '3.13' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'", @@ -787,7 +787,7 @@ requires-dist = [ { name = "litellm", specifier = "==1.74.9" }, { name = "mem0ai", marker = "extra == 'mem0'", specifier = ">=0.1.94" }, { name = "onnxruntime", specifier = "==1.22.0" }, - { name = "openai", specifier = "<1.100.0" }, + { name = "openai", specifier = ">=1.13.3" }, { name = "openpyxl", specifier = ">=3.1.5" }, { name = "openpyxl", marker = "extra == 'openpyxl'", specifier = ">=3.1.5" }, { name = "opentelemetry-api", specifier = ">=1.30.0" },