Skip to content

Commit adc7dc0

Browse files
committed
chore: bump openai package version
To match #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 <[email protected]>
1 parent 9d6e589 commit adc7dc0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

llama-stack-client-python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 37777d0caf57ac86a6d2c4d1a11b93c54b9134e5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"jinja2>=3.1.6",
3232
"jsonschema",
3333
"llama-stack-client>=0.3.0",
34-
"openai>=1.107", # for expires_after support
34+
"openai>=2.5.0",
3535
"prompt-toolkit",
3636
"python-dotenv",
3737
"pyjwt[crypto]>=2.10.0", # Pull crypto to support RS256 for jwt. Requires 2.10.0+ for ssl_context support.

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)