chore: pin openai>=1.56.1 (#8632)

* pin openai>=1.56.1

* release note
This commit is contained in:
Stefano Fiorucci 2024-12-12 16:26:38 +01:00 committed by GitHub
parent 3f77d3ab6c
commit 2a9a6401d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,7 @@ dependencies = [
"tqdm",
"tenacity!=8.4.0",
"lazy-imports",
"openai>=1.1.0",
"openai>=1.56.1",
"Jinja2",
"posthog", # telemetry
"pyyaml",

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Pin OpenAI client to >=1.56.1 to avoid issues related to changes in the httpx library.