Skip to content

chore: fix pydantic 1 support with new type#2111

Merged
eakmanrq merged 2 commits intomainfrom
eakmanrq/fix_pydantic_1_validation
Feb 9, 2024
Merged

chore: fix pydantic 1 support with new type#2111
eakmanrq merged 2 commits intomainfrom
eakmanrq/fix_pydantic_1_validation

Conversation

@eakmanrq
Copy link
Contributor

@eakmanrq eakmanrq commented Feb 9, 2024

Recent PR referenced a class that is not part of Pydantic 1 and therefore led to an error in Airflow tests that use Pydantic 1.

The reason why our Pydantic 1 CI test didn't catch it is because we downgrade pydantic 2 to pydantic 1 in CI but then leave pydantic_core behind which allowed the tests to pass. So updated CI too in order to catch this earlier in the future.

@eakmanrq eakmanrq merged commit 1773429 into main Feb 9, 2024
@eakmanrq eakmanrq deleted the eakmanrq/fix_pydantic_1_validation branch February 9, 2024 03:12
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