chore: bump openai SDK minimum to 2.25.0
All checks were successful
Continuous Integration / Build Package (push) Successful in 1m50s
Continuous Integration / Lint, Check & Test (push) Successful in 1m59s

This commit is contained in:
Konstantin Fickel 2026-03-05 21:21:41 +01:00
parent 47b5f899e6
commit f883d94290
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ dependencies = [
"httpx>=0.27.0",
"mistralai>=1.0.0",
"networkx>=3.6.1",
"openai>=2.21.0",
"openai>=2.25.0",
"pillow>=11.0.0",
"pydantic>=2.12.5",
"pyyaml>=6.0",

8
uv.lock generated
View file

@ -184,7 +184,7 @@ requires-dist = [
{ name = "httpx", specifier = ">=0.27.0" },
{ name = "mistralai", specifier = ">=1.0.0" },
{ name = "networkx", specifier = ">=3.6.1" },
{ name = "openai", specifier = ">=2.21.0" },
{ name = "openai", specifier = ">=2.25.0" },
{ name = "pillow", specifier = ">=11.0.0" },
{ name = "pydantic", specifier = ">=2.12.5" },
{ name = "pyyaml", specifier = ">=6.0" },
@ -386,7 +386,7 @@ wheels = [
[[package]]
name = "openai"
version = "2.21.0"
version = "2.25.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@ -398,9 +398,9 @@ dependencies = [
{ name = "tqdm" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/92/e5/3d197a0947a166649f566706d7a4c8f7fe38f1fa7b24c9bcffe4c7591d44/openai-2.21.0.tar.gz", hash = "sha256:81b48ce4b8bbb2cc3af02047ceb19561f7b1dc0d4e52d1de7f02abfd15aa59b7", size = 644374, upload-time = "2026-02-14T00:12:01.577Z" }
sdist = { url = "https://files.pythonhosted.org/packages/43/2b/a442b206ed74908dd79e2ad1ef3ffaeae66422b1fb506af981f0ef671ba0/openai-2.25.0.tar.gz", hash = "sha256:c3e1965d83c333dbd341eb2c7c8aceb783c272cd57fc57353404d9a443634e29", size = 666577, upload-time = "2026-03-05T18:35:38.292Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/cc/56/0a89092a453bb2c676d66abee44f863e742b2110d4dbb1dbcca3f7e5fc33/openai-2.21.0-py3-none-any.whl", hash = "sha256:0bc1c775e5b1536c294eded39ee08f8407656537ccc71b1004104fe1602e267c", size = 1103065, upload-time = "2026-02-14T00:11:59.603Z" },
{ url = "https://files.pythonhosted.org/packages/5b/e6/ca496976bacdd7f86d4fa69359c2d9b5a547d7acbf0ae5cac7bff107ff50/openai-2.25.0-py3-none-any.whl", hash = "sha256:7c7c01a0a4b69771a29913e28d06bc1e9cee8781b4d206bb56cb946d8d2fcb23", size = 1136347, upload-time = "2026-03-05T18:35:36.497Z" },
]
[[package]]