fix: revert pin openai<1.100.0 to openai>=1.13.3 (#3364)

This commit is contained in:
Wajeeh ul Hassan
2025-08-20 18:16:26 +05:00
committed by GitHub
parent 95923b78c6
commit 2773996b49
2 changed files with 3 additions and 3 deletions

4
uv.lock generated
View File

@@ -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" },