Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade OpenAI to ^1.60.2.
This is necessary to work with newer versions of httpx, which we were picking
up from some other path.
  • Loading branch information
bsowell committed Jan 28, 2025
commit 2a29f6d0a9c1d0eab28562879083a7b78e74faa2
10 changes: 5 additions & 5 deletions lib/sycamore/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/sycamore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ray = { extras = ["default"], version = "^2.36.0" }

pyarrow = "^14.0.2"
numpy = "<2.0.0"
openai = "^1.40.2"
openai = "^1.60.2"
beautifulsoup4 = "^4.12.2"
amazon-textract-textractor = "^1.3.2"
boto3 = "^1.28.70"
Expand Down
Loading