Skip to content

fix: Bump minimum openai version to 2.14.0#504

Merged
bradhilton merged 1 commit intomainfrom
fix/openai-version
Jan 7, 2026
Merged

fix: Bump minimum openai version to 2.14.0#504
bradhilton merged 1 commit intomainfrom
fix/openai-version

Conversation

@vivekkalyan
Copy link
Copy Markdown
Collaborator

The ChatCompletionMessageFunctionToolCall type used in src/art/openai.py was introduced in openai 1.99.2. Without this constraint, users may get openai 1.99.1 or earlier which lacks this module, causing an ImportError on import.

The `ChatCompletionMessageFunctionToolCall` type used in `src/art/openai.py`
was introduced in openai 1.99.2. Without this constraint, users may get
openai 1.99.1 or earlier which lacks this module, causing an ImportError
on import.
@vivekkalyan vivekkalyan requested a review from bradhilton January 7, 2026 12:29
@bradhilton bradhilton merged commit 991a176 into main Jan 7, 2026
2 checks passed
@bradhilton bradhilton deleted the fix/openai-version branch January 7, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants