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
642 B
642 B
name, about, labels
| name | about | labels |
|---|---|---|
| Feature Request | Suggest a new feature or change to pydantic | feature request |
Feature Request
Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":
...
import pydantic
...