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

add support for arbitrary types #8

Merged
merged 2 commits into from
Aug 17, 2023

Conversation

JonathanSerafini
Copy link
Contributor

when testing out this library, I ran into an issue where the inject method would
fail on any function that had "complex" types, whether they were dependencies
or not.

to work around this, I've added arbitrary_types_allows to the base model that
is used by create_model within the core/build step.

@Lancetnik
Copy link
Owner

@JonathanSerafini thanks for your PR! Glad to see so structured code

@Lancetnik Lancetnik merged commit 7c9ccc9 into Lancetnik:main Aug 17, 2023
13 of 14 checks passed
@JonathanSerafini JonathanSerafini deleted the arbitrary-types branch August 18, 2023 00:32
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.

2 participants