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.
Files changed (74) hide show
  1. worqhat-3.2.0/.release-please-manifest.json +3 -0
  2. {worqhat-3.1.0 → worqhat-3.2.0}/CHANGELOG.md +22 -0
  3. {worqhat-3.1.0 → worqhat-3.2.0}/PKG-INFO +3 -3
  4. {worqhat-3.1.0 → worqhat-3.2.0}/README.md +2 -2
  5. {worqhat-3.1.0 → worqhat-3.2.0}/pyproject.toml +1 -1
  6. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_version.py +1 -1
  7. worqhat-3.1.0/.release-please-manifest.json +0 -3
  8. {worqhat-3.1.0 → worqhat-3.2.0}/.gitignore +0 -0
  9. {worqhat-3.1.0 → worqhat-3.2.0}/CONTRIBUTING.md +0 -0
  10. {worqhat-3.1.0 → worqhat-3.2.0}/LICENSE +0 -0
  11. {worqhat-3.1.0 → worqhat-3.2.0}/SECURITY.md +0 -0
  12. {worqhat-3.1.0 → worqhat-3.2.0}/api.md +0 -0
  13. {worqhat-3.1.0 → worqhat-3.2.0}/bin/check-release-environment +0 -0
  14. {worqhat-3.1.0 → worqhat-3.2.0}/bin/manual-publish-pypi +0 -0
  15. {worqhat-3.1.0 → worqhat-3.2.0}/bin/publish-pypi +0 -0
  16. {worqhat-3.1.0 → worqhat-3.2.0}/examples/.keep +0 -0
  17. {worqhat-3.1.0 → worqhat-3.2.0}/mypy.ini +0 -0
  18. {worqhat-3.1.0 → worqhat-3.2.0}/noxfile.py +0 -0
  19. {worqhat-3.1.0 → worqhat-3.2.0}/release-please-config.json +0 -0
  20. {worqhat-3.1.0 → worqhat-3.2.0}/requirements-dev.lock +0 -0
  21. {worqhat-3.1.0 → worqhat-3.2.0}/requirements.lock +0 -0
  22. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/__init__.py +0 -0
  23. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_base_client.py +0 -0
  24. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_client.py +0 -0
  25. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_compat.py +0 -0
  26. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_constants.py +0 -0
  27. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_exceptions.py +0 -0
  28. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_files.py +0 -0
  29. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_models.py +0 -0
  30. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_qs.py +0 -0
  31. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_resource.py +0 -0
  32. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_response.py +0 -0
  33. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_streaming.py +0 -0
  34. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_types.py +0 -0
  35. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/__init__.py +0 -0
  36. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_logs.py +0 -0
  37. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_proxy.py +0 -0
  38. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_reflection.py +0 -0
  39. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_resources_proxy.py +0 -0
  40. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_streams.py +0 -0
  41. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_sync.py +0 -0
  42. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_transform.py +0 -0
  43. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_typing.py +0 -0
  44. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/_utils/_utils.py +0 -0
  45. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/lib/.keep +0 -0
  46. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/py.typed +0 -0
  47. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/resources/__init__.py +0 -0
  48. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/resources/flows.py +0 -0
  49. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/resources/health.py +0 -0
  50. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/__init__.py +0 -0
  51. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/flow_retrieve_metrics_params.py +0 -0
  52. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/flow_retrieve_metrics_response.py +0 -0
  53. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/health_check_response.py +0 -0
  54. {worqhat-3.1.0 → worqhat-3.2.0}/src/worqhat/types/retrieve_server_info_response.py +0 -0
  55. {worqhat-3.1.0 → worqhat-3.2.0}/tests/__init__.py +0 -0
  56. {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/__init__.py +0 -0
  57. {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/test_client.py +0 -0
  58. {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/test_flows.py +0 -0
  59. {worqhat-3.1.0 → worqhat-3.2.0}/tests/api_resources/test_health.py +0 -0
  60. {worqhat-3.1.0 → worqhat-3.2.0}/tests/conftest.py +0 -0
  61. {worqhat-3.1.0 → worqhat-3.2.0}/tests/sample_file.txt +0 -0
  62. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_client.py +0 -0
  63. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_deepcopy.py +0 -0
  64. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_extract_files.py +0 -0
  65. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_files.py +0 -0
  66. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_models.py +0 -0
  67. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_qs.py +0 -0
  68. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_required_args.py +0 -0
  69. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_response.py +0 -0
  70. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_streaming.py +0 -0
  71. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_transform.py +0 -0
  72. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_utils/test_proxy.py +0 -0
  73. {worqhat-3.1.0 → worqhat-3.2.0}/tests/test_utils/test_typing.py +0 -0
  74. {worqhat-3.1.0 → worqhat-3.2.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "3.2.0"
3
+ }
@@ -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.1.0
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 --pre worqhat
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 --pre worqhat[aiohttp]
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 --pre worqhat
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 --pre worqhat[aiohttp]
76
+ pip install worqhat[aiohttp]
77
77
  ```
78
78
 
79
79
  Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "worqhat"
3
- version = "3.1.0"
3
+ version = "3.2.0"
4
4
  description = "The official Python library for the worqhat API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "worqhat"
4
- __version__ = "3.1.0" # x-release-please-version
4
+ __version__ = "3.2.0" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "3.1.0"
3
- }
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