File tree Expand file tree Collapse file tree 2 files changed +910
-1
lines changed Expand file tree Collapse file tree 2 files changed +910
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ classifiers = [
3737 ' Topic :: Software Development :: Libraries :: Python Modules' ,
3838 ' Topic :: Internet' ,
3939]
40- requires-python = ' >=3.8'
40+ requires-python = ' >=3.10,<4.0'
41+
4142dependencies = [' pydantic>=2.5.2' ,' typing-extensions' ]
4243dynamic = [' version' ]
4344
@@ -62,6 +63,21 @@ python_ulid = [
6263]
6364pendulum = [' pendulum>=3.0.0,<4.0.0' ]
6465
66+ [tool .uv ]
67+ dev-dependencies = [
68+ ' dirty-equals' ,
69+ ' coverage[toml]' ,
70+ ' pytest' ,
71+ ' codecov' ,
72+ ' pytest-cov' ,
73+ ' pytest-pretty' ,
74+ ' pre-commit' ,
75+ ' mypy' ,
76+ ' annotated-types' ,
77+ ' ruff' ,
78+ ' types-pytz' ,
79+ ]
80+
6581[project .urls ]
6682Homepage = ' https://github.com/pydantic/pydantic-extra-types'
6783Source = ' https://github.com/pydantic/pydantic-extra-types'
You can’t perform that action at this time.
0 commit comments