Skip to content

Commit 2a9a640

Browse files
authored
chore: pin openai>=1.56.1 (#8632)
* pin openai>=1.56.1 * release note
1 parent 3f77d3a commit 2a9a640

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"tqdm",
4747
"tenacity!=8.4.0",
4848
"lazy-imports",
49-
"openai>=1.1.0",
49+
"openai>=1.56.1",
5050
"Jinja2",
5151
"posthog", # telemetry
5252
"pyyaml",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Pin OpenAI client to >=1.56.1 to avoid issues related to changes in the httpx library.

0 commit comments

Comments
 (0)