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

Handle postponed evaluation of annotations (PEP 563) #131

Open
jacebrowning opened this issue Sep 30, 2019 · 2 comments
Open

Handle postponed evaluation of annotations (PEP 563) #131

jacebrowning opened this issue Sep 30, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jacebrowning
Copy link
Owner

jacebrowning commented Sep 30, 2019

List[int] cannot be mapped to a converter when lazy annotations are enabled (from __future__ import annotations).

@jacebrowning jacebrowning added the bug Something isn't working label Sep 30, 2019
@jacebrowning jacebrowning self-assigned this Sep 30, 2019
@jacebrowning
Copy link
Owner Author

This is blocked until python/cpython#9518 is merged.

@jacebrowning
Copy link
Owner Author

pydantic/pydantic#2678 provides a good overview of the types of issues we'll need to overcome here was well.

@jacebrowning jacebrowning changed the title Handle container types with future annotations Handle postponed evaluation of annotations (PEP 563) Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant