mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
1.3 KiB
1.3 KiB
name, about, labels
| name | about | labels |
|---|---|---|
| Feature Request | Suggest a new feature or change to pydantic | feature request |
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 feature/change is needed
- After submitting this, I commit to one of:
- Look through open issues and helped at least one other person
- Hit the "watch" button on this repo to receive notifications and I commit to help at least 2 people that ask questions in the future
- Implement a Pull Request for a confirmed bug
Feature Request
Output of python -c "import pydantic.utils; print(pydantic.utils.version_info())":
...
import pydantic
...