File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 python-version : 3.13
2222
23- - uses : astral-sh/setup-uv@v6
23+ - uses : astral-sh/setup-uv@v7
2424 with :
2525 version : " latest"
2626 - name : Install Dependencies
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
54- - uses : astral-sh/setup-uv@v6
54+ - uses : astral-sh/setup-uv@v7
5555 with :
5656 version : " latest"
5757 - name : Install Dependencies
8282 with :
8383 python-version : 3.13
8484
85- - uses : astral-sh/setup-uv@v6
85+ - uses : astral-sh/setup-uv@v7
8686 with :
8787 version : " latest"
8888
Original file line number Diff line number Diff line change 11[project ]
22name = " taskiq-faststream"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " FastStream - taskiq integration to schedule FastStream tasks"
55readme = " README.md"
6+ license = " MIT"
7+ license-files = [" LICENSE" ]
68authors = [
79 { name = " Taskiq team" , email = " taskiq@no-reply.com" },
810 { name = " Nikita Pastukhov" , email = " nikita@pastukhov-dev.com" },
@@ -79,7 +81,7 @@ test = [
7981dev = [
8082 {include-group = " test" },
8183 " mypy==1.18.2" ,
82- " ruff==0.13.2 " ,
84+ " ruff==0.14.0 " ,
8385 " pre-commit >=3.6.0,<5.0.0" ,
8486]
8587
You can’t perform that action at this time.
0 commit comments