You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't update my application code to use Pydantic 2 because DBX is using Pydantic 1. AFAIK Pydantic 2 is backwards compatible if you're willing to update package import names.
Current Behavior
DBX failures happen when I update to Pydantic 2
Steps to Reproduce (for bugs)
Install DBX and Pydantic 2. Try to use DBX.
Context
I want to use Pydantic 2.1
Your Environment
dbx version used: 0.8.18 or earlier
Databricks Runtime version: irrelevant
The text was updated successfully, but these errors were encountered:
We ultimately moved off of dbx. For some of our use cases, we just used the Databricks SDK directly and for others, we moved to Databricks asset bundles.
Expected Behavior
I can't update my application code to use Pydantic 2 because DBX is using Pydantic 1. AFAIK Pydantic 2 is backwards compatible if you're willing to update package import names.
Current Behavior
DBX failures happen when I update to Pydantic 2
Steps to Reproduce (for bugs)
Install DBX and Pydantic 2. Try to use DBX.
Context
I want to use Pydantic 2.1
Your Environment
The text was updated successfully, but these errors were encountered: