Skip to content

Commit

Permalink
chore: pin openai>=1.56.1 (#8632)
Browse files Browse the repository at this point in the history
* pin openai>=1.56.1

* release note
  • Loading branch information
anakin87 authored Dec 12, 2024
1 parent 3f77d3a commit 2a9a640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"tqdm",
"tenacity!=8.4.0",
"lazy-imports",
"openai>=1.1.0",
"openai>=1.56.1",
"Jinja2",
"posthog", # telemetry
"pyyaml",
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/pin-openai-1-56-1-43d50ebfbb8b5a8d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Pin OpenAI client to >=1.56.1 to avoid issues related to changes in the httpx library.

0 comments on commit 2a9a640

Please sign in to comment.