Skip to content

Commit 73de0f5

Browse files
chore(deps-dev): update openai requirement
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.0.0...v2.14.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c0b930 commit 73de0f5

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,7 +48,7 @@ dependencies = [
4848
[project.optional-dependencies]
4949
# OpenAI 사용
5050
openai = [
51-
"openai>=1.0.0,<2.0.0",
51+
"openai>=1.0.0,<3.0.0",
5252
]
5353

5454
# Anthropic Claude 사용
@@ -79,7 +79,7 @@ ml = [
7979

8080
# 모든 Provider 사용
8181
all = [
82-
"openai>=1.0.0,<2.0.0",
82+
"openai>=1.0.0,<3.0.0",
8383
"anthropic>=0.18.0,<1.0.0",
8484
"google-generativeai>=0.3.0,<1.0.0",
8585
"ollama>=0.1.0,<1.0.0",

0 commit comments

Comments
 (0)