z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
422 stars 46 forks source link

chore: bump pydantic to >2 and update all #132

Closed ryan-pip closed 3 months ago

ryan-pip commented 4 months ago

Bump pydantic version for #130 and while I was at it an update of any other dependencies.

z3z1ma commented 3 months ago

TBH we don't need pydantic at all based on the 3 places I see it used. It'd make no difference if we used a dataclass instead or even a typeddict/namedtuple. The validation isnt being leveraged or needed AFAICT.

z3z1ma commented 3 months ago

Thanks for the PR, much appreciated. Closed in favor of removing the dep 🙏