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

@ -70,7 +70,7 @@ from openai.types.chat.chat_completion_chunk import (
from openai.types.chat.chat_completion_content_part_image_param import (
ImageURL as OpenAIImageURL,
)
from openai.types.chat.chat_completion_message_tool_call_param import (
from openai.types.chat.chat_completion_message_tool_call import (
Function as OpenAIFunction,
)
from pydantic import BaseModel