Release Databricks OpenAI 0.17.1 - #469
Merged
Merged
Conversation
Co-authored-by: Isaac
smurching
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
databricks-openai 0.17.1 (2026-08-20)
Bug Fixes
mcp>=1.19,<2as a direct dependency sodatabricks_openai.agents.McpServerimports correctly on fresh installs (mcp 2.0.0 removedGetSessionIdCallback) (fix(openai): declare mcp<2 upper bound (mcp 2.0 removed GetSessionIdCallback) #463)Prepares the next release following #449 (databricks-ai-bridge 0.21.0 / databricks-openai 0.17.0). Bumps:
databricks-openai:0.17.0→0.17.1Patch rather than minor: the only shippable change since the
databricks-openai-v0.17.0tag is the dependency-bound fix in #463. This follows the precedent of 0.11.1 and 0.12.1, which were also patch releases for bug fixes.The
databricks-ai-bridge>=0.21.0floor is unchanged, sincedatabricks-ai-bridgehas no changes since 0.21.0.Packages intentionally not re-released (consistent with prior releases that omit unchanged packages):
databricks-ai-bridge— no changes since 0.21.0databricks-langchain— no changes since 0.20.0 (Fix tests for openai v2.45.0 cache_write_tokens compatibility #453 touched only its unit tests)databricks-mcp— already released as 0.9.2 via fix(databricks-mcp): support mcp 2.x and drop the temporary <2.0.0 pin #458Note:
databricks-mcp0.9.2 was tagged and published without a CHANGELOG entry. Left as-is here to keep this PR scoped to the openai release, but worth backfilling separately.This pull request and its description were written by Isaac.