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 ForwardRef used in AnyOf #291

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

Tishka17
Copy link
Member

/closes #290

@Tishka17 Tishka17 force-pushed the fix/any_of_forwardref branch 2 times, most recently from 10e261f to e2b370e Compare October 23, 2024 19:33
@Tishka17 Tishka17 changed the title Fix/any of forwardref Fix ForwardRef used in AnyOf Oct 23, 2024

class ProvideMultiple(Generic[Variants]):
def __class_getitem__(cls, item):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

item: tuple[Any]?

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.

AnyOf["SomeObject", "AnotherObject"] don't work
2 participants