Skip to content

Commit

Permalink
Merge branch 'main' into add-recursive-chunking
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Dec 12, 2024
2 parents 7d9c4df + 2a9a640 commit d66afd5
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 d66afd5

Please sign in to comment.