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

support typing.Tuple #12

Closed
samuelcolvin opened this issue May 10, 2017 · 1 comment · Fixed by #227
Closed

support typing.Tuple #12

samuelcolvin opened this issue May 10, 2017 · 1 comment · Fixed by #227

Comments

@samuelcolvin
Copy link
Member

allow typed tuples. Note: variable length tuples use the ellipsis - need to make sure this doesn't interfere with required fields.

@samuelcolvin
Copy link
Member Author

as wiht #14 need benchmarks to make sure this doesn't slow things down.

@samuelcolvin samuelcolvin mentioned this issue Mar 25, 2018
8 tasks
samuelcolvin added a commit that referenced this issue Jul 10, 2018
samuelcolvin added a commit that referenced this issue Jul 10, 2018
* cleaning up _populate_sub_fields

* support tuples, fix #12

* fix, history and docs

* rename _create_sub_type
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this issue Dec 23, 2023
* try rust coverage

* fix ci

* add rustfilt

* fix coverage generate

* try without telling codecov which files

* alter rust caching

* remove used coverage files

* simplify rust coverage logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant