spitch 1.16.0__tar.gz → 1.19.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.

Potentially problematic release.


This version of spitch might be problematic. Click here for more details.

Files changed (75) hide show
  1. spitch-1.19.0/.release-please-manifest.json +3 -0
  2. {spitch-1.16.0 → spitch-1.19.0}/CHANGELOG.md +76 -0
  3. {spitch-1.16.0 → spitch-1.19.0}/LICENSE +1 -1
  4. {spitch-1.16.0 → spitch-1.19.0}/PKG-INFO +6 -5
  5. {spitch-1.16.0 → spitch-1.19.0}/SECURITY.md +1 -1
  6. {spitch-1.16.0 → spitch-1.19.0}/examples/example.py +1 -1
  7. {spitch-1.16.0 → spitch-1.19.0}/pyproject.toml +3 -3
  8. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_version.py +1 -1
  9. spitch-1.16.0/.release-please-manifest.json +0 -3
  10. {spitch-1.16.0 → spitch-1.19.0}/.gitignore +0 -0
  11. {spitch-1.16.0 → spitch-1.19.0}/CONTRIBUTING.md +0 -0
  12. {spitch-1.16.0 → spitch-1.19.0}/README.md +0 -0
  13. {spitch-1.16.0 → spitch-1.19.0}/api.md +0 -0
  14. {spitch-1.16.0 → spitch-1.19.0}/bin/check-release-environment +0 -0
  15. {spitch-1.16.0 → spitch-1.19.0}/bin/publish-pypi +0 -0
  16. {spitch-1.16.0 → spitch-1.19.0}/examples/.keep +0 -0
  17. {spitch-1.16.0 → spitch-1.19.0}/mypy.ini +0 -0
  18. {spitch-1.16.0 → spitch-1.19.0}/noxfile.py +0 -0
  19. {spitch-1.16.0 → spitch-1.19.0}/release-please-config.json +0 -0
  20. {spitch-1.16.0 → spitch-1.19.0}/requirements-dev.lock +0 -0
  21. {spitch-1.16.0 → spitch-1.19.0}/requirements.lock +0 -0
  22. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/__init__.py +0 -0
  23. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_base_client.py +0 -0
  24. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_client.py +0 -0
  25. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_compat.py +0 -0
  26. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_constants.py +0 -0
  27. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_exceptions.py +0 -0
  28. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_files.py +0 -0
  29. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_models.py +0 -0
  30. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_qs.py +0 -0
  31. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_resource.py +0 -0
  32. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_response.py +0 -0
  33. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_streaming.py +0 -0
  34. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_types.py +0 -0
  35. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/__init__.py +0 -0
  36. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_logs.py +0 -0
  37. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_proxy.py +0 -0
  38. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_reflection.py +0 -0
  39. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_streams.py +0 -0
  40. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_sync.py +0 -0
  41. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_transform.py +0 -0
  42. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_typing.py +0 -0
  43. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/_utils/_utils.py +0 -0
  44. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/lib/.keep +0 -0
  45. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/py.typed +0 -0
  46. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/resources/__init__.py +0 -0
  47. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/resources/speech.py +0 -0
  48. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/resources/text.py +0 -0
  49. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/__init__.py +0 -0
  50. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/speech_generate_params.py +0 -0
  51. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/speech_transcribe_params.py +0 -0
  52. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/speech_transcribe_response.py +0 -0
  53. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/text_tone_mark_params.py +0 -0
  54. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/text_tone_mark_response.py +0 -0
  55. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/text_translate_params.py +0 -0
  56. {spitch-1.16.0 → spitch-1.19.0}/src/spitch/types/text_translate_response.py +0 -0
  57. {spitch-1.16.0 → spitch-1.19.0}/tests/__init__.py +0 -0
  58. {spitch-1.16.0 → spitch-1.19.0}/tests/api_resources/__init__.py +0 -0
  59. {spitch-1.16.0 → spitch-1.19.0}/tests/api_resources/test_speech.py +0 -0
  60. {spitch-1.16.0 → spitch-1.19.0}/tests/api_resources/test_text.py +0 -0
  61. {spitch-1.16.0 → spitch-1.19.0}/tests/conftest.py +0 -0
  62. {spitch-1.16.0 → spitch-1.19.0}/tests/sample_file.txt +0 -0
  63. {spitch-1.16.0 → spitch-1.19.0}/tests/test_client.py +0 -0
  64. {spitch-1.16.0 → spitch-1.19.0}/tests/test_deepcopy.py +0 -0
  65. {spitch-1.16.0 → spitch-1.19.0}/tests/test_extract_files.py +0 -0
  66. {spitch-1.16.0 → spitch-1.19.0}/tests/test_files.py +0 -0
  67. {spitch-1.16.0 → spitch-1.19.0}/tests/test_models.py +0 -0
  68. {spitch-1.16.0 → spitch-1.19.0}/tests/test_qs.py +0 -0
  69. {spitch-1.16.0 → spitch-1.19.0}/tests/test_required_args.py +0 -0
  70. {spitch-1.16.0 → spitch-1.19.0}/tests/test_response.py +0 -0
  71. {spitch-1.16.0 → spitch-1.19.0}/tests/test_streaming.py +0 -0
  72. {spitch-1.16.0 → spitch-1.19.0}/tests/test_transform.py +0 -0
  73. {spitch-1.16.0 → spitch-1.19.0}/tests/test_utils/test_proxy.py +0 -0
  74. {spitch-1.16.0 → spitch-1.19.0}/tests/test_utils/test_typing.py +0 -0
  75. {spitch-1.16.0 → spitch-1.19.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "1.19.0"
3
+ }
@@ -1,5 +1,81 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.19.0 (2025-01-14)
4
+
5
+ Full Changelog: [v1.18.0...v1.19.0](https://github.com/spi-tch/spitch-python/compare/v1.18.0...v1.19.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([#34](https://github.com/spi-tch/spitch-python/issues/34)) ([1cfe384](https://github.com/spi-tch/spitch-python/commit/1cfe38416d8c82453609132080a167c0ab735f51))
10
+ * **api:** api update ([#37](https://github.com/spi-tch/spitch-python/issues/37)) ([34e4fba](https://github.com/spi-tch/spitch-python/commit/34e4fba09e3744cfb443a3a0de5bf6a59bac50bc))
11
+ * **api:** api update ([#39](https://github.com/spi-tch/spitch-python/issues/39)) ([4cc3eb2](https://github.com/spi-tch/spitch-python/commit/4cc3eb24be8de66ae662de62c45818c0100bf894))
12
+ * **api:** api update ([#42](https://github.com/spi-tch/spitch-python/issues/42)) ([1575f47](https://github.com/spi-tch/spitch-python/commit/1575f47becd40467509030e2f56e2c73ac771958))
13
+ * **api:** api update ([#45](https://github.com/spi-tch/spitch-python/issues/45)) ([feb59bc](https://github.com/spi-tch/spitch-python/commit/feb59bc1cca800efff147800d51ff8bbf486e38b))
14
+ * **api:** api update ([#49](https://github.com/spi-tch/spitch-python/issues/49)) ([f4099b6](https://github.com/spi-tch/spitch-python/commit/f4099b6db02bcc4951d0ced67f7729a04cfa4e92))
15
+ * **api:** api update ([#52](https://github.com/spi-tch/spitch-python/issues/52)) ([1633f60](https://github.com/spi-tch/spitch-python/commit/1633f603f789c4e140ff9455fffaee21c77a5ebd))
16
+ * **api:** api update ([#55](https://github.com/spi-tch/spitch-python/issues/55)) ([f987e48](https://github.com/spi-tch/spitch-python/commit/f987e48d65d4ef24a650bfc3d01757a565766c18))
17
+ * **api:** api update ([#58](https://github.com/spi-tch/spitch-python/issues/58)) ([be32dce](https://github.com/spi-tch/spitch-python/commit/be32dcec8d8a6f7c868208a7f73e2d7568588f84))
18
+ * **api:** update via SDK Studio ([1fd8e69](https://github.com/spi-tch/spitch-python/commit/1fd8e69e19951c5c08b2620a187b02c83e65a6fd))
19
+ * **api:** update via SDK Studio ([9edba8c](https://github.com/spi-tch/spitch-python/commit/9edba8c215b16905ac04b11f151e8c04f556727e))
20
+ * **api:** update via SDK Studio ([41dd345](https://github.com/spi-tch/spitch-python/commit/41dd34562573b2d2807cedc4722c53b7350ef4dc))
21
+ * **api:** update via SDK Studio ([#10](https://github.com/spi-tch/spitch-python/issues/10)) ([74819f2](https://github.com/spi-tch/spitch-python/commit/74819f278e9e2bfa4bb3f5d06c59c3fda3ed069f))
22
+ * **api:** update via SDK Studio ([#13](https://github.com/spi-tch/spitch-python/issues/13)) ([fdb3beb](https://github.com/spi-tch/spitch-python/commit/fdb3bebe5701a188e2c4f62a3a6d2e72c267532c))
23
+ * **api:** update via SDK Studio ([#16](https://github.com/spi-tch/spitch-python/issues/16)) ([77235df](https://github.com/spi-tch/spitch-python/commit/77235df6b0d1f15d064da89bab6f836e78c1db61))
24
+ * **api:** update via SDK Studio ([#20](https://github.com/spi-tch/spitch-python/issues/20)) ([d1b3421](https://github.com/spi-tch/spitch-python/commit/d1b3421f383b9a575c0721baa32e687aa6609dd6))
25
+ * **api:** update via SDK Studio ([#23](https://github.com/spi-tch/spitch-python/issues/23)) ([b0ee3b3](https://github.com/spi-tch/spitch-python/commit/b0ee3b3f10059097252b95498097a4ebeb203afb))
26
+ * **api:** update via SDK Studio ([#26](https://github.com/spi-tch/spitch-python/issues/26)) ([1fb1268](https://github.com/spi-tch/spitch-python/commit/1fb12681c9bbdadd7dd4cb41f06ee03d38be235f))
27
+ * **api:** update via SDK Studio ([#29](https://github.com/spi-tch/spitch-python/issues/29)) ([1dae398](https://github.com/spi-tch/spitch-python/commit/1dae398c9f7ba96bc45d59f4faa2934b2cad59e4))
28
+ * **api:** update via SDK Studio ([#4](https://github.com/spi-tch/spitch-python/issues/4)) ([22bbf05](https://github.com/spi-tch/spitch-python/commit/22bbf059f4f95bd1f5e99e5d4d71df73977eb17b))
29
+ * **api:** update via SDK Studio ([#5](https://github.com/spi-tch/spitch-python/issues/5)) ([a97e4d7](https://github.com/spi-tch/spitch-python/commit/a97e4d77f0bcc97f1b222d1a8500901273b56f9a))
30
+ * **api:** update via SDK Studio ([#6](https://github.com/spi-tch/spitch-python/issues/6)) ([b650ea2](https://github.com/spi-tch/spitch-python/commit/b650ea223e9c2e87e0c1a8f9e904a889686decc2))
31
+ * **api:** update via SDK Studio ([#65](https://github.com/spi-tch/spitch-python/issues/65)) ([75d0335](https://github.com/spi-tch/spitch-python/commit/75d0335fa27259e3c41e2591f0f8a89773f5ff02))
32
+ * **api:** update via SDK Studio ([#7](https://github.com/spi-tch/spitch-python/issues/7)) ([3956108](https://github.com/spi-tch/spitch-python/commit/39561080f65b7098a2bd7851159a0a1ac2bd1b5e))
33
+ * **api:** update via SDK Studio ([#71](https://github.com/spi-tch/spitch-python/issues/71)) ([38389b4](https://github.com/spi-tch/spitch-python/commit/38389b4341e7e8dc76ff4d2561ddda848ac30f84))
34
+ * **api:** update via SDK Studio ([#72](https://github.com/spi-tch/spitch-python/issues/72)) ([d015bdc](https://github.com/spi-tch/spitch-python/commit/d015bdc2571612e8a202cf5aa610d870c7009f5c))
35
+ * **api:** update via SDK Studio ([#73](https://github.com/spi-tch/spitch-python/issues/73)) ([616bdb1](https://github.com/spi-tch/spitch-python/commit/616bdb1edfd9e2a70f09101de19563a82a8ea7b7))
36
+ * **api:** update via SDK Studio ([#74](https://github.com/spi-tch/spitch-python/issues/74)) ([462077d](https://github.com/spi-tch/spitch-python/commit/462077d3057796ceefae2e5ba4c36191294bd7a0))
37
+ * **api:** update via SDK Studio ([#75](https://github.com/spi-tch/spitch-python/issues/75)) ([9a53106](https://github.com/spi-tch/spitch-python/commit/9a531068e9033ade5bf1fbdfd2123e29092f370f))
38
+ * **api:** update via SDK Studio ([#76](https://github.com/spi-tch/spitch-python/issues/76)) ([84a921c](https://github.com/spi-tch/spitch-python/commit/84a921c58ca2ee0876f2ab47997d508eaf89ce7f))
39
+ * **api:** update via SDK Studio ([#77](https://github.com/spi-tch/spitch-python/issues/77)) ([521f8ef](https://github.com/spi-tch/spitch-python/commit/521f8efb93d7f35a26dd66176e6f8f275c7f7868))
40
+ * **api:** update via SDK Studio ([#78](https://github.com/spi-tch/spitch-python/issues/78)) ([0b1d2f6](https://github.com/spi-tch/spitch-python/commit/0b1d2f63b38571f3514e5bc2debb29b41784bbd2))
41
+ * **api:** update via SDK Studio ([#79](https://github.com/spi-tch/spitch-python/issues/79)) ([17bb43b](https://github.com/spi-tch/spitch-python/commit/17bb43bf5e1086b667fb11d4a7e82ca808ef1ca7))
42
+ * **api:** update via SDK Studio ([#8](https://github.com/spi-tch/spitch-python/issues/8)) ([75481cc](https://github.com/spi-tch/spitch-python/commit/75481cc5cc576e2a16e056bdd885def8cad0060d))
43
+ * **api:** update via SDK Studio ([#9](https://github.com/spi-tch/spitch-python/issues/9)) ([3a43e4f](https://github.com/spi-tch/spitch-python/commit/3a43e4f9c97e5afeaa8374c2eafa815e26d85680))
44
+ * commits ([e741720](https://github.com/spi-tch/spitch-python/commit/e74172090c8a263621ef44d67d4aa8db973526f8))
45
+ * commits ([f3fecf7](https://github.com/spi-tch/spitch-python/commit/f3fecf7635f8d20747c4f7ed09687a3d0050dd67))
46
+ * commits ([50e3396](https://github.com/spi-tch/spitch-python/commit/50e339659a24e1c9c74f604301992fc6071c31f6))
47
+ * commits ([ce1277c](https://github.com/spi-tch/spitch-python/commit/ce1277c1c951918182e1b7f79408287a96f974c9))
48
+ * commits ([d623a03](https://github.com/spi-tch/spitch-python/commit/d623a03efb0eb839fc17e10069d4238f14994c59))
49
+ * commits ([b3eb065](https://github.com/spi-tch/spitch-python/commit/b3eb06504bd4b81fb269df7b2cb2b97b70579c47))
50
+ * commits ([b79d3d2](https://github.com/spi-tch/spitch-python/commit/b79d3d24dd3679f94079b963a809f62342513e23))
51
+ * commits ([c546c4b](https://github.com/spi-tch/spitch-python/commit/c546c4bafe7fc28df4e22b423d7aae0d0d2ddc95))
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * **client:** avoid OverflowError with very large retry counts ([#30](https://github.com/spi-tch/spitch-python/issues/30)) ([1e63664](https://github.com/spi-tch/spitch-python/commit/1e63664f64fa1f38f2294df8e06bd60a17885d2f))
57
+
58
+
59
+ ### Chores
60
+
61
+ * add repr to PageInfo class ([#32](https://github.com/spi-tch/spitch-python/issues/32)) ([ea3c95d](https://github.com/spi-tch/spitch-python/commit/ea3c95d2ce4a9fdd1e558931f8a92904a9394321))
62
+ * configure new SDK language ([b2c715e](https://github.com/spi-tch/spitch-python/commit/b2c715ecc0f6656bd21a6817d2371d1721e19f89))
63
+ * go live ([#1](https://github.com/spi-tch/spitch-python/issues/1)) ([46370f0](https://github.com/spi-tch/spitch-python/commit/46370f02575812eda0c2dcd53a007375720fea97))
64
+ * **internal:** version bump ([#85](https://github.com/spi-tch/spitch-python/issues/85)) ([37c9ff3](https://github.com/spi-tch/spitch-python/commit/37c9ff35421d35361f1259ebe313c087e98371e5))
65
+ * rebuild project due to codegen change ([#61](https://github.com/spi-tch/spitch-python/issues/61)) ([7041078](https://github.com/spi-tch/spitch-python/commit/70410787cb6255e839e3633b0732295f0d98f2bb))
66
+ * rebuild project due to codegen change ([#63](https://github.com/spi-tch/spitch-python/issues/63)) ([1761ce9](https://github.com/spi-tch/spitch-python/commit/1761ce946924b818037c3d055f422020814119a1))
67
+ * rebuild project due to codegen change ([#64](https://github.com/spi-tch/spitch-python/issues/64)) ([99cc2fc](https://github.com/spi-tch/spitch-python/commit/99cc2fcfe79bbc09242230a5dcdbce085107fed9))
68
+ * rebuild project due to codegen change ([#67](https://github.com/spi-tch/spitch-python/issues/67)) ([4b6aa68](https://github.com/spi-tch/spitch-python/commit/4b6aa6839c2aeba8e4a4fbe20786b69634c3c5bc))
69
+ * update SDK settings ([#3](https://github.com/spi-tch/spitch-python/issues/3)) ([a9af774](https://github.com/spi-tch/spitch-python/commit/a9af774f183fdf2b50684adf5714c6b5e5354653))
70
+
71
+ ## 1.17.0 (2025-01-14)
72
+
73
+ Full Changelog: [v1.16.0...v1.17.0](https://github.com/spi-tch/spitch-python/compare/v1.16.0...v1.17.0)
74
+
75
+ ### Features
76
+
77
+ * **api:** update via SDK Studio ([#79](https://github.com/spi-tch/spitch-python/issues/79)) ([17bb43b](https://github.com/spi-tch/spitch-python/commit/17bb43bf5e1086b667fb11d4a7e82ca808ef1ca7))
78
+
3
79
  ## 1.16.0 (2024-11-21)
4
80
 
5
81
  Full Changelog: [v1.15.1...v1.16.0](https://github.com/spi-tch/spitch-python/compare/v1.15.1...v1.16.0)
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2024 Spitch
189
+ Copyright 2025 Spitch
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,11 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: spitch
3
- Version: 1.16.0
3
+ Version: 1.19.0
4
4
  Summary: The official Python library for the spitch API
5
5
  Project-URL: Homepage, https://github.com/spi-tch/spitch-python
6
6
  Project-URL: Repository, https://github.com/spi-tch/spitch-python
7
- Author-email: Spitch <hey@spi-tch.com>
8
- License: Apache-2.0
7
+ Author-email: Spitch <dev@spi-tch.com>
8
+ License-Expression: Apache-2.0
9
+ License-File: LICENSE
9
10
  Classifier: Intended Audience :: Developers
10
11
  Classifier: License :: OSI Approved :: Apache Software License
11
12
  Classifier: Operating System :: MacOS
@@ -24,7 +25,7 @@ Requires-Python: >=3.8
24
25
  Requires-Dist: anyio<5,>=3.5.0
25
26
  Requires-Dist: cached-property; python_version < '3.8'
26
27
  Requires-Dist: distro<2,>=1.7.0
27
- Requires-Dist: httpx<1,>=0.23.0
28
+ Requires-Dist: httpx<0.28.0,>=0.23.0
28
29
  Requires-Dist: pydantic<3,>=1.9.0
29
30
  Requires-Dist: sniffio
30
31
  Requires-Dist: typing-extensions<5,>=4.7
@@ -20,7 +20,7 @@ or products provided by Spitch please follow the respective company's security r
20
20
 
21
21
  ### Spitch Terms and Policies
22
22
 
23
- Please contact hey@spi-tch.com for any questions or concerns regarding security of our services.
23
+ Please contact dev@spi-tch.com for any questions or concerns regarding security of our services.
24
24
 
25
25
  ---
26
26
 
@@ -6,7 +6,7 @@ from pathlib import Path
6
6
  from spitch import Spitch
7
7
 
8
8
  client = Spitch(api_key=os.getenv('SPITCH_API_KEY'))
9
- speech_file_path = Path(__file__).parent / "speech.mp3"
9
+ speech_file_path = Path(__file__).parent / "audio.mp3"
10
10
 
11
11
 
12
12
  def main() -> None:
@@ -1,14 +1,14 @@
1
1
  [project]
2
2
  name = "spitch"
3
- version = "1.16.0"
3
+ version = "1.19.0"
4
4
  description = "The official Python library for the spitch API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
7
7
  authors = [
8
- { name = "Spitch", email = "hey@spi-tch.com" },
8
+ { name = "Spitch", email = "dev@spi-tch.com" },
9
9
  ]
10
10
  dependencies = [
11
- "httpx>=0.23.0, <1",
11
+ "httpx>=0.23.0, <0.28.0",
12
12
  "pydantic>=1.9.0, <3",
13
13
  "typing-extensions>=4.7, <5",
14
14
  "anyio>=3.5.0, <5",
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "spitch"
4
- __version__ = "1.16.0" # x-release-please-version
4
+ __version__ = "1.19.0" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "1.16.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