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

fix pydantic 2.6. incompatibility #168

Closed

Conversation

floscha
Copy link

@floscha floscha commented Feb 1, 2024

This fixes #167.

@dapper91
Copy link
Owner

dapper91 commented Feb 3, 2024

@floscha I went through the pydantic-core 2.15.0 changes. Unfortunately, they not just removed TuplePositionalSchema schema but removed tuple-variable and tuple-positional types at all.

@dapper91
Copy link
Owner

dapper91 commented Feb 3, 2024

Closed in favor to #169

@dapper91 dapper91 closed this Feb 3, 2024
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.

AttributeError: module 'pydantic_core' has no attribute 'TuplePositionalSchema'
2 participants