You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor(types): use `extra_items` from PEP 728
* chore(test): do not count install time for mock server timeout
* release: 1.22.1
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 1.22.1 (2026-03-05)
4
+
5
+
Full Changelog: [v1.22.0...v1.22.1](https://github.com/knocklabs/knock-python/compare/v1.22.0...v1.22.1)
6
+
7
+
### Chores
8
+
9
+
***test:** do not count install time for mock server timeout ([fb90aa9](https://github.com/knocklabs/knock-python/commit/fb90aa9aeb75f917647c343385ab79e0e42aa85d))
10
+
11
+
12
+
### Refactors
13
+
14
+
***types:** use `extra_items` from PEP 728 ([10ec48a](https://github.com/knocklabs/knock-python/commit/10ec48a716604bb5419a818320326e85c1eae04f))
15
+
3
16
## 1.22.0 (2026-03-02)
4
17
5
18
Full Changelog: [v1.21.0...v1.22.0](https://github.com/knocklabs/knock-python/compare/v1.21.0...v1.22.0)
"""A set of parameters to inline-identify a user with.
18
18
19
19
Inline identifying the user will ensure that the user is available before the request is executed in Knock. It will perform an upsert for the user you're supplying, replacing any properties specified.
@@ -64,6 +64,3 @@ class InlineIdentifyUserRequestParamTyped(TypedDict, total=False):
64
64
Used
65
65
for [recurring schedules](/concepts/schedules#scheduling-workflows-with-recurring-schedules-for-recipients).
0 commit comments