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