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

Update Pydantic to v2 #26

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Update Pydantic to v2 #26

merged 3 commits into from
Jan 18, 2024

Conversation

adriangb
Copy link
Contributor

No description provided.

Comment on lines +61 to +62
message: Optional[str] = None
sql_state: Optional[str] = None
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jwills I can't know if this was intentional or not since you do have some Optional[...] fields with a None default value. I blindly added None as a default to all fields that had failing tests because of missing values but maybe that's not what you want.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah it was just laziness— thank you!

@jwills jwills merged commit 37ed325 into jwills:main Jan 18, 2024
3 checks passed
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.

None yet

2 participants