Skip to content

Commit 07c80d9

Browse files
committed
adding dev-v0.22.1 tag to this commit to ensure building
1 parent ebc82ce commit 07c80d9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

html/supertokens_python/constants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4242
from __future__ import annotations
4343

4444
SUPPORTED_CDI_VERSIONS = [&#34;3.0&#34;]
45-
VERSION = &#34;0.22.0&#34;
45+
VERSION = &#34;0.22.1&#34;
4646
TELEMETRY = &#34;/telemetry&#34;
4747
USER_COUNT = &#34;/users/count&#34;
4848
USER_DELETE = &#34;/user/remove&#34;

html/supertokens_python/querier.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,7 @@ <h1 class="title">Module <code>supertokens_python.querier</code></h1>
365365
params: Union[Dict[str, Any], None],
366366
user_context: Union[Dict[str, Any], None],
367367
) -&gt; Dict[str, Any]:
368-
if user_context is not None:
369-
self.invalidate_core_call_cache(user_context)
368+
self.invalidate_core_call_cache(user_context)
370369
if params is None:
371370
params = {}
372371

@@ -855,8 +854,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
855854
params: Union[Dict[str, Any], None],
856855
user_context: Union[Dict[str, Any], None],
857856
) -&gt; Dict[str, Any]:
858-
if user_context is not None:
859-
self.invalidate_core_call_cache(user_context)
857+
self.invalidate_core_call_cache(user_context)
860858
if params is None:
861859
params = {}
862860

@@ -1297,8 +1295,7 @@ <h3>Methods</h3>
12971295
params: Union[Dict[str, Any], None],
12981296
user_context: Union[Dict[str, Any], None],
12991297
) -&gt; Dict[str, Any]:
1300-
if user_context is not None:
1301-
self.invalidate_core_call_cache(user_context)
1298+
self.invalidate_core_call_cache(user_context)
13021299
if params is None:
13031300
params = {}
13041301

0 commit comments

Comments
 (0)