Files
pydantic/.github/ISSUE_TEMPLATE/bug.md
T

504 B

name, about, labels
name about labels
Bug Create a bug report to help us improve pydantic bug

Bug

Please complete:

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

Please read the docs and search through issues to confirm your bug hasn't already been reported.

Where possible please include a self contained code snippet describing your bug:

import pydantic

...