checkout-intents 0.3.0__tar.gz → 0.3.2__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.3.2/.release-please-manifest.json +3 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/CHANGELOG.md +21 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/PKG-INFO +2 -1
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/pyproject.toml +3 -2
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/requirements-dev.lock +1 -1
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/requirements.lock +4 -4
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_streaming.py +12 -10
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_version.py +1 -1
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/uv.lock +36 -42
- checkout_intents-0.3.0/.release-please-manifest.json +0 -3
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/.gitignore +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/CONTRIBUTING.md +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/LICENSE +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/README.md +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/SECURITY.md +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/api.md +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/bin/check-release-environment +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/bin/publish-pypi +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/examples/.keep +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/examples/complete-checkout-intent.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/examples/error-handling.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/noxfile.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/release-please-config.json +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/__init__.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_base_client.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_client.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_compat.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_constants.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_exceptions.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_files.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_models.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_qs.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_resource.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_response.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_types.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/__init__.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_compat.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_datetime_parse.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_logs.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_proxy.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_reflection.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_resources_proxy.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_streams.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_sync.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_transform.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_typing.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_utils.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/lib/.keep +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/pagination.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/py.typed +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/resources/__init__.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/resources/brands.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/resources/checkout_intents.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/__init__.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/base_checkout_intent.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/brand_retrieve_response.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/buyer.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/buyer_param.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/checkout_intent.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/checkout_intent_add_payment_params.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/checkout_intent_confirm_params.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/checkout_intent_create_params.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/checkout_intent_list_params.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/money.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/offer.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/payment_method.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/payment_method_param.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/variant_selection.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/variant_selection_param.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/__init__.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/api_resources/__init__.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/api_resources/test_brands.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/api_resources/test_checkout_intents.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/conftest.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/sample_file.txt +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_client.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_deepcopy.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_environment_inference.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_extract_files.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_files.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_models.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_polling.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_qs.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_required_args.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_response.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_streaming.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_transform.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_utils/test_datetime_parse.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_utils/test_proxy.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/test_utils/test_typing.py +0 -0
- {checkout_intents-0.3.0 → checkout_intents-0.3.2}/tests/utils.py +0 -0
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.2 (2025-11-28)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.3.1...v0.3.2](https://github.com/rye-com/checkout-intents-python/compare/v0.3.1...v0.3.2)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* ensure streams are always closed ([33adf1a](https://github.com/rye-com/checkout-intents-python/commit/33adf1a16c46c3ec7463a1af36351efb76479b1f))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([61385ca](https://github.com/rye-com/checkout-intents-python/commit/61385ca14394f826160467cb3d50168b652263c9))
|
|
15
|
+
|
|
16
|
+
## 0.3.1 (2025-11-22)
|
|
17
|
+
|
|
18
|
+
Full Changelog: [v0.3.0...v0.3.1](https://github.com/rye-com/checkout-intents-python/compare/v0.3.0...v0.3.1)
|
|
19
|
+
|
|
20
|
+
### Chores
|
|
21
|
+
|
|
22
|
+
* add Python 3.14 classifier and testing ([c5e5f48](https://github.com/rye-com/checkout-intents-python/commit/c5e5f4878211b638fad6db325ee1ea2971571c1e))
|
|
23
|
+
|
|
3
24
|
## 0.3.0 (2025-11-18)
|
|
4
25
|
|
|
5
26
|
Full Changelog: [v0.2.0...v0.3.0](https://github.com/rye-com/checkout-intents-python/compare/v0.2.0...v0.3.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: checkout-intents
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
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
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
23
|
Classifier: Typing :: Typed
|
|
23
24
|
Requires-Python: >=3.9
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "checkout-intents"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.2"
|
|
4
4
|
description = "The official Python library for the Checkout Intents API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "MIT"
|
|
@@ -24,6 +24,7 @@ classifiers = [
|
|
|
24
24
|
"Programming Language :: Python :: 3.11",
|
|
25
25
|
"Programming Language :: Python :: 3.12",
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
|
+
"Programming Language :: Python :: 3.14",
|
|
27
28
|
"Operating System :: OS Independent",
|
|
28
29
|
"Operating System :: POSIX",
|
|
29
30
|
"Operating System :: MacOS",
|
|
@@ -48,7 +49,7 @@ required-version = ">=0.5.0"
|
|
|
48
49
|
# version pins are in uv.lock
|
|
49
50
|
dev = [
|
|
50
51
|
"pyright==1.1.399",
|
|
51
|
-
"mypy",
|
|
52
|
+
"mypy==1.17",
|
|
52
53
|
"respx",
|
|
53
54
|
"pytest",
|
|
54
55
|
"pytest-asyncio",
|
|
@@ -55,21 +55,21 @@ multidict==6.4.4
|
|
|
55
55
|
propcache==0.3.1
|
|
56
56
|
# via aiohttp
|
|
57
57
|
# via yarl
|
|
58
|
-
pydantic==2.
|
|
58
|
+
pydantic==2.12.5
|
|
59
59
|
# via checkout-intents
|
|
60
|
-
pydantic-core==2.
|
|
60
|
+
pydantic-core==2.41.5
|
|
61
61
|
# via pydantic
|
|
62
62
|
sniffio==1.3.0
|
|
63
63
|
# via anyio
|
|
64
64
|
# via checkout-intents
|
|
65
|
-
typing-extensions==4.
|
|
65
|
+
typing-extensions==4.15.0
|
|
66
66
|
# via anyio
|
|
67
67
|
# via checkout-intents
|
|
68
68
|
# via multidict
|
|
69
69
|
# via pydantic
|
|
70
70
|
# via pydantic-core
|
|
71
71
|
# via typing-inspection
|
|
72
|
-
typing-inspection==0.4.
|
|
72
|
+
typing-inspection==0.4.2
|
|
73
73
|
# via pydantic
|
|
74
74
|
yarl==1.20.0
|
|
75
75
|
# via aiohttp
|
|
@@ -54,11 +54,12 @@ class Stream(Generic[_T]):
|
|
|
54
54
|
process_data = self._client._process_response_data
|
|
55
55
|
iterator = self._iter_events()
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
try:
|
|
58
|
+
for sse in iterator:
|
|
59
|
+
yield process_data(data=sse.json(), cast_to=cast_to, response=response)
|
|
60
|
+
finally:
|
|
61
|
+
# Ensure the response is closed even if the consumer doesn't read all data
|
|
62
|
+
response.close()
|
|
62
63
|
|
|
63
64
|
def __enter__(self) -> Self:
|
|
64
65
|
return self
|
|
@@ -117,11 +118,12 @@ class AsyncStream(Generic[_T]):
|
|
|
117
118
|
process_data = self._client._process_response_data
|
|
118
119
|
iterator = self._iter_events()
|
|
119
120
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
121
|
+
try:
|
|
122
|
+
async for sse in iterator:
|
|
123
|
+
yield process_data(data=sse.json(), cast_to=cast_to, response=response)
|
|
124
|
+
finally:
|
|
125
|
+
# Ensure the response is closed even if the consumer doesn't read all data
|
|
126
|
+
await response.aclose()
|
|
125
127
|
|
|
126
128
|
async def __aenter__(self) -> Self:
|
|
127
129
|
return self
|
|
@@ -236,7 +236,7 @@ wheels = [
|
|
|
236
236
|
|
|
237
237
|
[[package]]
|
|
238
238
|
name = "checkout-intents"
|
|
239
|
-
version = "0.1
|
|
239
|
+
version = "0.3.1"
|
|
240
240
|
source = { editable = "." }
|
|
241
241
|
dependencies = [
|
|
242
242
|
{ name = "anyio" },
|
|
@@ -291,7 +291,7 @@ provides-extras = ["aiohttp"]
|
|
|
291
291
|
dev = [
|
|
292
292
|
{ name = "dirty-equals", specifier = ">=0.6.0" },
|
|
293
293
|
{ name = "importlib-metadata", specifier = ">=6.7.0" },
|
|
294
|
-
{ name = "mypy" },
|
|
294
|
+
{ name = "mypy", specifier = "==1.17" },
|
|
295
295
|
{ name = "nox" },
|
|
296
296
|
{ name = "pyright", specifier = "==1.1.399" },
|
|
297
297
|
{ name = "pytest" },
|
|
@@ -863,7 +863,7 @@ wheels = [
|
|
|
863
863
|
|
|
864
864
|
[[package]]
|
|
865
865
|
name = "mypy"
|
|
866
|
-
version = "1.
|
|
866
|
+
version = "1.17.0"
|
|
867
867
|
source = { registry = "https://pypi.org/simple" }
|
|
868
868
|
dependencies = [
|
|
869
869
|
{ name = "mypy-extensions" },
|
|
@@ -871,45 +871,39 @@ dependencies = [
|
|
|
871
871
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
872
872
|
{ name = "typing-extensions" },
|
|
873
873
|
]
|
|
874
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
875
|
-
wheels = [
|
|
876
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
877
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
878
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
879
|
-
{ url = "https://files.pythonhosted.org/packages/4f/
|
|
880
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
881
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
882
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
883
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
884
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
885
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
886
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
887
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
888
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
889
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
890
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
891
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
892
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
893
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
894
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
895
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
896
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
897
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
898
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
899
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
900
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
901
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
902
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
903
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
904
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
905
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
906
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
907
|
-
{ url = "https://files.pythonhosted.org/packages/eb/2e/60076fc829645d167ece9e80db9e8375648d210dab44cc98beb5b322a826/mypy-1.18.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c2b9c7e284ee20e7598d6f42e13ca40b4928e6957ed6813d1ab6348aa3f47133", size = 11895666, upload-time = "2025-09-19T00:10:53.678Z" },
|
|
908
|
-
{ url = "https://files.pythonhosted.org/packages/97/4a/1e2880a2a5dda4dc8d9ecd1a7e7606bc0b0e14813637eeda40c38624e037/mypy-1.18.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d6985ed057513e344e43a26cc1cd815c7a94602fb6a3130a34798625bc2f07b6", size = 12499608, upload-time = "2025-09-19T00:09:36.204Z" },
|
|
909
|
-
{ url = "https://files.pythonhosted.org/packages/00/81/a117f1b73a3015b076b20246b1f341c34a578ebd9662848c6b80ad5c4138/mypy-1.18.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:22f27105f1525ec024b5c630c0b9f36d5c1cc4d447d61fe51ff4bd60633f47ac", size = 13244551, upload-time = "2025-09-19T00:10:17.531Z" },
|
|
910
|
-
{ url = "https://files.pythonhosted.org/packages/9b/61/b9f48e1714ce87c7bf0358eb93f60663740ebb08f9ea886ffc670cea7933/mypy-1.18.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:030c52d0ea8144e721e49b1f68391e39553d7451f0c3f8a7565b59e19fcb608b", size = 13491552, upload-time = "2025-09-19T00:10:13.753Z" },
|
|
911
|
-
{ url = "https://files.pythonhosted.org/packages/c9/66/b2c0af3b684fa80d1b27501a8bdd3d2daa467ea3992a8aa612f5ca17c2db/mypy-1.18.2-cp39-cp39-win_amd64.whl", hash = "sha256:aa5e07ac1a60a253445797e42b8b2963c9675563a94f11291ab40718b016a7a0", size = 9765635, upload-time = "2025-09-19T00:10:30.993Z" },
|
|
912
|
-
{ url = "https://files.pythonhosted.org/packages/87/e3/be76d87158ebafa0309946c4a73831974d4d6ab4f4ef40c3b53a385a66fd/mypy-1.18.2-py3-none-any.whl", hash = "sha256:22a1748707dd62b58d2ae53562ffc4d7f8bcc727e8ac7cbc69c053ddc874d47e", size = 2352367, upload-time = "2025-09-19T00:10:15.489Z" },
|
|
874
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1e/e3/034322d5a779685218ed69286c32faa505247f1f096251ef66c8fd203b08/mypy-1.17.0.tar.gz", hash = "sha256:e5d7ccc08ba089c06e2f5629c660388ef1fee708444f1dee0b9203fa031dee03", size = 3352114, upload-time = "2025-07-14T20:34:30.181Z" }
|
|
875
|
+
wheels = [
|
|
876
|
+
{ url = "https://files.pythonhosted.org/packages/6a/31/e762baa3b73905c856d45ab77b4af850e8159dffffd86a52879539a08c6b/mypy-1.17.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f8e08de6138043108b3b18f09d3f817a4783912e48828ab397ecf183135d84d6", size = 10998313, upload-time = "2025-07-14T20:33:24.519Z" },
|
|
877
|
+
{ url = "https://files.pythonhosted.org/packages/1c/c1/25b2f0d46fb7e0b5e2bee61ec3a47fe13eff9e3c2f2234f144858bbe6485/mypy-1.17.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ce4a17920ec144647d448fc43725b5873548b1aae6c603225626747ededf582d", size = 10128922, upload-time = "2025-07-14T20:34:06.414Z" },
|
|
878
|
+
{ url = "https://files.pythonhosted.org/packages/02/78/6d646603a57aa8a2886df1b8881fe777ea60f28098790c1089230cd9c61d/mypy-1.17.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6ff25d151cc057fdddb1cb1881ef36e9c41fa2a5e78d8dd71bee6e4dcd2bc05b", size = 11913524, upload-time = "2025-07-14T20:33:19.109Z" },
|
|
879
|
+
{ url = "https://files.pythonhosted.org/packages/4f/19/dae6c55e87ee426fb76980f7e78484450cad1c01c55a1dc4e91c930bea01/mypy-1.17.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:93468cf29aa9a132bceb103bd8475f78cacde2b1b9a94fd978d50d4bdf616c9a", size = 12650527, upload-time = "2025-07-14T20:32:44.095Z" },
|
|
880
|
+
{ url = "https://files.pythonhosted.org/packages/86/e1/f916845a235235a6c1e4d4d065a3930113767001d491b8b2e1b61ca56647/mypy-1.17.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:98189382b310f16343151f65dd7e6867386d3e35f7878c45cfa11383d175d91f", size = 12897284, upload-time = "2025-07-14T20:33:38.168Z" },
|
|
881
|
+
{ url = "https://files.pythonhosted.org/packages/ae/dc/414760708a4ea1b096bd214d26a24e30ac5e917ef293bc33cdb6fe22d2da/mypy-1.17.0-cp310-cp310-win_amd64.whl", hash = "sha256:c004135a300ab06a045c1c0d8e3f10215e71d7b4f5bb9a42ab80236364429937", size = 9506493, upload-time = "2025-07-14T20:34:01.093Z" },
|
|
882
|
+
{ url = "https://files.pythonhosted.org/packages/d4/24/82efb502b0b0f661c49aa21cfe3e1999ddf64bf5500fc03b5a1536a39d39/mypy-1.17.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9d4fe5c72fd262d9c2c91c1117d16aac555e05f5beb2bae6a755274c6eec42be", size = 10914150, upload-time = "2025-07-14T20:31:51.985Z" },
|
|
883
|
+
{ url = "https://files.pythonhosted.org/packages/03/96/8ef9a6ff8cedadff4400e2254689ca1dc4b420b92c55255b44573de10c54/mypy-1.17.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d96b196e5c16f41b4f7736840e8455958e832871990c7ba26bf58175e357ed61", size = 10039845, upload-time = "2025-07-14T20:32:30.527Z" },
|
|
884
|
+
{ url = "https://files.pythonhosted.org/packages/df/32/7ce359a56be779d38021d07941cfbb099b41411d72d827230a36203dbb81/mypy-1.17.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:73a0ff2dd10337ceb521c080d4147755ee302dcde6e1a913babd59473904615f", size = 11837246, upload-time = "2025-07-14T20:32:01.28Z" },
|
|
885
|
+
{ url = "https://files.pythonhosted.org/packages/82/16/b775047054de4d8dbd668df9137707e54b07fe18c7923839cd1e524bf756/mypy-1.17.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:24cfcc1179c4447854e9e406d3af0f77736d631ec87d31c6281ecd5025df625d", size = 12571106, upload-time = "2025-07-14T20:34:26.942Z" },
|
|
886
|
+
{ url = "https://files.pythonhosted.org/packages/a1/cf/fa33eaf29a606102c8d9ffa45a386a04c2203d9ad18bf4eef3e20c43ebc8/mypy-1.17.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3c56f180ff6430e6373db7a1d569317675b0a451caf5fef6ce4ab365f5f2f6c3", size = 12759960, upload-time = "2025-07-14T20:33:42.882Z" },
|
|
887
|
+
{ url = "https://files.pythonhosted.org/packages/94/75/3f5a29209f27e739ca57e6350bc6b783a38c7621bdf9cac3ab8a08665801/mypy-1.17.0-cp311-cp311-win_amd64.whl", hash = "sha256:eafaf8b9252734400f9b77df98b4eee3d2eecab16104680d51341c75702cad70", size = 9503888, upload-time = "2025-07-14T20:32:34.392Z" },
|
|
888
|
+
{ url = "https://files.pythonhosted.org/packages/12/e9/e6824ed620bbf51d3bf4d6cbbe4953e83eaf31a448d1b3cfb3620ccb641c/mypy-1.17.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f986f1cab8dbec39ba6e0eaa42d4d3ac6686516a5d3dccd64be095db05ebc6bb", size = 11086395, upload-time = "2025-07-14T20:34:11.452Z" },
|
|
889
|
+
{ url = "https://files.pythonhosted.org/packages/ba/51/a4afd1ae279707953be175d303f04a5a7bd7e28dc62463ad29c1c857927e/mypy-1.17.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:51e455a54d199dd6e931cd7ea987d061c2afbaf0960f7f66deef47c90d1b304d", size = 10120052, upload-time = "2025-07-14T20:33:09.897Z" },
|
|
890
|
+
{ url = "https://files.pythonhosted.org/packages/8a/71/19adfeac926ba8205f1d1466d0d360d07b46486bf64360c54cb5a2bd86a8/mypy-1.17.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3204d773bab5ff4ebbd1f8efa11b498027cd57017c003ae970f310e5b96be8d8", size = 11861806, upload-time = "2025-07-14T20:32:16.028Z" },
|
|
891
|
+
{ url = "https://files.pythonhosted.org/packages/0b/64/d6120eca3835baf7179e6797a0b61d6c47e0bc2324b1f6819d8428d5b9ba/mypy-1.17.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1051df7ec0886fa246a530ae917c473491e9a0ba6938cfd0ec2abc1076495c3e", size = 12744371, upload-time = "2025-07-14T20:33:33.503Z" },
|
|
892
|
+
{ url = "https://files.pythonhosted.org/packages/1f/dc/56f53b5255a166f5bd0f137eed960e5065f2744509dfe69474ff0ba772a5/mypy-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f773c6d14dcc108a5b141b4456b0871df638eb411a89cd1c0c001fc4a9d08fc8", size = 12914558, upload-time = "2025-07-14T20:33:56.961Z" },
|
|
893
|
+
{ url = "https://files.pythonhosted.org/packages/69/ac/070bad311171badc9add2910e7f89271695a25c136de24bbafc7eded56d5/mypy-1.17.0-cp312-cp312-win_amd64.whl", hash = "sha256:1619a485fd0e9c959b943c7b519ed26b712de3002d7de43154a489a2d0fd817d", size = 9585447, upload-time = "2025-07-14T20:32:20.594Z" },
|
|
894
|
+
{ url = "https://files.pythonhosted.org/packages/be/7b/5f8ab461369b9e62157072156935cec9d272196556bdc7c2ff5f4c7c0f9b/mypy-1.17.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2c41aa59211e49d717d92b3bb1238c06d387c9325d3122085113c79118bebb06", size = 11070019, upload-time = "2025-07-14T20:32:07.99Z" },
|
|
895
|
+
{ url = "https://files.pythonhosted.org/packages/9c/f8/c49c9e5a2ac0badcc54beb24e774d2499748302c9568f7f09e8730e953fa/mypy-1.17.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0e69db1fb65b3114f98c753e3930a00514f5b68794ba80590eb02090d54a5d4a", size = 10114457, upload-time = "2025-07-14T20:33:47.285Z" },
|
|
896
|
+
{ url = "https://files.pythonhosted.org/packages/89/0c/fb3f9c939ad9beed3e328008b3fb90b20fda2cddc0f7e4c20dbefefc3b33/mypy-1.17.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:03ba330b76710f83d6ac500053f7727270b6b8553b0423348ffb3af6f2f7b889", size = 11857838, upload-time = "2025-07-14T20:33:14.462Z" },
|
|
897
|
+
{ url = "https://files.pythonhosted.org/packages/4c/66/85607ab5137d65e4f54d9797b77d5a038ef34f714929cf8ad30b03f628df/mypy-1.17.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:037bc0f0b124ce46bfde955c647f3e395c6174476a968c0f22c95a8d2f589bba", size = 12731358, upload-time = "2025-07-14T20:32:25.579Z" },
|
|
898
|
+
{ url = "https://files.pythonhosted.org/packages/73/d0/341dbbfb35ce53d01f8f2969facbb66486cee9804048bf6c01b048127501/mypy-1.17.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c38876106cb6132259683632b287238858bd58de267d80defb6f418e9ee50658", size = 12917480, upload-time = "2025-07-14T20:34:21.868Z" },
|
|
899
|
+
{ url = "https://files.pythonhosted.org/packages/64/63/70c8b7dbfc520089ac48d01367a97e8acd734f65bd07813081f508a8c94c/mypy-1.17.0-cp313-cp313-win_amd64.whl", hash = "sha256:d30ba01c0f151998f367506fab31c2ac4527e6a7b2690107c7a7f9e3cb419a9c", size = 9589666, upload-time = "2025-07-14T20:34:16.841Z" },
|
|
900
|
+
{ url = "https://files.pythonhosted.org/packages/9f/a0/6263dd11941231f688f0a8f2faf90ceac1dc243d148d314a089d2fe25108/mypy-1.17.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:63e751f1b5ab51d6f3d219fe3a2fe4523eaa387d854ad06906c63883fde5b1ab", size = 10988185, upload-time = "2025-07-14T20:33:04.797Z" },
|
|
901
|
+
{ url = "https://files.pythonhosted.org/packages/02/13/b8f16d6b0dc80277129559c8e7dbc9011241a0da8f60d031edb0e6e9ac8f/mypy-1.17.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f7fb09d05e0f1c329a36dcd30e27564a3555717cde87301fae4fb542402ddfad", size = 10120169, upload-time = "2025-07-14T20:32:38.84Z" },
|
|
902
|
+
{ url = "https://files.pythonhosted.org/packages/14/ef/978ba79df0d65af680e20d43121363cf643eb79b04bf3880d01fc8afeb6f/mypy-1.17.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b72c34ce05ac3a1361ae2ebb50757fb6e3624032d91488d93544e9f82db0ed6c", size = 11918121, upload-time = "2025-07-14T20:33:52.328Z" },
|
|
903
|
+
{ url = "https://files.pythonhosted.org/packages/f4/10/55ef70b104151a0d8280474f05268ff0a2a79be8d788d5e647257d121309/mypy-1.17.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:434ad499ad8dde8b2f6391ddfa982f41cb07ccda8e3c67781b1bfd4e5f9450a8", size = 12648821, upload-time = "2025-07-14T20:32:59.631Z" },
|
|
904
|
+
{ url = "https://files.pythonhosted.org/packages/26/8c/7781fcd2e1eef48fbedd3a422c21fe300a8e03ed5be2eb4bd10246a77f4e/mypy-1.17.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:f105f61a5eff52e137fd73bee32958b2add9d9f0a856f17314018646af838e97", size = 12896955, upload-time = "2025-07-14T20:32:49.543Z" },
|
|
905
|
+
{ url = "https://files.pythonhosted.org/packages/78/13/03ac759dabe86e98ca7b6681f114f90ee03f3ff8365a57049d311bd4a4e3/mypy-1.17.0-cp39-cp39-win_amd64.whl", hash = "sha256:ba06254a5a22729853209550d80f94e28690d5530c661f9416a68ac097b13fc4", size = 9512957, upload-time = "2025-07-14T20:33:28.619Z" },
|
|
906
|
+
{ url = "https://files.pythonhosted.org/packages/e3/fc/ee058cc4316f219078464555873e99d170bde1d9569abd833300dbeb484a/mypy-1.17.0-py3-none-any.whl", hash = "sha256:15d9d0018237ab058e5de3d8fce61b6fa72cc59cc78fd91f1b474bce12abf496", size = 2283195, upload-time = "2025-07-14T20:31:54.753Z" },
|
|
913
907
|
]
|
|
914
908
|
|
|
915
909
|
[[package]]
|
|
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.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_datetime_parse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_reflection.py
RENAMED
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/_utils/_resources_proxy.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
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/resources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/resources/checkout_intents.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/base_checkout_intent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/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
|
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/payment_method.py
RENAMED
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/payment_method_param.py
RENAMED
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/src/checkout_intents/types/variant_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkout_intents-0.3.0 → checkout_intents-0.3.2}/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
|