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