checkout-intents 0.13.0__tar.gz → 0.13.1__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.
- checkout_intents-0.13.1/.release-please-manifest.json +3 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/CHANGELOG.md +8 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/PKG-INFO +1 -1
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/pyproject.toml +1 -1
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_version.py +1 -1
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/products.py +2 -2
- checkout_intents-0.13.0/.release-please-manifest.json +0 -3
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/.gitignore +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/CONTRIBUTING.md +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/LICENSE +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/README.md +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/SECURITY.md +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/api.md +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/bin/check-release-environment +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/bin/publish-pypi +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/examples/.keep +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/examples/complete-checkout-intent.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/examples/error-handling.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/noxfile.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/release-please-config.json +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/requirements-dev.lock +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/requirements.lock +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_base_client.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_client.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_compat.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_constants.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_exceptions.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_files.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_models.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_qs.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_resource.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_response.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_streaming.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_types.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_compat.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_datetime_parse.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_json.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_logs.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_proxy.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_reflection.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_resources_proxy.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_streams.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_sync.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_transform.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_typing.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_utils.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/lib/.keep +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/pagination.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/py.typed +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/betas/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/betas/betas.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/betas/checkout_sessions.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/brands.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/checkout_intents.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/base_checkout_intent.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/betas/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/betas/checkout_session_create_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/brand_retrieve_response.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/buyer.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/buyer_param.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent_add_payment_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent_confirm_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent_create_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent_list_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent_purchase_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_session.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/money.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/offer.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/payment_method.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/payment_method_param.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/product.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/product_availability.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/product_image.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/product_lookup_params.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/variant_selection.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/variant_selection_param.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/betas/__init__.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/betas/test_checkout_sessions.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/test_brands.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/test_checkout_intents.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/test_products.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/conftest.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/sample_file.txt +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_client.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_deepcopy.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_environment_inference.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_extract_files.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_files.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_models.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_polling.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_qs.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_required_args.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_response.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_streaming.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_transform.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_utils/test_json.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_utils/test_proxy.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/test_utils/test_typing.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/utils.py +0 -0
- {checkout_intents-0.13.0 → checkout_intents-0.13.1}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.13.1 (2026-01-30)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.13.0...v0.13.1](https://github.com/rye-com/checkout-intents-python/compare/v0.13.0...v0.13.1)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **docs:** rename "retrieve product" to "lookup product" ([6f7c761](https://github.com/rye-com/checkout-intents-python/commit/6f7c761b96d79e5971cade53f955dcd90e3c3378))
|
|
10
|
+
|
|
3
11
|
## 0.13.0 (2026-01-30)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.12.0...v0.13.0](https://github.com/rye-com/checkout-intents-python/compare/v0.12.0...v0.13.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: checkout-intents
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.1
|
|
4
4
|
Summary: The official Python library for the Checkout Intents API
|
|
5
5
|
Project-URL: Homepage, https://github.com/rye-com/checkout-intents-python
|
|
6
6
|
Project-URL: Repository, https://github.com/rye-com/checkout-intents-python
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/products.py
RENAMED
|
@@ -53,7 +53,7 @@ class ProductsResource(SyncAPIResource):
|
|
|
53
53
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
54
54
|
) -> Product:
|
|
55
55
|
"""
|
|
56
|
-
|
|
56
|
+
Lookup a product's information by URL.
|
|
57
57
|
|
|
58
58
|
Args:
|
|
59
59
|
extra_headers: Send extra headers
|
|
@@ -109,7 +109,7 @@ class AsyncProductsResource(AsyncAPIResource):
|
|
|
109
109
|
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
110
110
|
) -> Product:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
Lookup a product's information by URL.
|
|
113
113
|
|
|
114
114
|
Args:
|
|
115
115
|
extra_headers: Send extra headers
|
|
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
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_datetime_parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_reflection.py
RENAMED
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_resources_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/_utils/_transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/__init__.py
RENAMED
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/betas/__init__.py
RENAMED
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/betas/betas.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/resources/brands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/betas/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/buyer_param.py
RENAMED
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_intent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/checkout_session.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/payment_method.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/product_image.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/src/checkout_intents/types/variant_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.13.0 → checkout_intents-0.13.1}/tests/api_resources/test_checkout_intents.py
RENAMED
|
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
|