Skip to content

Commit

Permalink
Merge branch 'release/0.11.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jun 17, 2024
2 parents 2047065 + 3c41841 commit 5b55dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taskiq"
version = "0.11.5"
version = "0.11.6"
description = "Distributed task queue with full async support"
authors = ["Pavel Kirilin <win10@list.ru>"]
maintainers = ["Pavel Kirilin <win10@list.ru>"]
Expand Down
3 changes: 3 additions & 0 deletions taskiq/depends/progress_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class TaskProgress(GenericModel, Generic[_ProgressType]):
state: Union[TaskState, str]
meta: Optional[_ProgressType]

class Config:
arbitrary_types_allowed = True


class ProgressTracker(Generic[_ProgressType]):
"""Task's dependency to set progress."""
Expand Down

0 comments on commit 5b55dac

Please sign in to comment.