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

Make backward compatible with Python 3.6 #12

Merged
merged 1 commit into from
May 30, 2022

Conversation

jtv8
Copy link
Contributor

@jtv8 jtv8 commented Mar 21, 2022

Since Pydantic requires python>=3.6.1, as do other projects like FastAPI that have it as a dependency, it would make sense to support Python 3.6 here as well to encourage wider use of these schemas.

I've made some minor edits to the tests so that these can also be run successfully in Python 3.6.

@kuimono kuimono merged commit 5f88b4f into kuimono:master May 30, 2022
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