Commit 53c4e7d
committed
chore: replace poetry with uv
Migrate the project from Poetry to uv for dependency management and
environment handling. This includes updating the build system,
configuration files, and CI/CD workflows.
- Replace `pyproject.toml` Poetry configuration with PEP 621 `[project]`
and PEP 735 `[dependency-groups]` metadata.
- Update `Dockerfile` to use `uv` for installing dependencies.
- Update GitHub Actions workflow to use `astral-sh/setup-uv`.
- Update documentation (README, MIGRATION_STATUS, UPGRADE_PLAN) to
reflect `uv sync` and `uv run` commands.
- Update all test scripts, examples, and internal error messages to
use `uv` instead of `poetry`.
- Switch build backend from `poetry-core` to `hatchling`.1 parent 7495174 commit 53c4e7d
14 files changed
Lines changed: 2910 additions & 3204 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 19 | + | |
| 20 | + | |
26 | 21 | | |
27 | | - | |
28 | | - | |
| 22 | + | |
29 | 23 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 24 | + | |
| 25 | + | |
36 | 26 | | |
37 | 27 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 28 | + | |
43 | 29 | | |
44 | 30 | | |
45 | | - | |
| 31 | + | |
46 | 32 | | |
47 | 33 | | |
48 | | - | |
| 34 | + | |
49 | 35 | | |
50 | 36 | | |
51 | 37 | | |
52 | | - | |
| 38 | + | |
53 | 39 | | |
54 | 40 | | |
55 | | - | |
| 41 | + | |
56 | 42 | | |
57 | 43 | | |
58 | 44 | | |
59 | | - | |
| 45 | + | |
60 | 46 | | |
61 | 47 | | |
62 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
| |||
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
| 27 | + | |
0 commit comments