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

Use Annotated types for Pydantic model fields #8547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmmarcos
Copy link
Contributor

This was preventing fastapi upgrades since with newer versions Pydantic was unable to generate pydantic-core schema for these fields even though set arbitrary_types_allowed=True in the model_config

See: https://github.com/Scille/parsec-cloud/actions/runs/11101712183/job/30839956516?pr=8544

This was preventing fastapi upgrades since with newer versions
Pydantic was unable to generate pydantic-core schema for these
fields even though set `arbitrary_types_allowed=True` in the
model_config

See: https://github.com/Scille/parsec-cloud/actions/runs/11101712183/job/30839956516?pr=8544
@mmmarcos mmmarcos requested a review from a team as a code owner September 30, 2024 10:08
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.

1 participant