mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
e169bd60e4
* encourage use of version_info() in issues * improve grammar and add change * switch test import
570 B
570 B
name, about, labels
| name | about | labels |
|---|---|---|
| Bug | Create a bug report to help us improve pydantic | bug |
Bug
Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":
...
import pydantic
...