Skip to content

Commit 4646a97

Browse files
ci: update openai requirement from <1.110.0,>=1.68.0 to >=1.68.0,<2.8.0
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.68.0...v2.7.2) --- updated-dependencies: - dependency-name: openai dependency-version: 2.7.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3061116 commit 4646a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<1.110.0"]
4848
llamaapi = ["llama-api-client>=0.1.0,<1.0.0"]
4949
mistral = ["mistralai>=1.8.2"]
5050
ollama = ["ollama>=0.4.8,<1.0.0"]
51-
openai = ["openai>=1.68.0,<2.0.0"]
51+
openai = ["openai>=1.68.0,<3.0.0"]
5252
writer = ["writer-sdk>=2.2.0,<3.0.0"]
5353
sagemaker = [
5454
"boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0",
55-
"openai>=1.68.0,<2.0.0", # SageMaker uses OpenAI-compatible interface
55+
"openai>=1.68.0,<3.0.0", # SageMaker uses OpenAI-compatible interface
5656
]
5757
otel = ["opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0"]
5858
docs = [

0 commit comments

Comments
 (0)