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

Dev #170

Merged
merged 4 commits into from
Feb 3, 2024
Merged

Dev #170

merged 4 commits into from
Feb 3, 2024

Conversation

dapper91
Copy link
Owner

@dapper91 dapper91 commented Feb 3, 2024

  • pydantic 2.6 incompatibility fixed.

…odel has its own metaclass (RootModelMetaclass).
Starting from pydantic-core 2.15.0 `tuple-positional` and `tuple-variable` types
had been merged into a single `tuple` type to be able to handle variadic tuples (PEP-646).
Since that point is not possible to separate tuple into homogeneous and heterogeneous collections
by its type but only by presence of the `variadic_item_index` field in the schema.
@dapper91 dapper91 merged commit ce3d709 into master Feb 3, 2024
5 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

1 participant