Files
pydantic/.github/ISSUE_TEMPLATE.md
T
2018-09-28 16:03:13 +01:00

457 B

Question | Feature Request | Bug

For bugs/questions:

  • OS: ?
  • Python version import sys; print(sys.version): ?
  • Pydantic version import pydantic; print(pydantic.VERSION): ?

Where possible please include a self contained code snippet describing your bug, question, or where applicable feature request:

import pydantic

...