Skip to content

Commit 17d86de

Browse files
ci: update openai requirement from <1.110.0,>=1.68.0 to >=1.68.0,<2.22.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.21.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5d26e7 commit 17d86de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)