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 annotations issue with lower python version #8680

Open
sydney-runkle opened this issue Jan 30, 2024 · 0 comments
Open

Fix annotations issue with lower python version #8680

sydney-runkle opened this issue Jan 30, 2024 · 0 comments
Assignees
Milestone

Comments

@sydney-runkle
Copy link
Member

#8659

Tweaking the existing test for this reveals a bug:

class Mixin:
    pass


class Child(Mixin, Model):
    y: int
@sydney-runkle sydney-runkle self-assigned this Jan 30, 2024
@sydney-runkle sydney-runkle added this to the v2.8.0 milestone Mar 29, 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

No branches or pull requests

1 participant