Skip to content

Commit e6b62f1

Browse files
chore(deps): 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@v2.45.0...v3.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95c4d39 commit e6b62f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.14",
2121
"Typing :: Typed",
2222
]
23-
dependencies = ["openai>=2.45.0,<3.0.0"]
23+
dependencies = ["openai>=2.45.0,<4.0.0"]
2424

2525
[project.urls]
2626
Homepage = "https://www.cometapi.com"

0 commit comments

Comments
 (0)