mixpeek 0.19.10__py3-none-any.whl → 0.19.11__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.
mixpeek/_version.py
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.19.
|
6
|
+
__version__: str = "0.19.11"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
|
-
__gen_version__: str = "2.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.19.
|
8
|
+
__gen_version__: str = "2.515.0"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.19.11 2.515.0 0.81 mixpeek"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mixpeek
|
3
|
-
Version: 0.19.
|
3
|
+
Version: 0.19.11
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -390,7 +390,7 @@ with Mixpeek(
|
|
390
390
|
|
391
391
|
### Override Server URL Per-Client
|
392
392
|
|
393
|
-
The default server can
|
393
|
+
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
|
394
394
|
```python
|
395
395
|
from mixpeek import Mixpeek
|
396
396
|
import os
|
@@ -3,7 +3,7 @@ mixpeek/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,11
|
|
3
3
|
mixpeek/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
4
4
|
mixpeek/_hooks/sdkhooks.py,sha256=T0xbVPw8mvvFszHZlrZdtFrJBovAqE-JQfw4dS9Xi7Y,2495
|
5
5
|
mixpeek/_hooks/types.py,sha256=YEJVwBkHXS0VhTpa_xr7IZdJM5DdEi7QKq_LDv-6A2o,2810
|
6
|
-
mixpeek/_version.py,sha256=
|
6
|
+
mixpeek/_version.py,sha256=XFP8hBTJv5s1ujV4PRthPns1FbT8FGTc5JJGZLZ1zXk,458
|
7
7
|
mixpeek/assets.py,sha256=b7Wqt8Mp2QNu7-jGTs_NLIwKqZz4uWqDXJYo9HPwjb4,78234
|
8
8
|
mixpeek/basesdk.py,sha256=j_PZqE6WgIfx1cPCK5gAVn-rgPy9iLhUN5ELtefoEU0,11976
|
9
9
|
mixpeek/collections.py,sha256=po6VHietPW6cZEk7yQhRr9CTAD6SCGe02ioNTf7VT-U,51047
|
@@ -195,6 +195,6 @@ mixpeek/utils/security.py,sha256=XoK-R2YMyZtVWQte7FoezfGJS-dea9jz4qQ7w5dwNWc,600
|
|
195
195
|
mixpeek/utils/serializers.py,sha256=BSJT7kBOkNBFyP7KREyMoe14JGbgijD1M6AXFMbdmco,4924
|
196
196
|
mixpeek/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
197
197
|
mixpeek/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
|
198
|
-
mixpeek-0.19.
|
199
|
-
mixpeek-0.19.
|
200
|
-
mixpeek-0.19.
|
198
|
+
mixpeek-0.19.11.dist-info/METADATA,sha256=sciudA9TV_IIVuSdAZP9yIGjxxeDf9JAs4Z3ZLjojbo,23244
|
199
|
+
mixpeek-0.19.11.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
200
|
+
mixpeek-0.19.11.dist-info/RECORD,,
|
File without changes
|