feat: pin openai<1.100.0 due ResponseTextConfigParam import issue (#3355)
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled

This commit is contained in:
Lucas Gomide
2025-08-18 19:31:18 -03:00
committed by GitHub
parent a4f65e4870
commit 2a0cefc98b
2 changed files with 3014 additions and 3014 deletions

View File

@@ -10,7 +10,7 @@ authors = [
dependencies = [
# Core Dependencies
"pydantic>=2.4.2",
"openai>=1.13.3",
"openai<1.100.0", # TODO: Temporarily pin due to https://github.com/openai/openai-python/issues/2564. Can revert once the issue is fixed.
"litellm==1.74.9",
"instructor>=1.3.3",
# Text Processing