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",