Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade pydantic version #48

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

matanmichaely
Copy link

@matanmichaely matanmichaely commented Sep 19, 2024

Changes

  • Upgrade pydantic version to 2.5.2 , higher version cannot be used without python version upgrade.
    • Update different decorators.
    • Updated data classes with Optional fields with default values (required in this version)
    • Update exception class - UnsupportedDbtAdapterError since previous error class was deprecated.
  • Replaced usage of Union with model_validator decorator.
  • updated manfiest.json - some columns had old attribute for data_type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants