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

View File

@@ -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