databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Remove pydantic pin #829

Closed benc-db closed 1 month ago

benc-db commented 1 month ago

Description

Pydantic pin was causing issues with dbt-core. I'm fairly certain this is safe since I don't run setup.py when testing locally, and it's not present in requirements.txt

Checklist