We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a14ef0 commit 0decce5Copy full SHA for 0decce5
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "dean_utils"
7
-version="0.0.64"
+version="0.0.65"
8
authors=[
9
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
10
]
src/dean_utils/__init__.py
@@ -3,6 +3,7 @@
3
from typing import Literal, TypeAlias, cast
__all__ = [
+ "QueueRetry",
"async_abfs",
"az_send",
"clear_messages",
@@ -32,6 +33,7 @@
32
33
from pathlib import Path
34
35
from dean_utils.utils.az_utils import (
36
+ QueueRetry,
37
async_abfs,
38
clear_messages,
39
delete_message,
0 commit comments