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

feat: Add generic support for SQLAlchemyModelFactory #1096

Closed
wants to merge 1 commit into from
Closed

feat: Add generic support for SQLAlchemyModelFactory #1096

wants to merge 1 commit into from

Conversation

forana
Copy link

@forana forana commented Sep 18, 2024

This PR extends the typing support added in #903 to allow SQLAlchemyModelFactory to specify its generic type as well.

(We have some custom extensions in use on top of SQLAlchemyModelFactory, which make use of generics - the additions from #903 are a breaking change for us because it creates an MRO issue with Generic)

@forana
Copy link
Author

forana commented Sep 18, 2024

Closing in favor of #1060 🤦

@forana forana closed this Sep 18, 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.

1 participant