File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 41
41
id : versions
42
42
43
43
- name : Install a specific version of uv
44
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
44
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
45
45
with :
46
46
version : " ${{ steps.versions.outputs.uv }}"
47
47
python-version : " ${{ steps.versions.outputs.python }}"
@@ -127,7 +127,7 @@ jobs:
127
127
id : versions
128
128
129
129
- name : Install a specific version of uv
130
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
130
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
131
131
with :
132
132
version : " ${{ steps.versions.outputs.uv }}"
133
133
python-version : " ${{ steps.versions.outputs.python }}"
Original file line number Diff line number Diff line change 24
24
id : versions
25
25
26
26
- name : Install a specific version of uv
27
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
27
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
28
28
with :
29
29
version : " ${{ steps.versions.outputs.uv }}"
30
30
python-version : " ${{ steps.versions.outputs.python }}"
Original file line number Diff line number Diff line change 53
53
id : versions
54
54
55
55
- name : Install a specific version of uv
56
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
56
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
57
57
with :
58
58
version : " ${{ steps.versions.outputs.uv }}"
59
59
python-version : " ${{ steps.versions.outputs.python }}"
Original file line number Diff line number Diff line change 1
1
python 3.12
2
- uv 0.7
2
+ uv 0.8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ classifiers = [
17
17
]
18
18
19
19
dependencies = [
20
- " starlette~=0.46 .2" ,
20
+ " starlette~=0.47 .2" ,
21
21
" python-multipart~=0.0.20" ,
22
22
" requests-toolbelt~=1.0.0" ,
23
23
" opentelemetry-sdk~=1.33.0" ,
You can’t perform that action at this time.
0 commit comments