payi 0.1.0a29__tar.gz → 0.1.0a30__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.
- payi-0.1.0a30/.release-please-manifest.json +3 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/CHANGELOG.md +23 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/PKG-INFO +5 -4
- {payi-0.1.0a29 → payi-0.1.0a30}/README.md +4 -2
- {payi-0.1.0a29 → payi-0.1.0a30}/mypy.ini +4 -1
- {payi-0.1.0a29 → payi-0.1.0a30}/pyproject.toml +2 -2
- {payi-0.1.0a29 → payi-0.1.0a30}/requirements-dev.lock +3 -1
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_base_client.py +8 -4
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_compat.py +3 -5
- payi-0.1.0a30/src/payi/_utils/_sync.py +71 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_version.py +1 -1
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_ingest.py +6 -66
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_client.py +38 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_models.py +8 -0
- payi-0.1.0a29/.release-please-manifest.json +0 -3
- payi-0.1.0a29/src/payi/_utils/_sync.py +0 -81
- {payi-0.1.0a29 → payi-0.1.0a30}/.gitignore +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/CONTRIBUTING.md +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/LICENSE +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/SECURITY.md +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/api.md +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/bin/check-release-environment +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/bin/publish-pypi +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/examples/.keep +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/noxfile.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/release-please-config.json +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/requirements.lock +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_client.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_constants.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_exceptions.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_files.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_models.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_qs.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_resource.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_streaming.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_types.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_logs.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_proxy.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_reflection.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_streams.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_transform.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_typing.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/_utils/_utils.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/lib/.keep +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/lib/helpers.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/py.typed +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/billing_models.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/budgets/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/budgets/budgets.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/budgets/tags.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/categories/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/categories/categories.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/categories/resources.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/csat.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/experiences/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/experiences/experiences.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/experiences/types.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/ingest.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/resources/price_modifiers.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/billing_model.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/billing_model_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/billing_model_list_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/billing_model_update_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budget_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budget_history_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budget_list_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budget_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budget_update_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/budget_tags.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_create_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_delete_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_list_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_remove_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_remove_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_update_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/budgets/tag_update_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/bulk_ingest_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/categories/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/categories/resource_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/categories/resource_list_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/category_delete_resource_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/category_delete_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/category_list_resources_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/category_list_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/category_resource_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/category_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/cost_data.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/cost_details.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/csat.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/csat_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/default_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experience_instance.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experiences/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experiences/experience_type.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experiences/type_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experiences/type_list_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experiences/type_list_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/experiences/type_update_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/ingest_bulk_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/ingest_event_param.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/ingest_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/ingest_units_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/paged_budget_list.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/price_modifier.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/price_modifier_create_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/price_modifier_retrieve_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/price_modifier_update_params.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/requests_data.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/src/payi/types/total_cost_data.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/budgets/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/budgets/test_tags.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/categories/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/categories/test_resources.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/experiences/__init__.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/experiences/test_types.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_billing_models.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_budgets.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_categories.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_csat.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_experiences.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/api_resources/test_price_modifiers.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/conftest.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/sample_file.txt +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_deepcopy.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_extract_files.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_files.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_qs.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_required_args.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_response.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_streaming.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_transform.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_utils/test_proxy.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/test_utils/test_typing.py +0 -0
- {payi-0.1.0a29 → payi-0.1.0a30}/tests/utils.py +0 -0
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.30 (2024-12-03)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **asyncify:** avoid hanging process under certain conditions ([#141](https://github.com/Pay-i/pay-i-python/issues/141)) ([58b8775](https://github.com/Pay-i/pay-i-python/commit/58b8775427865cb3aa4c05748511c7f2d5ab8c22))
|
|
10
|
+
* **client:** compat with new httpx 0.28.0 release ([#146](https://github.com/Pay-i/pay-i-python/issues/146)) ([4ae1a72](https://github.com/Pay-i/pay-i-python/commit/4ae1a72109d0633aaa08d9ff9d6d3aef7e1a9e0d))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* **internal:** bump pyright ([#147](https://github.com/Pay-i/pay-i-python/issues/147)) ([f169e37](https://github.com/Pay-i/pay-i-python/commit/f169e3780bb33eefaf18ae61f4765a21be418f1e))
|
|
16
|
+
* **internal:** codegen related update ([#144](https://github.com/Pay-i/pay-i-python/issues/144)) ([792376c](https://github.com/Pay-i/pay-i-python/commit/792376c30d33a9a2aa0bacf53c38e481ded7be4c))
|
|
17
|
+
* **internal:** exclude mypy from running on tests ([#145](https://github.com/Pay-i/pay-i-python/issues/145)) ([3856fd1](https://github.com/Pay-i/pay-i-python/commit/3856fd19391aa68befe8776406e340efdff49984))
|
|
18
|
+
* **internal:** fix compat model_dump method when warnings are passed ([#142](https://github.com/Pay-i/pay-i-python/issues/142)) ([58b3ef8](https://github.com/Pay-i/pay-i-python/commit/58b3ef8b4d1dc9c7df2858c6914e587e08f43857))
|
|
19
|
+
* rebuild project due to codegen change ([#139](https://github.com/Pay-i/pay-i-python/issues/139)) ([9ed4a24](https://github.com/Pay-i/pay-i-python/commit/9ed4a2439973965d745cbfd2dfc68003958d51c5))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Documentation
|
|
23
|
+
|
|
24
|
+
* add info log level to readme ([#143](https://github.com/Pay-i/pay-i-python/issues/143)) ([cec3a51](https://github.com/Pay-i/pay-i-python/commit/cec3a51a51ca9ab67c37dd2692a5222ede4c72cf))
|
|
25
|
+
|
|
3
26
|
## 0.1.0-alpha.29 (2024-11-15)
|
|
4
27
|
|
|
5
28
|
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: payi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a30
|
|
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
|
|
@@ -22,7 +22,6 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
22
22
|
Classifier: Typing :: Typed
|
|
23
23
|
Requires-Python: >=3.8
|
|
24
24
|
Requires-Dist: anyio<5,>=3.5.0
|
|
25
|
-
Requires-Dist: cached-property; python_version < '3.8'
|
|
26
25
|
Requires-Dist: distro<2,>=1.7.0
|
|
27
26
|
Requires-Dist: httpx<1,>=0.23.0
|
|
28
27
|
Requires-Dist: pydantic<3,>=1.9.0
|
|
@@ -215,12 +214,14 @@ Note that requests that time out are [retried twice by default](https://github.c
|
|
|
215
214
|
|
|
216
215
|
We use the standard library [`logging`](https://docs.python.org/3/library/logging.html) module.
|
|
217
216
|
|
|
218
|
-
You can enable logging by setting the environment variable `PAYI_LOG` to `
|
|
217
|
+
You can enable logging by setting the environment variable `PAYI_LOG` to `info`.
|
|
219
218
|
|
|
220
219
|
```shell
|
|
221
|
-
$ export PAYI_LOG=
|
|
220
|
+
$ export PAYI_LOG=info
|
|
222
221
|
```
|
|
223
222
|
|
|
223
|
+
Or to `debug` for more verbose logging.
|
|
224
|
+
|
|
224
225
|
### How to tell whether `None` means `null` or missing
|
|
225
226
|
|
|
226
227
|
In an API response, a field may be explicitly `null`, or missing entirely; in either case, its value is `None` in this library. You can differentiate the two cases with `.model_fields_set`:
|
|
@@ -183,12 +183,14 @@ Note that requests that time out are [retried twice by default](#retries).
|
|
|
183
183
|
|
|
184
184
|
We use the standard library [`logging`](https://docs.python.org/3/library/logging.html) module.
|
|
185
185
|
|
|
186
|
-
You can enable logging by setting the environment variable `PAYI_LOG` to `
|
|
186
|
+
You can enable logging by setting the environment variable `PAYI_LOG` to `info`.
|
|
187
187
|
|
|
188
188
|
```shell
|
|
189
|
-
$ export PAYI_LOG=
|
|
189
|
+
$ export PAYI_LOG=info
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
+
Or to `debug` for more verbose logging.
|
|
193
|
+
|
|
192
194
|
### How to tell whether `None` means `null` or missing
|
|
193
195
|
|
|
194
196
|
In an API response, a field may be explicitly `null`, or missing entirely; in either case, its value is `None` in this library. You can differentiate the two cases with `.model_fields_set`:
|
|
@@ -5,7 +5,10 @@ show_error_codes = True
|
|
|
5
5
|
# Exclude _files.py because mypy isn't smart enough to apply
|
|
6
6
|
# the correct type narrowing and as this is an internal module
|
|
7
7
|
# it's fine to just use Pyright.
|
|
8
|
-
|
|
8
|
+
#
|
|
9
|
+
# We also exclude our `tests` as mypy doesn't always infer
|
|
10
|
+
# types correctly and Pyright will still catch any type errors.
|
|
11
|
+
exclude = ^(src/payi/_files\.py|_dev/.*\.py|tests/.*)$
|
|
9
12
|
|
|
10
13
|
strict_equality = True
|
|
11
14
|
implicit_reexport = True
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "payi"
|
|
3
|
-
version = "0.1.0-alpha.
|
|
3
|
+
version = "0.1.0-alpha.30"
|
|
4
4
|
description = "The official Python library for the payi API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -14,7 +14,6 @@ dependencies = [
|
|
|
14
14
|
"anyio>=3.5.0, <5",
|
|
15
15
|
"distro>=1.7.0, <2",
|
|
16
16
|
"sniffio",
|
|
17
|
-
"cached-property; python_version < '3.8'",
|
|
18
17
|
]
|
|
19
18
|
requires-python = ">= 3.8"
|
|
20
19
|
classifiers = [
|
|
@@ -55,6 +54,7 @@ dev-dependencies = [
|
|
|
55
54
|
"dirty-equals>=0.6.0",
|
|
56
55
|
"importlib-metadata>=6.7.0",
|
|
57
56
|
"rich>=13.7.1",
|
|
57
|
+
"nest_asyncio==1.6.0"
|
|
58
58
|
]
|
|
59
59
|
|
|
60
60
|
[tool.rye.scripts]
|
|
@@ -51,6 +51,7 @@ mdurl==0.1.2
|
|
|
51
51
|
mypy==1.13.0
|
|
52
52
|
mypy-extensions==1.0.0
|
|
53
53
|
# via mypy
|
|
54
|
+
nest-asyncio==1.6.0
|
|
54
55
|
nodeenv==1.8.0
|
|
55
56
|
# via pyright
|
|
56
57
|
nox==2023.4.22
|
|
@@ -67,7 +68,7 @@ pydantic-core==2.23.4
|
|
|
67
68
|
# via pydantic
|
|
68
69
|
pygments==2.18.0
|
|
69
70
|
# via rich
|
|
70
|
-
pyright==1.1.
|
|
71
|
+
pyright==1.1.389
|
|
71
72
|
pytest==8.3.3
|
|
72
73
|
# via pytest-asyncio
|
|
73
74
|
pytest-asyncio==0.24.0
|
|
@@ -96,6 +97,7 @@ typing-extensions==4.12.2
|
|
|
96
97
|
# via payi
|
|
97
98
|
# via pydantic
|
|
98
99
|
# via pydantic-core
|
|
100
|
+
# via pyright
|
|
99
101
|
virtualenv==20.24.5
|
|
100
102
|
# via nox
|
|
101
103
|
zipp==3.17.0
|
|
@@ -792,6 +792,7 @@ class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):
|
|
|
792
792
|
custom_query: Mapping[str, object] | None = None,
|
|
793
793
|
_strict_response_validation: bool,
|
|
794
794
|
) -> None:
|
|
795
|
+
kwargs: dict[str, Any] = {}
|
|
795
796
|
if limits is not None:
|
|
796
797
|
warnings.warn(
|
|
797
798
|
"The `connection_pool_limits` argument is deprecated. The `http_client` argument should be passed instead",
|
|
@@ -804,6 +805,7 @@ class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):
|
|
|
804
805
|
limits = DEFAULT_CONNECTION_LIMITS
|
|
805
806
|
|
|
806
807
|
if transport is not None:
|
|
808
|
+
kwargs["transport"] = transport
|
|
807
809
|
warnings.warn(
|
|
808
810
|
"The `transport` argument is deprecated. The `http_client` argument should be passed instead",
|
|
809
811
|
category=DeprecationWarning,
|
|
@@ -813,6 +815,7 @@ class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):
|
|
|
813
815
|
raise ValueError("The `http_client` argument is mutually exclusive with `transport`")
|
|
814
816
|
|
|
815
817
|
if proxies is not None:
|
|
818
|
+
kwargs["proxies"] = proxies
|
|
816
819
|
warnings.warn(
|
|
817
820
|
"The `proxies` argument is deprecated. The `http_client` argument should be passed instead",
|
|
818
821
|
category=DeprecationWarning,
|
|
@@ -856,10 +859,9 @@ class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):
|
|
|
856
859
|
base_url=base_url,
|
|
857
860
|
# cast to a valid type because mypy doesn't understand our type narrowing
|
|
858
861
|
timeout=cast(Timeout, timeout),
|
|
859
|
-
proxies=proxies,
|
|
860
|
-
transport=transport,
|
|
861
862
|
limits=limits,
|
|
862
863
|
follow_redirects=True,
|
|
864
|
+
**kwargs, # type: ignore
|
|
863
865
|
)
|
|
864
866
|
|
|
865
867
|
def is_closed(self) -> bool:
|
|
@@ -1358,6 +1360,7 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
|
|
|
1358
1360
|
custom_headers: Mapping[str, str] | None = None,
|
|
1359
1361
|
custom_query: Mapping[str, object] | None = None,
|
|
1360
1362
|
) -> None:
|
|
1363
|
+
kwargs: dict[str, Any] = {}
|
|
1361
1364
|
if limits is not None:
|
|
1362
1365
|
warnings.warn(
|
|
1363
1366
|
"The `connection_pool_limits` argument is deprecated. The `http_client` argument should be passed instead",
|
|
@@ -1370,6 +1373,7 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
|
|
|
1370
1373
|
limits = DEFAULT_CONNECTION_LIMITS
|
|
1371
1374
|
|
|
1372
1375
|
if transport is not None:
|
|
1376
|
+
kwargs["transport"] = transport
|
|
1373
1377
|
warnings.warn(
|
|
1374
1378
|
"The `transport` argument is deprecated. The `http_client` argument should be passed instead",
|
|
1375
1379
|
category=DeprecationWarning,
|
|
@@ -1379,6 +1383,7 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
|
|
|
1379
1383
|
raise ValueError("The `http_client` argument is mutually exclusive with `transport`")
|
|
1380
1384
|
|
|
1381
1385
|
if proxies is not None:
|
|
1386
|
+
kwargs["proxies"] = proxies
|
|
1382
1387
|
warnings.warn(
|
|
1383
1388
|
"The `proxies` argument is deprecated. The `http_client` argument should be passed instead",
|
|
1384
1389
|
category=DeprecationWarning,
|
|
@@ -1422,10 +1427,9 @@ class AsyncAPIClient(BaseClient[httpx.AsyncClient, AsyncStream[Any]]):
|
|
|
1422
1427
|
base_url=base_url,
|
|
1423
1428
|
# cast to a valid type because mypy doesn't understand our type narrowing
|
|
1424
1429
|
timeout=cast(Timeout, timeout),
|
|
1425
|
-
proxies=proxies,
|
|
1426
|
-
transport=transport,
|
|
1427
1430
|
limits=limits,
|
|
1428
1431
|
follow_redirects=True,
|
|
1432
|
+
**kwargs, # type: ignore
|
|
1429
1433
|
)
|
|
1430
1434
|
|
|
1431
1435
|
def is_closed(self) -> bool:
|
|
@@ -145,7 +145,8 @@ def model_dump(
|
|
|
145
145
|
exclude=exclude,
|
|
146
146
|
exclude_unset=exclude_unset,
|
|
147
147
|
exclude_defaults=exclude_defaults,
|
|
148
|
-
warnings
|
|
148
|
+
# warnings are not supported in Pydantic v1
|
|
149
|
+
warnings=warnings if PYDANTIC_V2 else True,
|
|
149
150
|
)
|
|
150
151
|
return cast(
|
|
151
152
|
"dict[str, Any]",
|
|
@@ -213,9 +214,6 @@ if TYPE_CHECKING:
|
|
|
213
214
|
# __set__ is not defined at runtime, but @cached_property is designed to be settable
|
|
214
215
|
def __set__(self, instance: object, value: _T) -> None: ...
|
|
215
216
|
else:
|
|
216
|
-
|
|
217
|
-
from functools import cached_property as cached_property
|
|
218
|
-
except ImportError:
|
|
219
|
-
from cached_property import cached_property as cached_property
|
|
217
|
+
from functools import cached_property as cached_property
|
|
220
218
|
|
|
221
219
|
typed_cached_property = cached_property
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import sys
|
|
4
|
+
import asyncio
|
|
5
|
+
import functools
|
|
6
|
+
import contextvars
|
|
7
|
+
from typing import Any, TypeVar, Callable, Awaitable
|
|
8
|
+
from typing_extensions import ParamSpec
|
|
9
|
+
|
|
10
|
+
T_Retval = TypeVar("T_Retval")
|
|
11
|
+
T_ParamSpec = ParamSpec("T_ParamSpec")
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 9):
|
|
15
|
+
to_thread = asyncio.to_thread
|
|
16
|
+
else:
|
|
17
|
+
# backport of https://docs.python.org/3/library/asyncio-task.html#asyncio.to_thread
|
|
18
|
+
# for Python 3.8 support
|
|
19
|
+
async def to_thread(
|
|
20
|
+
func: Callable[T_ParamSpec, T_Retval], /, *args: T_ParamSpec.args, **kwargs: T_ParamSpec.kwargs
|
|
21
|
+
) -> Any:
|
|
22
|
+
"""Asynchronously run function *func* in a separate thread.
|
|
23
|
+
|
|
24
|
+
Any *args and **kwargs supplied for this function are directly passed
|
|
25
|
+
to *func*. Also, the current :class:`contextvars.Context` is propagated,
|
|
26
|
+
allowing context variables from the main thread to be accessed in the
|
|
27
|
+
separate thread.
|
|
28
|
+
|
|
29
|
+
Returns a coroutine that can be awaited to get the eventual result of *func*.
|
|
30
|
+
"""
|
|
31
|
+
loop = asyncio.events.get_running_loop()
|
|
32
|
+
ctx = contextvars.copy_context()
|
|
33
|
+
func_call = functools.partial(ctx.run, func, *args, **kwargs)
|
|
34
|
+
return await loop.run_in_executor(None, func_call)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# inspired by `asyncer`, https://github.com/tiangolo/asyncer
|
|
38
|
+
def asyncify(function: Callable[T_ParamSpec, T_Retval]) -> Callable[T_ParamSpec, Awaitable[T_Retval]]:
|
|
39
|
+
"""
|
|
40
|
+
Take a blocking function and create an async one that receives the same
|
|
41
|
+
positional and keyword arguments. For python version 3.9 and above, it uses
|
|
42
|
+
asyncio.to_thread to run the function in a separate thread. For python version
|
|
43
|
+
3.8, it uses locally defined copy of the asyncio.to_thread function which was
|
|
44
|
+
introduced in python 3.9.
|
|
45
|
+
|
|
46
|
+
Usage:
|
|
47
|
+
|
|
48
|
+
```python
|
|
49
|
+
def blocking_func(arg1, arg2, kwarg1=None):
|
|
50
|
+
# blocking code
|
|
51
|
+
return result
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
result = asyncify(blocking_function)(arg1, arg2, kwarg1=value1)
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Arguments
|
|
58
|
+
|
|
59
|
+
`function`: a blocking regular callable (e.g. a function)
|
|
60
|
+
|
|
61
|
+
## Return
|
|
62
|
+
|
|
63
|
+
An async function that takes the same positional and keyword arguments as the
|
|
64
|
+
original one, that when called runs the same original function in a thread worker
|
|
65
|
+
and returns the result.
|
|
66
|
+
"""
|
|
67
|
+
|
|
68
|
+
async def wrapper(*args: T_ParamSpec.args, **kwargs: T_ParamSpec.kwargs) -> T_Retval:
|
|
69
|
+
return await to_thread(function, *args, **kwargs)
|
|
70
|
+
|
|
71
|
+
return wrapper
|
|
@@ -26,17 +26,7 @@ class TestIngest:
|
|
|
26
26
|
"category": "x",
|
|
27
27
|
"resource": "x",
|
|
28
28
|
"units": {"foo": {}},
|
|
29
|
-
}
|
|
30
|
-
{
|
|
31
|
-
"category": "x",
|
|
32
|
-
"resource": "x",
|
|
33
|
-
"units": {"foo": {}},
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"category": "x",
|
|
37
|
-
"resource": "x",
|
|
38
|
-
"units": {"foo": {}},
|
|
39
|
-
},
|
|
29
|
+
}
|
|
40
30
|
],
|
|
41
31
|
)
|
|
42
32
|
assert_matches_type(BulkIngestResponse, ingest, path=["response"])
|
|
@@ -49,17 +39,7 @@ class TestIngest:
|
|
|
49
39
|
"category": "x",
|
|
50
40
|
"resource": "x",
|
|
51
41
|
"units": {"foo": {}},
|
|
52
|
-
}
|
|
53
|
-
{
|
|
54
|
-
"category": "x",
|
|
55
|
-
"resource": "x",
|
|
56
|
-
"units": {"foo": {}},
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"category": "x",
|
|
60
|
-
"resource": "x",
|
|
61
|
-
"units": {"foo": {}},
|
|
62
|
-
},
|
|
42
|
+
}
|
|
63
43
|
],
|
|
64
44
|
)
|
|
65
45
|
|
|
@@ -76,17 +56,7 @@ class TestIngest:
|
|
|
76
56
|
"category": "x",
|
|
77
57
|
"resource": "x",
|
|
78
58
|
"units": {"foo": {}},
|
|
79
|
-
}
|
|
80
|
-
{
|
|
81
|
-
"category": "x",
|
|
82
|
-
"resource": "x",
|
|
83
|
-
"units": {"foo": {}},
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"category": "x",
|
|
87
|
-
"resource": "x",
|
|
88
|
-
"units": {"foo": {}},
|
|
89
|
-
},
|
|
59
|
+
}
|
|
90
60
|
],
|
|
91
61
|
) as response:
|
|
92
62
|
assert not response.is_closed
|
|
@@ -170,17 +140,7 @@ class TestAsyncIngest:
|
|
|
170
140
|
"category": "x",
|
|
171
141
|
"resource": "x",
|
|
172
142
|
"units": {"foo": {}},
|
|
173
|
-
}
|
|
174
|
-
{
|
|
175
|
-
"category": "x",
|
|
176
|
-
"resource": "x",
|
|
177
|
-
"units": {"foo": {}},
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"category": "x",
|
|
181
|
-
"resource": "x",
|
|
182
|
-
"units": {"foo": {}},
|
|
183
|
-
},
|
|
143
|
+
}
|
|
184
144
|
],
|
|
185
145
|
)
|
|
186
146
|
assert_matches_type(BulkIngestResponse, ingest, path=["response"])
|
|
@@ -193,17 +153,7 @@ class TestAsyncIngest:
|
|
|
193
153
|
"category": "x",
|
|
194
154
|
"resource": "x",
|
|
195
155
|
"units": {"foo": {}},
|
|
196
|
-
}
|
|
197
|
-
{
|
|
198
|
-
"category": "x",
|
|
199
|
-
"resource": "x",
|
|
200
|
-
"units": {"foo": {}},
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"category": "x",
|
|
204
|
-
"resource": "x",
|
|
205
|
-
"units": {"foo": {}},
|
|
206
|
-
},
|
|
156
|
+
}
|
|
207
157
|
],
|
|
208
158
|
)
|
|
209
159
|
|
|
@@ -220,17 +170,7 @@ class TestAsyncIngest:
|
|
|
220
170
|
"category": "x",
|
|
221
171
|
"resource": "x",
|
|
222
172
|
"units": {"foo": {}},
|
|
223
|
-
}
|
|
224
|
-
{
|
|
225
|
-
"category": "x",
|
|
226
|
-
"resource": "x",
|
|
227
|
-
"units": {"foo": {}},
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"category": "x",
|
|
231
|
-
"resource": "x",
|
|
232
|
-
"units": {"foo": {}},
|
|
233
|
-
},
|
|
173
|
+
}
|
|
234
174
|
],
|
|
235
175
|
) as response:
|
|
236
176
|
assert not response.is_closed
|
|
@@ -4,11 +4,14 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
import gc
|
|
6
6
|
import os
|
|
7
|
+
import sys
|
|
7
8
|
import json
|
|
8
9
|
import asyncio
|
|
9
10
|
import inspect
|
|
11
|
+
import subprocess
|
|
10
12
|
import tracemalloc
|
|
11
13
|
from typing import Any, Union, cast
|
|
14
|
+
from textwrap import dedent
|
|
12
15
|
from unittest import mock
|
|
13
16
|
from typing_extensions import Literal
|
|
14
17
|
|
|
@@ -1573,3 +1576,38 @@ class TestAsyncPayi:
|
|
|
1573
1576
|
)
|
|
1574
1577
|
|
|
1575
1578
|
assert response.http_request.headers.get("x-stainless-retry-count") == "42"
|
|
1579
|
+
|
|
1580
|
+
def test_get_platform(self) -> None:
|
|
1581
|
+
# A previous implementation of asyncify could leave threads unterminated when
|
|
1582
|
+
# used with nest_asyncio.
|
|
1583
|
+
#
|
|
1584
|
+
# Since nest_asyncio.apply() is global and cannot be un-applied, this
|
|
1585
|
+
# test is run in a separate process to avoid affecting other tests.
|
|
1586
|
+
test_code = dedent("""
|
|
1587
|
+
import asyncio
|
|
1588
|
+
import nest_asyncio
|
|
1589
|
+
import threading
|
|
1590
|
+
|
|
1591
|
+
from payi._utils import asyncify
|
|
1592
|
+
from payi._base_client import get_platform
|
|
1593
|
+
|
|
1594
|
+
async def test_main() -> None:
|
|
1595
|
+
result = await asyncify(get_platform)()
|
|
1596
|
+
print(result)
|
|
1597
|
+
for thread in threading.enumerate():
|
|
1598
|
+
print(thread.name)
|
|
1599
|
+
|
|
1600
|
+
nest_asyncio.apply()
|
|
1601
|
+
asyncio.run(test_main())
|
|
1602
|
+
""")
|
|
1603
|
+
with subprocess.Popen(
|
|
1604
|
+
[sys.executable, "-c", test_code],
|
|
1605
|
+
text=True,
|
|
1606
|
+
) as process:
|
|
1607
|
+
try:
|
|
1608
|
+
process.wait(2)
|
|
1609
|
+
if process.returncode:
|
|
1610
|
+
raise AssertionError("calling get_platform using asyncify resulted in a non-zero exit code")
|
|
1611
|
+
except subprocess.TimeoutExpired as e:
|
|
1612
|
+
process.kill()
|
|
1613
|
+
raise AssertionError("calling get_platform using asyncify resulted in a hung process") from e
|
|
@@ -561,6 +561,14 @@ def test_forwards_compat_model_dump_method() -> None:
|
|
|
561
561
|
m.model_dump(warnings=False)
|
|
562
562
|
|
|
563
563
|
|
|
564
|
+
def test_compat_method_no_error_for_warnings() -> None:
|
|
565
|
+
class Model(BaseModel):
|
|
566
|
+
foo: Optional[str]
|
|
567
|
+
|
|
568
|
+
m = Model(foo="hello")
|
|
569
|
+
assert isinstance(model_dump(m, warnings=False), dict)
|
|
570
|
+
|
|
571
|
+
|
|
564
572
|
def test_to_json() -> None:
|
|
565
573
|
class Model(BaseModel):
|
|
566
574
|
foo: Optional[str] = Field(alias="FOO", default=None)
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
from __future__ import annotations
|
|
2
|
-
|
|
3
|
-
import functools
|
|
4
|
-
from typing import TypeVar, Callable, Awaitable
|
|
5
|
-
from typing_extensions import ParamSpec
|
|
6
|
-
|
|
7
|
-
import anyio
|
|
8
|
-
import anyio.to_thread
|
|
9
|
-
|
|
10
|
-
from ._reflection import function_has_argument
|
|
11
|
-
|
|
12
|
-
T_Retval = TypeVar("T_Retval")
|
|
13
|
-
T_ParamSpec = ParamSpec("T_ParamSpec")
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
# copied from `asyncer`, https://github.com/tiangolo/asyncer
|
|
17
|
-
def asyncify(
|
|
18
|
-
function: Callable[T_ParamSpec, T_Retval],
|
|
19
|
-
*,
|
|
20
|
-
cancellable: bool = False,
|
|
21
|
-
limiter: anyio.CapacityLimiter | None = None,
|
|
22
|
-
) -> Callable[T_ParamSpec, Awaitable[T_Retval]]:
|
|
23
|
-
"""
|
|
24
|
-
Take a blocking function and create an async one that receives the same
|
|
25
|
-
positional and keyword arguments, and that when called, calls the original function
|
|
26
|
-
in a worker thread using `anyio.to_thread.run_sync()`. Internally,
|
|
27
|
-
`asyncer.asyncify()` uses the same `anyio.to_thread.run_sync()`, but it supports
|
|
28
|
-
keyword arguments additional to positional arguments and it adds better support for
|
|
29
|
-
autocompletion and inline errors for the arguments of the function called and the
|
|
30
|
-
return value.
|
|
31
|
-
|
|
32
|
-
If the `cancellable` option is enabled and the task waiting for its completion is
|
|
33
|
-
cancelled, the thread will still run its course but its return value (or any raised
|
|
34
|
-
exception) will be ignored.
|
|
35
|
-
|
|
36
|
-
Use it like this:
|
|
37
|
-
|
|
38
|
-
```Python
|
|
39
|
-
def do_work(arg1, arg2, kwarg1="", kwarg2="") -> str:
|
|
40
|
-
# Do work
|
|
41
|
-
return "Some result"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
result = await to_thread.asyncify(do_work)("spam", "ham", kwarg1="a", kwarg2="b")
|
|
45
|
-
print(result)
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
## Arguments
|
|
49
|
-
|
|
50
|
-
`function`: a blocking regular callable (e.g. a function)
|
|
51
|
-
`cancellable`: `True` to allow cancellation of the operation
|
|
52
|
-
`limiter`: capacity limiter to use to limit the total amount of threads running
|
|
53
|
-
(if omitted, the default limiter is used)
|
|
54
|
-
|
|
55
|
-
## Return
|
|
56
|
-
|
|
57
|
-
An async function that takes the same positional and keyword arguments as the
|
|
58
|
-
original one, that when called runs the same original function in a thread worker
|
|
59
|
-
and returns the result.
|
|
60
|
-
"""
|
|
61
|
-
|
|
62
|
-
async def wrapper(*args: T_ParamSpec.args, **kwargs: T_ParamSpec.kwargs) -> T_Retval:
|
|
63
|
-
partial_f = functools.partial(function, *args, **kwargs)
|
|
64
|
-
|
|
65
|
-
# In `v4.1.0` anyio added the `abandon_on_cancel` argument and deprecated the old
|
|
66
|
-
# `cancellable` argument, so we need to use the new `abandon_on_cancel` to avoid
|
|
67
|
-
# surfacing deprecation warnings.
|
|
68
|
-
if function_has_argument(anyio.to_thread.run_sync, "abandon_on_cancel"):
|
|
69
|
-
return await anyio.to_thread.run_sync(
|
|
70
|
-
partial_f,
|
|
71
|
-
abandon_on_cancel=cancellable,
|
|
72
|
-
limiter=limiter,
|
|
73
|
-
)
|
|
74
|
-
|
|
75
|
-
return await anyio.to_thread.run_sync(
|
|
76
|
-
partial_f,
|
|
77
|
-
cancellable=cancellable,
|
|
78
|
-
limiter=limiter,
|
|
79
|
-
)
|
|
80
|
-
|
|
81
|
-
return wrapper
|
|
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
|
|
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
|