fix(dep): update to openai >= 1.99.6 and use new Function location (#3087)

# What does this PR do?

closes #3072 

## Test Plan

ci
This commit is contained in:
Matthew Farrellee 2025-08-12 10:40:32 -05:00 committed by GitHub
parent 4a13ef45e9
commit b70e2f1f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@ dependencies = [
"jsonschema",
"llama-stack-client>=0.2.17",
"llama-api-client>=0.1.2",
"openai>=1.66",
"openai>=1.99.6",
"prompt-toolkit",
"python-dotenv",
"python-jose[cryptography]",