Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.24 KB

question.md

File metadata and controls

36 lines (27 loc) · 1.24 KB
name about labels
Question
Ask a question about how to use pydantic
question

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 couldn't find an answer
  • 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

Question

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

...
import pydantic

...