telegrinder 0.3.0__py3-none-any.whl → 0.3.0.post1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of telegrinder might be problematic. Click here for more details.
- telegrinder/bot/dispatch/waiter_machine/machine.py +2 -2
- {telegrinder-0.3.0.dist-info → telegrinder-0.3.0.post1.dist-info}/METADATA +1 -1
- {telegrinder-0.3.0.dist-info → telegrinder-0.3.0.post1.dist-info}/RECORD +5 -5
- {telegrinder-0.3.0.dist-info → telegrinder-0.3.0.post1.dist-info}/LICENSE +0 -0
- {telegrinder-0.3.0.dist-info → telegrinder-0.3.0.post1.dist-info}/WHEEL +0 -0
|
@@ -95,7 +95,7 @@ class WaiterMachine:
|
|
|
95
95
|
filter: ABCRule | None = None,
|
|
96
96
|
release: ABCRule | None = None,
|
|
97
97
|
lifetime: datetime.timedelta | float | None = None,
|
|
98
|
-
**actions: typing.Unpack[WaiterActions],
|
|
98
|
+
**actions: typing.Unpack[WaiterActions[EventModel]],
|
|
99
99
|
) -> ShortStateContext[EventModel]:
|
|
100
100
|
hasher = StateViewHasher(view.__class__)
|
|
101
101
|
return await self.wait(
|
|
@@ -117,7 +117,7 @@ class WaiterMachine:
|
|
|
117
117
|
filter: ABCRule | None = None,
|
|
118
118
|
release: ABCRule | None = None,
|
|
119
119
|
lifetime: datetime.timedelta | float | None = None,
|
|
120
|
-
**actions: typing.Unpack[WaiterActions],
|
|
120
|
+
**actions: typing.Unpack[WaiterActions[EventModel]],
|
|
121
121
|
) -> ShortStateContext[EventModel]:
|
|
122
122
|
if isinstance(lifetime, int | float):
|
|
123
123
|
lifetime = datetime.timedelta(seconds=lifetime)
|
|
@@ -55,7 +55,7 @@ telegrinder/bot/dispatch/waiter_machine/hasher/callback.py,sha256=L8VAMaDPMUkE7y
|
|
|
55
55
|
telegrinder/bot/dispatch/waiter_machine/hasher/hasher.py,sha256=ZOMFkGWi1noBmXpxLwGmuP6IA6G2c_AB1KYMqE6C6c8,1603
|
|
56
56
|
telegrinder/bot/dispatch/waiter_machine/hasher/message.py,sha256=YRewb3bxGeL58TkLyU9HBGjiXM9Bwj-VpmElSAHxBqo,1183
|
|
57
57
|
telegrinder/bot/dispatch/waiter_machine/hasher/state.py,sha256=GOOI7pjOaXDiFlwI40h79Nq6jbCSVT-p_IYw2tmOka0,523
|
|
58
|
-
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=
|
|
58
|
+
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=STjJIZk2lZah0cr1YTL304UQjehaeB4reDTqzZ5QiP8,5819
|
|
59
59
|
telegrinder/bot/dispatch/waiter_machine/middleware.py,sha256=6cXjKASm1I3QPW_FaNU62c1mOleRt9OsuwWY1_zyhwQ,2976
|
|
60
60
|
telegrinder/bot/dispatch/waiter_machine/short_state.py,sha256=7oIXEEiaMpE6PpoZyR08SCltW_L4gBhHKS9ghhLga4o,1814
|
|
61
61
|
telegrinder/bot/polling/__init__.py,sha256=OqfIFPS_V6UrCg-vCv9pkMFzTKdNbDP2faBfATs_TGg,94
|
|
@@ -158,7 +158,7 @@ telegrinder/types/enums.py,sha256=q9URlXZvrjOUQKpLfV6v9uspBcLrdW0gtU-m8YDnj7w,19
|
|
|
158
158
|
telegrinder/types/methods.py,sha256=gIqcFHVogw8bbYO7C7tf1xdzE-m5EiKe998NW-IS2fI,201311
|
|
159
159
|
telegrinder/types/objects.py,sha256=tfQuJKWYH8l3vmvx65gg2yGh7kpfueU9wPMFsPZIu9k,246627
|
|
160
160
|
telegrinder/verification_utils.py,sha256=X7N0mHoOzbcYeKa5XxI_EFhmEGX5XNU3qqgbV8YRRa4,987
|
|
161
|
-
telegrinder-0.3.0.dist-info/LICENSE,sha256=Q0tKgU8mPOCQAkc6m__BrNIpRge8mPBQJDd59s21NZo,1095
|
|
162
|
-
telegrinder-0.3.0.dist-info/METADATA,sha256
|
|
163
|
-
telegrinder-0.3.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
164
|
-
telegrinder-0.3.0.dist-info/RECORD,,
|
|
161
|
+
telegrinder-0.3.0.post1.dist-info/LICENSE,sha256=Q0tKgU8mPOCQAkc6m__BrNIpRge8mPBQJDd59s21NZo,1095
|
|
162
|
+
telegrinder-0.3.0.post1.dist-info/METADATA,sha256=A0ia5a09X4inbr33MY_I5cNy0MYTV-KvgWiZNp-Grf8,3149
|
|
163
|
+
telegrinder-0.3.0.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
164
|
+
telegrinder-0.3.0.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|