astronomer / astro-provider-databricks

Orchestrate your Databricks notebooks in Airflow and execute them as Databricks Workflows
Apache License 2.0
20 stars 10 forks source link

Remove pydantic upper version constraint #62

Closed TJaniF closed 4 months ago

TJaniF commented 4 months ago

The Airflow issue with pydantic was resolved and 2.8.1 depends on pydantic>=2.3.0: https://github.com/apache/airflow/issues/32311

I tested the change with my tutorial DAG and does not seem to break anything. :)