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

Feature/singleton decorator #24

Merged
merged 7 commits into from Nov 28, 2021
Merged

Conversation

silvanmelchior
Copy link
Collaborator

This PR resolves #19 by adding the depends_on decorator

@silvanmelchior
Copy link
Collaborator Author

Unfortunately, there seems to be a problem with pydantic and newer python versions, which caused the tests to fail (pydantic/pydantic#3401).
So, the python version is now temporarily set to <3.9.8 and this PR will not be merged until the issues are resolved in pydantic.

@silvanmelchior silvanmelchior merged commit 569cb68 into main Nov 28, 2021
@silvanmelchior silvanmelchior deleted the feature/singleton_decorator branch November 28, 2021 13:18
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.

Singleton / lazy loading generator
2 participants