File tree Expand file tree Collapse file tree 5 files changed +715
-669
lines changed Expand file tree Collapse file tree 5 files changed +715
-669
lines changed Original file line number Diff line number Diff line change 19
19
uses : astral-sh/setup-uv@v3
20
20
with :
21
21
enable-cache : true
22
+ version : 0.7.2
22
23
23
24
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
24
25
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 16
16
uses : astral-sh/setup-uv@v3
17
17
with :
18
18
enable-cache : true
19
+ version : 0.7.2
19
20
20
21
- name : Set up Python 3.12
21
22
run : uv python install 3.12
67
68
uses : astral-sh/setup-uv@v3
68
69
with :
69
70
enable-cache : true
71
+ version : 0.7.2
70
72
71
73
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
72
74
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 13
13
uses : astral-sh/setup-uv@v3
14
14
with :
15
15
enable-cache : true
16
+ version : 0.7.2
16
17
17
18
- name : Install the project
18
19
run : uv sync --frozen --all-extras --dev --python 3.12
29
30
uses : astral-sh/setup-uv@v3
30
31
with :
31
32
enable-cache : true
33
+ version : 0.7.2
32
34
33
35
- name : Install the project
34
36
run : uv sync --frozen --all-extras --dev --python 3.12
50
52
uses : astral-sh/setup-uv@v3
51
53
with :
52
54
enable-cache : true
55
+ version : 0.7.2
53
56
54
57
- name : Install the project
55
58
run : uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ mcp = "mcp.cli:app [cli]"
44
44
[tool .uv ]
45
45
resolution = " lowest-direct"
46
46
default-groups = [" dev" , " docs" ]
47
+ required-version = " >=0.7.2"
47
48
48
49
[dependency-groups ]
49
50
dev = [
@@ -55,6 +56,7 @@ dev = [
55
56
" pytest-xdist>=3.6.1" ,
56
57
" pytest-examples>=0.0.14" ,
57
58
" pytest-pretty>=1.2.0" ,
59
+ " inline-snapshot>=0.23.0" ,
58
60
]
59
61
docs = [
60
62
" mkdocs>=1.6.1" ,
@@ -63,7 +65,6 @@ docs = [
63
65
" mkdocstrings-python>=1.12.2" ,
64
66
]
65
67
66
-
67
68
[build-system ]
68
69
requires = [" hatchling" , " uv-dynamic-versioning" ]
69
70
build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments