Compare commits

...
Author SHA1 Message Date
dependabot[bot]andGitHub 27870175bf Update openai requirement from ==1.65.* to ==3.13.* in /docker/main
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](https://github.com/openai/openai-python/compare/v1.65.0...v3.13.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 3.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-14 11:33:23 +00:00
+1 -1
View File
@@ -49,7 +49,7 @@ transformers == 4.45.*
# Generative AI
google-genai == 1.58.*
ollama == 0.6.*
openai == 1.65.*
openai == 3.13.*
# push notifications
py-vapid == 1.9.4
pywebpush == 2.0.*