chore: bump openai package version

To match https://github.com/llamastack/llama-stack/pull/3847
We must not update the lock manually, but always reflect the update in
the pyproject.toml. The lock is a state at build time.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-10-27 16:12:46 +01:00
parent 9d6e589120
commit 58d4fd6805
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ dependencies = [
"jinja2>=3.1.6",
"jsonschema",
"llama-stack-client>=0.3.0",
"openai>=1.107", # for expires_after support
"openai>=2.5.0",
"prompt-toolkit",
"python-dotenv",
"pyjwt[crypto]>=2.10.0", # Pull crypto to support RS256 for jwt. Requires 2.10.0+ for ssl_context support.