mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
504 B
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
...