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
588 B
588 B
name, about, labels
| name | about | labels |
|---|---|---|
| Question | Ask a question about how to use pydantic | question |
Question
Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":
...
import pydantic
...