Skip to content

Commit 07a0c04

Browse files
committed
✨ Migrate to use Uv Project
1 parent 4a6dfab commit 07a0c04

File tree

2 files changed

+910
-1
lines changed

2 files changed

+910
-1
lines changed

pyproject.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
4142
dependencies = ['pydantic>=2.5.2','typing-extensions']
4243
dynamic = ['version']
4344

@@ -62,6 +63,21 @@ python_ulid = [
6263
]
6364
pendulum = ['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]
6682
Homepage = 'https://github.com/pydantic/pydantic-extra-types'
6783
Source = 'https://github.com/pydantic/pydantic-extra-types'

0 commit comments

Comments
 (0)