payi 0.1.0a31__tar.gz → 0.1.0a32__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 payi might be problematic. Click here for more details.

Files changed (153) hide show
  1. payi-0.1.0a32/.release-please-manifest.json +3 -0
  2. {payi-0.1.0a31 → payi-0.1.0a32}/CHANGELOG.md +14 -0
  3. {payi-0.1.0a31 → payi-0.1.0a32}/PKG-INFO +5 -4
  4. {payi-0.1.0a31 → payi-0.1.0a32}/README.md +4 -3
  5. {payi-0.1.0a31 → payi-0.1.0a32}/pyproject.toml +1 -1
  6. {payi-0.1.0a31 → payi-0.1.0a32}/requirements-dev.lock +2 -2
  7. {payi-0.1.0a31 → payi-0.1.0a32}/requirements.lock +2 -2
  8. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/__init__.py +2 -1
  9. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_types.py +2 -4
  10. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_version.py +1 -1
  11. payi-0.1.0a31/.release-please-manifest.json +0 -3
  12. {payi-0.1.0a31 → payi-0.1.0a32}/.gitignore +0 -0
  13. {payi-0.1.0a31 → payi-0.1.0a32}/CONTRIBUTING.md +0 -0
  14. {payi-0.1.0a31 → payi-0.1.0a32}/LICENSE +0 -0
  15. {payi-0.1.0a31 → payi-0.1.0a32}/SECURITY.md +0 -0
  16. {payi-0.1.0a31 → payi-0.1.0a32}/api.md +0 -0
  17. {payi-0.1.0a31 → payi-0.1.0a32}/bin/check-release-environment +0 -0
  18. {payi-0.1.0a31 → payi-0.1.0a32}/bin/publish-pypi +0 -0
  19. {payi-0.1.0a31 → payi-0.1.0a32}/examples/.keep +0 -0
  20. {payi-0.1.0a31 → payi-0.1.0a32}/mypy.ini +0 -0
  21. {payi-0.1.0a31 → payi-0.1.0a32}/noxfile.py +0 -0
  22. {payi-0.1.0a31 → payi-0.1.0a32}/release-please-config.json +0 -0
  23. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_base_client.py +0 -0
  24. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_client.py +0 -0
  25. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_compat.py +0 -0
  26. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_constants.py +0 -0
  27. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_exceptions.py +0 -0
  28. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_files.py +0 -0
  29. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_models.py +0 -0
  30. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_qs.py +0 -0
  31. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_resource.py +0 -0
  32. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_response.py +0 -0
  33. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_streaming.py +0 -0
  34. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/__init__.py +0 -0
  35. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_logs.py +0 -0
  36. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_proxy.py +0 -0
  37. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_reflection.py +0 -0
  38. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_streams.py +0 -0
  39. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_sync.py +0 -0
  40. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_transform.py +0 -0
  41. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_typing.py +0 -0
  42. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_utils.py +0 -0
  43. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/lib/.keep +0 -0
  44. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/lib/helpers.py +0 -0
  45. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/py.typed +0 -0
  46. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/__init__.py +0 -0
  47. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/billing_models.py +0 -0
  48. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/budgets/__init__.py +0 -0
  49. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/budgets/budgets.py +0 -0
  50. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/budgets/tags.py +0 -0
  51. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/categories/__init__.py +0 -0
  52. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/categories/categories.py +0 -0
  53. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/categories/resources.py +0 -0
  54. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/__init__.py +0 -0
  55. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/csat.py +0 -0
  56. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/experiences.py +0 -0
  57. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/properties.py +0 -0
  58. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/types.py +0 -0
  59. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/ingest.py +0 -0
  60. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/price_modifiers.py +0 -0
  61. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/requests/__init__.py +0 -0
  62. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/requests/properties.py +0 -0
  63. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/requests/requests.py +0 -0
  64. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/__init__.py +0 -0
  65. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model.py +0 -0
  66. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model_create_params.py +0 -0
  67. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model_list_response.py +0 -0
  68. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model_update_params.py +0 -0
  69. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_create_params.py +0 -0
  70. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_history_response.py +0 -0
  71. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_list_params.py +0 -0
  72. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_response.py +0 -0
  73. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_update_params.py +0 -0
  74. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/__init__.py +0 -0
  75. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/budget_tags.py +0 -0
  76. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_create_params.py +0 -0
  77. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_create_response.py +0 -0
  78. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_delete_response.py +0 -0
  79. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_list_response.py +0 -0
  80. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_remove_params.py +0 -0
  81. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_remove_response.py +0 -0
  82. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_update_params.py +0 -0
  83. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_update_response.py +0 -0
  84. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/bulk_ingest_response.py +0 -0
  85. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/categories/__init__.py +0 -0
  86. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/categories/resource_create_params.py +0 -0
  87. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/categories/resource_list_response.py +0 -0
  88. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_delete_resource_response.py +0 -0
  89. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_delete_response.py +0 -0
  90. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_list_resources_response.py +0 -0
  91. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_list_response.py +0 -0
  92. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_resource_response.py +0 -0
  93. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_response.py +0 -0
  94. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/cost_data.py +0 -0
  95. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/cost_details.py +0 -0
  96. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/default_response.py +0 -0
  97. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experience_instance_response.py +0 -0
  98. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/__init__.py +0 -0
  99. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/csat_create_params.py +0 -0
  100. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/csat_response.py +0 -0
  101. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/experience_type.py +0 -0
  102. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/properties_response.py +0 -0
  103. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/property_create_params.py +0 -0
  104. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_create_params.py +0 -0
  105. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_list_params.py +0 -0
  106. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_list_response.py +0 -0
  107. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_update_params.py +0 -0
  108. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_bulk_params.py +0 -0
  109. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_event_param.py +0 -0
  110. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_response.py +0 -0
  111. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_units_params.py +0 -0
  112. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/paged_budget_list.py +0 -0
  113. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier.py +0 -0
  114. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier_create_params.py +0 -0
  115. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier_retrieve_response.py +0 -0
  116. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier_update_params.py +0 -0
  117. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/requests/__init__.py +0 -0
  118. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/requests/property_create_params.py +0 -0
  119. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/requests_data.py +0 -0
  120. {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/total_cost_data.py +0 -0
  121. {payi-0.1.0a31 → payi-0.1.0a32}/tests/__init__.py +0 -0
  122. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/__init__.py +0 -0
  123. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/budgets/__init__.py +0 -0
  124. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/budgets/test_tags.py +0 -0
  125. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/categories/__init__.py +0 -0
  126. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/categories/test_resources.py +0 -0
  127. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/__init__.py +0 -0
  128. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/test_csat.py +0 -0
  129. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/test_properties.py +0 -0
  130. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/test_types.py +0 -0
  131. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/requests/__init__.py +0 -0
  132. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/requests/test_properties.py +0 -0
  133. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_billing_models.py +0 -0
  134. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_budgets.py +0 -0
  135. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_categories.py +0 -0
  136. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_experiences.py +0 -0
  137. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_ingest.py +0 -0
  138. {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_price_modifiers.py +0 -0
  139. {payi-0.1.0a31 → payi-0.1.0a32}/tests/conftest.py +0 -0
  140. {payi-0.1.0a31 → payi-0.1.0a32}/tests/sample_file.txt +0 -0
  141. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_client.py +0 -0
  142. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_deepcopy.py +0 -0
  143. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_extract_files.py +0 -0
  144. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_files.py +0 -0
  145. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_models.py +0 -0
  146. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_qs.py +0 -0
  147. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_required_args.py +0 -0
  148. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_response.py +0 -0
  149. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_streaming.py +0 -0
  150. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_transform.py +0 -0
  151. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_utils/test_proxy.py +0 -0
  152. {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_utils/test_typing.py +0 -0
  153. {payi-0.1.0a31 → payi-0.1.0a32}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.0-alpha.32"
3
+ }
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.32 (2024-12-10)
4
+
5
+ Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** bump pydantic dependency ([#154](https://github.com/Pay-i/pay-i-python/issues/154)) ([c2187c5](https://github.com/Pay-i/pay-i-python/commit/c2187c501a445cf1fbeff1d3ca97508c30232236))
10
+ * make the `Omit` type public ([#152](https://github.com/Pay-i/pay-i-python/issues/152)) ([def0371](https://github.com/Pay-i/pay-i-python/commit/def0371c51b545d0109ca8473aa4242a35094e3c))
11
+
12
+
13
+ ### Documentation
14
+
15
+ * **readme:** fix http client proxies example ([#155](https://github.com/Pay-i/pay-i-python/issues/155)) ([7eb2bf7](https://github.com/Pay-i/pay-i-python/commit/7eb2bf7e1147968cf5ed67c28a1c155694b69e28))
16
+
3
17
  ## 0.1.0-alpha.31 (2024-12-03)
4
18
 
5
19
  Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: payi
3
- Version: 0.1.0a31
3
+ Version: 0.1.0a32
4
4
  Summary: The official Python library for the payi API
5
5
  Project-URL: Homepage, https://github.com/Pay-i/pay-i-python
6
6
  Project-URL: Repository, https://github.com/Pay-i/pay-i-python
@@ -314,18 +314,19 @@ can also get all the extra fields on the Pydantic model as a dict with
314
314
 
315
315
  You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
316
316
 
317
- - Support for proxies
318
- - Custom transports
317
+ - Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
318
+ - Custom [transports](https://www.python-httpx.org/advanced/transports/)
319
319
  - Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
320
320
 
321
321
  ```python
322
+ import httpx
322
323
  from payi import Payi, DefaultHttpxClient
323
324
 
324
325
  client = Payi(
325
326
  # Or use the `PAYI_BASE_URL` env var
326
327
  base_url="http://my.test.server.example.com:8083",
327
328
  http_client=DefaultHttpxClient(
328
- proxies="http://my.test.proxy.example.com",
329
+ proxy="http://my.test.proxy.example.com",
329
330
  transport=httpx.HTTPTransport(local_address="0.0.0.0"),
330
331
  ),
331
332
  )
@@ -283,18 +283,19 @@ can also get all the extra fields on the Pydantic model as a dict with
283
283
 
284
284
  You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
285
285
 
286
- - Support for proxies
287
- - Custom transports
286
+ - Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
287
+ - Custom [transports](https://www.python-httpx.org/advanced/transports/)
288
288
  - Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
289
289
 
290
290
  ```python
291
+ import httpx
291
292
  from payi import Payi, DefaultHttpxClient
292
293
 
293
294
  client = Payi(
294
295
  # Or use the `PAYI_BASE_URL` env var
295
296
  base_url="http://my.test.server.example.com:8083",
296
297
  http_client=DefaultHttpxClient(
297
- proxies="http://my.test.proxy.example.com",
298
+ proxy="http://my.test.proxy.example.com",
298
299
  transport=httpx.HTTPTransport(local_address="0.0.0.0"),
299
300
  ),
300
301
  )
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "payi"
3
- version = "0.1.0-alpha.31"
3
+ version = "0.1.0-alpha.32"
4
4
  description = "The official Python library for the payi API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -62,9 +62,9 @@ platformdirs==3.11.0
62
62
  # via virtualenv
63
63
  pluggy==1.5.0
64
64
  # via pytest
65
- pydantic==2.9.2
65
+ pydantic==2.10.3
66
66
  # via payi
67
- pydantic-core==2.23.4
67
+ pydantic-core==2.27.1
68
68
  # via pydantic
69
69
  pygments==2.18.0
70
70
  # via rich
@@ -30,9 +30,9 @@ httpx==0.25.2
30
30
  idna==3.4
31
31
  # via anyio
32
32
  # via httpx
33
- pydantic==2.9.2
33
+ pydantic==2.10.3
34
34
  # via payi
35
- pydantic-core==2.23.4
35
+ pydantic-core==2.27.1
36
36
  # via pydantic
37
37
  sniffio==1.3.0
38
38
  # via anyio
@@ -1,7 +1,7 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  from . import types
4
- from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
4
+ from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes
5
5
  from ._utils import file_from_path
6
6
  from ._client import Payi, Client, Stream, Timeout, AsyncPayi, Transport, AsyncClient, AsyncStream, RequestOptions
7
7
  from ._models import BaseModel
@@ -36,6 +36,7 @@ __all__ = [
36
36
  "ProxiesTypes",
37
37
  "NotGiven",
38
38
  "NOT_GIVEN",
39
+ "Omit",
39
40
  "PayiError",
40
41
  "APIError",
41
42
  "APIStatusError",
@@ -192,10 +192,8 @@ ResponseT = TypeVar(
192
192
  StrBytesIntFloat = Union[str, bytes, int, float]
193
193
 
194
194
  # Note: copied from Pydantic
195
- # https://github.com/pydantic/pydantic/blob/32ea570bf96e84234d2992e1ddf40ab8a565925a/pydantic/main.py#L49
196
- IncEx: TypeAlias = Union[
197
- Set[int], Set[str], Mapping[int, Union["IncEx", Literal[True]]], Mapping[str, Union["IncEx", Literal[True]]]
198
- ]
195
+ # https://github.com/pydantic/pydantic/blob/6f31f8f68ef011f84357330186f603ff295312fd/pydantic/main.py#L79
196
+ IncEx: TypeAlias = Union[Set[int], Set[str], Mapping[int, Union["IncEx", bool]], Mapping[str, Union["IncEx", bool]]]
199
197
 
200
198
  PostParser = Callable[[Any], Any]
201
199
 
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "payi"
4
- __version__ = "0.1.0-alpha.31" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.32" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.0-alpha.31"
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
File without changes