mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
18 lines
457 B
Markdown
18 lines
457 B
Markdown
<!-- Questions, Feature Requests, and Bug Reports are all welcome -->
|
|
<!-- delete as applicable: -->
|
|
# Question | Feature Request | Bug
|
|
|
|
For bugs/questions:
|
|
* OS: **?**
|
|
* Python version `import sys; print(sys.version)`: **?**
|
|
* Pydantic version `import pydantic; print(pydantic.VERSION)`: **?**
|
|
|
|
Where possible please include a self contained code snippet describing your
|
|
bug, question, or where applicable feature request:
|
|
|
|
```py
|
|
import pydantic
|
|
|
|
...
|
|
```
|