Files
pydantic/.github/ISSUE_TEMPLATE/bug.md
T
2020-09-06 18:36:13 +01:00

944 B

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

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 is a bug

Bug

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

...
import pydantic

...