worqhat 3.1.0__tar.gz → 3.2.0__tar.gz
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.
- worqhat-3.2.0/.release-please-manifest.json +3 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/CHANGELOG.md +22 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/PKG-INFO +3 -3
- {worqhat-3.1.0 → worqhat-3.2.0}/README.md +2 -2
- {worqhat-3.1.0 → worqhat-3.2.0}/pyproject.toml +1 -1
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_version.py +1 -1
- worqhat-3.1.0/.release-please-manifest.json +0 -3
- {worqhat-3.1.0 → worqhat-3.2.0}/.gitignore +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/CONTRIBUTING.md +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/LICENSE +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/SECURITY.md +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/api.md +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/bin/check-release-environment +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/bin/manual-publish-pypi +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/bin/publish-pypi +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/examples/.keep +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/mypy.ini +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/noxfile.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/release-please-config.json +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/requirements-dev.lock +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/requirements.lock +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/__init__.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_base_client.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_client.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_compat.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_constants.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_exceptions.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_files.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_models.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_qs.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_resource.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_response.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_streaming.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_types.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/__init__.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_logs.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_proxy.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_reflection.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_resources_proxy.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_streams.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_sync.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_transform.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_typing.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_utils.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/lib/.keep +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/py.typed +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/resources/__init__.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/resources/flows.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/resources/health.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/__init__.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/flow_retrieve_metrics_params.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/flow_retrieve_metrics_response.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/health_check_response.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/retrieve_server_info_response.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/__init__.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/__init__.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/test_client.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/test_flows.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/test_health.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/conftest.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/sample_file.txt +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_client.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_deepcopy.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_extract_files.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_files.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_models.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_qs.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_required_args.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_response.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_streaming.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_transform.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_utils/test_proxy.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_utils/test_typing.py +0 -0
- {worqhat-3.1.0 → worqhat-3.2.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.2.0 (2025-07-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v3.1.0...v3.2.0](https://github.com/WorqHat/worqhat-python-sdk/compare/v3.1.0...v3.2.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** update via SDK Studio ([85ab7a2](https://github.com/WorqHat/worqhat-python-sdk/commit/85ab7a2e5c871ed5921ef6044c0f9926b939948d))
|
|
10
|
+
* **api:** update via SDK Studio ([1dca18a](https://github.com/WorqHat/worqhat-python-sdk/commit/1dca18acf452a7cc35c6e541d69b8a31ac90d29a))
|
|
11
|
+
* **api:** update via SDK Studio ([fbb6ab5](https://github.com/WorqHat/worqhat-python-sdk/commit/fbb6ab5d66c30d8ee3bd9328eab85304efd42614))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Chores
|
|
15
|
+
|
|
16
|
+
* configure new SDK language ([c4d0258](https://github.com/WorqHat/worqhat-python-sdk/commit/c4d0258ea522088e0f6181228d1f04a64230b2d7))
|
|
17
|
+
* sync repo ([4766968](https://github.com/WorqHat/worqhat-python-sdk/commit/476696875aa8f142f588c4f016fa8110a0ec4e08))
|
|
18
|
+
* update SDK settings ([d605766](https://github.com/WorqHat/worqhat-python-sdk/commit/d605766da0d10451b716cbf715c96e6b4ccf90b9))
|
|
19
|
+
* update SDK settings ([29497ca](https://github.com/WorqHat/worqhat-python-sdk/commit/29497ca3d7fc8232a9b0cc0fb70cb963c4624b33))
|
|
20
|
+
* update SDK settings ([e386fb8](https://github.com/WorqHat/worqhat-python-sdk/commit/e386fb86761c1ef06bd99b5a85b2fd6710d17737))
|
|
21
|
+
* update SDK settings ([0dbf509](https://github.com/WorqHat/worqhat-python-sdk/commit/0dbf5097e700966f2546ea967d0669eae280dbb9))
|
|
22
|
+
* update SDK settings ([64384f2](https://github.com/WorqHat/worqhat-python-sdk/commit/64384f2c7f05b7a54d89881791857068c10f1250))
|
|
23
|
+
* update SDK settings ([6c05440](https://github.com/WorqHat/worqhat-python-sdk/commit/6c05440a6f753841abdac7153f9bc0cb7688f7d9))
|
|
24
|
+
|
|
3
25
|
## 3.1.0 (2025-07-24)
|
|
4
26
|
|
|
5
27
|
Full Changelog: [v3.1.0-alpha.3...v3.1.0](https://github.com/WorqHat/worqhat-python-sdk/compare/v3.1.0-alpha.3...v3.1.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: worqhat
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2.0
|
|
4
4
|
Summary: The official Python library for the worqhat API
|
|
5
5
|
Project-URL: Homepage, https://github.com/WorqHat/worqhat-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/WorqHat/worqhat-python-sdk
|
|
@@ -52,7 +52,7 @@ The REST API documentation can be found on [docs.worqhat.com](https://docs.worqh
|
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
54
|
# install from PyPI
|
|
55
|
-
pip install
|
|
55
|
+
pip install worqhat
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
## Usage
|
|
@@ -108,7 +108,7 @@ You can enable this by installing `aiohttp`:
|
|
|
108
108
|
|
|
109
109
|
```sh
|
|
110
110
|
# install from PyPI
|
|
111
|
-
pip install
|
|
111
|
+
pip install worqhat[aiohttp]
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
@@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.worqhat.com](https://docs.worqh
|
|
|
17
17
|
|
|
18
18
|
```sh
|
|
19
19
|
# install from PyPI
|
|
20
|
-
pip install
|
|
20
|
+
pip install worqhat
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
@@ -73,7 +73,7 @@ You can enable this by installing `aiohttp`:
|
|
|
73
73
|
|
|
74
74
|
```sh
|
|
75
75
|
# install from PyPI
|
|
76
|
-
pip install
|
|
76
|
+
pip install worqhat[aiohttp]
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|