File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- # pydantic-extra-types
1
+ # Pydantic Extra Types
2
+
3
+ [ ![ CI] ( https://github.com/pydantic/pydantic-extra-types/workflows/CI/badge.svg?event=push )] ( https://github.com/pydantic/pydantic-extra-types/actions?query=event%3Apush+branch%3Amain+workflow%3ACI )
4
+ [ ![ Coverage] ( https://codecov.io/gh/pydantic/pydantic-extra-types/branch/main/graph/badge.svg )] ( https://codecov.io/gh/pydantic/pydantic-extra-types )
5
+ [ ![ pypi] ( https://img.shields.io/pypi/v/pydantic-extra-types.svg )] ( https://pypi.python.org/pypi/pydantic-extra-types )
6
+ [ ![ license] ( https://img.shields.io/github/license/pydantic/pydantic-extra-types.svg )] ( https://github.com/pydantic/pydantic-extra-types/blob/main/LICENSE )
2
7
3
8
A place for pydantic types that probably shouldn't exist in the main pydantic lib.
4
9
5
10
See [ pydantic/pydantic #5012 ] ( https://github.com/pydantic/pydantic/issues/5012 ) for more info.
6
11
7
- This is just a stub to reserve the name ` pydantic-extra-types ` .
12
+ ** Currently a work in progress.**
13
+
14
+ This package will be officially released as V2 when pydantic V2 is released.
You can’t perform that action at this time.
0 commit comments