From 2a29f6d0a9c1d0eab28562879083a7b78e74faa2 Mon Sep 17 00:00:00 2001 From: Ben Sowell Date: Tue, 28 Jan 2025 12:36:35 -0800 Subject: [PATCH] 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. --- lib/sycamore/poetry.lock | 10 +++++----- lib/sycamore/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/sycamore/poetry.lock b/lib/sycamore/poetry.lock index 6661eab49..7e371cf67 100644 --- a/lib/sycamore/poetry.lock +++ b/lib/sycamore/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -5373,13 +5373,13 @@ files = [ [[package]] name = "openai" -version = "1.59.9" +version = "1.60.2" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.59.9-py3-none-any.whl", hash = "sha256:61a0608a1313c08ddf92fe793b6dbd1630675a1fe3866b2f96447ce30050c448"}, - {file = "openai-1.59.9.tar.gz", hash = "sha256:ec1a20b0351b4c3e65c6292db71d8233515437c6065efd4fd50edeb55df5f5d2"}, + {file = "openai-1.60.2-py3-none-any.whl", hash = "sha256:993bd11b96900b9098179c728026f016b4982ded7ee30dfcf4555eab1171fff9"}, + {file = "openai-1.60.2.tar.gz", hash = "sha256:a8f843e10f2855713007f491d96afb2694b11b5e02cb97c7d01a0be60bc5bb51"}, ] [package.dependencies] @@ -9976,4 +9976,4 @@ weaviate = ["weaviate-client"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "6ab47159bd4ab9af9ec1aea959776756deec76ffdac80975e7d42b4426dc5340" +content-hash = "af24062398383cb5a1767628913027e3842e09d4241928d3e853265f273d24d0" diff --git a/lib/sycamore/pyproject.toml b/lib/sycamore/pyproject.toml index 6773cd7cb..8acf15181 100644 --- a/lib/sycamore/pyproject.toml +++ b/lib/sycamore/pyproject.toml @@ -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"