Release v0.14.0: Version bump for databricks-ai-bridge, databricks-langchain, databricks-openai, databricks-mcp#319
Merged
Conversation
456636d to
72d564e
Compare
databricks-ai-bridge: 0.13.0 -> 0.14.0 databricks-langchain: 0.14.0 -> 0.15.0 databricks-openai: 0.10.0 -> 0.11.0 databricks-mcp: 0.7.0 -> 0.8.0 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Sid Murching <sid.murching@databricks.com>
72d564e to
b0fb229
Compare
smurching
commented
Feb 10, 2026
| "databricks-vectorsearch>=0.50", | ||
| "langchain>=0.3.0", | ||
| "databricks-ai-bridge>=0.13.0", | ||
| "databricks-ai-bridge>=0.14.0", |
Collaborator
Author
There was a problem hiding this comment.
Needs newer databricks-ai-bridge due to dependencies introduced in 4fbc9ea
nisha2003
approved these changes
Feb 10, 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.
Release v0.14.0
This PR bumps package versions for the upcoming release:
What's New
databricks-ai-bridge
AsyncLakebaseSQLAlchemyclass for SQLAlchemy async engine with automatic OAuth token rotation (db-openai: Add AsyncDatabricksSession class to support Session Protocol for Stateful Conversation Management via SQLAlchemy engine #316)databricks-langchain
similarity_search_by_vector_with_score(Add async support for similarity_search_by_vector_with_score #195)ChatDatabricks(Add async support to ChatDatabricks using databricks-openai #299)databricks-openai
AsyncDatabricksSessionclass supporting Session Protocol for stateful conversation management (db-openai: Add AsyncDatabricksSession class to support Session Protocol for Stateful Conversation Management via SQLAlchemy engine #316)databricks-mcp
Changes in this PR
CHANGELOG.mdwith release notespyproject.tomlfilesTesting
All changes have been tested in their respective PRs. This is a version bump PR only.