Skip to content

Commit 1714540

Browse files
committed
release: bump icij-worker to 0.17.19
1 parent 6368f64 commit 1714540

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

icij-worker/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "icij-worker"
3-
version = "0.17.18"
3+
version = "0.17.19"
44
description = "Create asynchronous tasks from Python functions"
55
authors = [
66
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
@@ -9,6 +9,7 @@ authors = [
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12+
"alive-progress>=3.2.0",
1213
"icij-common~=0.7.0",
1314
"typer>=0.12.5,<0.14",
1415
"typing-extensions~=4.12.2",
@@ -44,7 +45,6 @@ postgres = [
4445
]
4546
http = [
4647
"aiohttp~=3.9",
47-
"alive-progress>=3.2.0",
4848
"fastapi[standard]~=0.115",
4949
"uvicorn>=0.34.0",
5050
]

icij-worker/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)