Skip to content

Commit 779f2bd

Browse files
Update openai requirement from <=1.52.2 to <=1.93.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@v0.2.6...v1.93.0) --- updated-dependencies: - dependency-name: openai dependency-version: 1.93.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d6fc0d commit 779f2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
'flask<=3.0.3',
2727
'keyboard<=0.13.5',
2828
'numpy<=2.1.3',
29-
'openai<=1.52.2',
29+
'openai<=1.93.0',
3030
'parsedatetime<=2.6',
3131
'pydantic==2.9.2', # Pin to specific working version
3232
'pydantic_core==2.23.4', # Pin to specific working version

0 commit comments

Comments
 (0)