Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.31 KB

feature_request.md

File metadata and controls

36 lines (27 loc) · 1.31 KB
name about labels
Feature Request
Suggest a new feature or change to pydantic
feature request

Checks

  • I added a descriptive title to this issue
  • I have searched (google, github) for similar issues and couldn't find anything
  • I have read and followed the docs and still think this feature/change is needed
  • After submitting this, I commit to one of:
    • Look through open issues and helped at least one other person
    • Hit the "watch" button on this repo to receive notifications and I commit to help at least 2 people that ask questions in the future
    • Implement a Pull Request for a confirmed bug

Feature Request

Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":

...
import pydantic

...