Skip to content

Commit c9e40fb

Browse files
authored
Release 0.3.2 (#115)
2 parents 6c67e01 + 11671f9 commit c9e40fb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[project]
22
name = "taskiq-faststream"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "FastStream - taskiq integration to schedule FastStream tasks"
55
readme = "README.md"
6+
license = "MIT"
7+
license-files = ["LICENSE"]
68
authors = [
79
{ name = "Taskiq team", email = "[email protected]" },
810
{ name = "Nikita Pastukhov", email = "[email protected]" },
@@ -79,7 +81,7 @@ test = [
7981
dev = [
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

0 commit comments

Comments
 (0)