@orcabus/platform-cdk-constructs 1.1.0 → 1.1.2
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.
- package/.jsii +2 -2
- package/api-gateway/api-gateway.js +1 -1
- package/deployment-stack-pipeline/artifact-bucket.js +1 -1
- package/deployment-stack-pipeline/pipeline.js +1 -1
- package/dynamodb/index.js +2 -2
- package/ecs/index.js +1 -1
- package/eventbridge-rules/sfn-slack-notification.js +1 -1
- package/lambda/index.js +1 -1
- package/lambda/layers/fastapi_tools/poetry.lock +1296 -759
- package/lambda/layers/icav2_tools/poetry.lock +686 -606
- package/lambda/layers/mart_tools/poetry.lock +157 -141
- package/lambda/layers/orcabus_api_tools/poetry.lock +300 -293
- package/lambda/layers/orcabus_api_tools/src/orcabus_api_tools/filemanager/file_helpers.py +21 -6
- package/monitored-queue/index.js +1 -1
- package/named-lambda-role/index.js +1 -1
- package/package.json +1 -1
- package/provider-function/index.js +1 -1
- package/shared-config/networking.js +2 -2
- package/shared-config/slack.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# This file is automatically @generated by Poetry
|
|
1
|
+
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
|
2
2
|
|
|
3
3
|
[[package]]
|
|
4
4
|
name = "annotated-types"
|
|
@@ -6,7 +6,6 @@ version = "0.7.0"
|
|
|
6
6
|
description = "Reusable constraint types to use with typing.Annotated"
|
|
7
7
|
optional = false
|
|
8
8
|
python-versions = ">=3.8"
|
|
9
|
-
groups = ["main"]
|
|
10
9
|
files = [
|
|
11
10
|
{file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"},
|
|
12
11
|
{file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
|
|
@@ -14,137 +13,152 @@ files = [
|
|
|
14
13
|
|
|
15
14
|
[[package]]
|
|
16
15
|
name = "anyio"
|
|
17
|
-
version = "4.
|
|
18
|
-
description = "High
|
|
16
|
+
version = "4.12.1"
|
|
17
|
+
description = "High-level concurrency and networking framework on top of asyncio or Trio"
|
|
19
18
|
optional = false
|
|
20
19
|
python-versions = ">=3.9"
|
|
21
|
-
groups = ["main"]
|
|
22
20
|
files = [
|
|
23
|
-
{file = "anyio-4.
|
|
24
|
-
{file = "anyio-4.
|
|
21
|
+
{file = "anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c"},
|
|
22
|
+
{file = "anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703"},
|
|
25
23
|
]
|
|
26
24
|
|
|
27
25
|
[package.dependencies]
|
|
28
26
|
idna = ">=2.8"
|
|
29
|
-
sniffio = ">=1.1"
|
|
30
27
|
|
|
31
28
|
[package.extras]
|
|
32
|
-
|
|
33
|
-
test = ["anyio[trio]", "blockbuster (>=1.5.23)", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "trustme", "truststore (>=0.9.1) ; python_version >= \"3.10\"", "uvloop (>=0.21) ; platform_python_implementation == \"CPython\" and platform_system != \"Windows\" and python_version < \"3.14\""]
|
|
34
|
-
trio = ["trio (>=0.26.1)"]
|
|
29
|
+
trio = ["trio (>=0.31.0)", "trio (>=0.32.0)"]
|
|
35
30
|
|
|
36
31
|
[[package]]
|
|
37
32
|
name = "certifi"
|
|
38
|
-
version = "
|
|
33
|
+
version = "2026.1.4"
|
|
39
34
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
40
35
|
optional = false
|
|
41
|
-
python-versions = ">=3.
|
|
42
|
-
groups = ["main"]
|
|
36
|
+
python-versions = ">=3.7"
|
|
43
37
|
files = [
|
|
44
|
-
{file = "certifi-
|
|
45
|
-
{file = "certifi-
|
|
38
|
+
{file = "certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c"},
|
|
39
|
+
{file = "certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120"},
|
|
46
40
|
]
|
|
47
41
|
|
|
48
42
|
[[package]]
|
|
49
43
|
name = "charset-normalizer"
|
|
50
|
-
version = "3.4.
|
|
44
|
+
version = "3.4.4"
|
|
51
45
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
|
52
46
|
optional = false
|
|
53
47
|
python-versions = ">=3.7"
|
|
54
|
-
groups = ["main"]
|
|
55
48
|
files = [
|
|
56
|
-
{file = "charset_normalizer-3.4.
|
|
57
|
-
{file = "charset_normalizer-3.4.
|
|
58
|
-
{file = "charset_normalizer-3.4.
|
|
59
|
-
{file = "charset_normalizer-3.4.
|
|
60
|
-
{file = "charset_normalizer-3.4.
|
|
61
|
-
{file = "charset_normalizer-3.4.
|
|
62
|
-
{file = "charset_normalizer-3.4.
|
|
63
|
-
{file = "charset_normalizer-3.4.
|
|
64
|
-
{file = "charset_normalizer-3.4.
|
|
65
|
-
{file = "charset_normalizer-3.4.
|
|
66
|
-
{file = "charset_normalizer-3.4.
|
|
67
|
-
{file = "charset_normalizer-3.4.
|
|
68
|
-
{file = "charset_normalizer-3.4.
|
|
69
|
-
{file = "charset_normalizer-3.4.
|
|
70
|
-
{file = "charset_normalizer-3.4.
|
|
71
|
-
{file = "charset_normalizer-3.4.
|
|
72
|
-
{file = "charset_normalizer-3.4.
|
|
73
|
-
{file = "charset_normalizer-3.4.
|
|
74
|
-
{file = "charset_normalizer-3.4.
|
|
75
|
-
{file = "charset_normalizer-3.4.
|
|
76
|
-
{file = "charset_normalizer-3.4.
|
|
77
|
-
{file = "charset_normalizer-3.4.
|
|
78
|
-
{file = "charset_normalizer-3.4.
|
|
79
|
-
{file = "charset_normalizer-3.4.
|
|
80
|
-
{file = "charset_normalizer-3.4.
|
|
81
|
-
{file = "charset_normalizer-3.4.
|
|
82
|
-
{file = "charset_normalizer-3.4.
|
|
83
|
-
{file = "charset_normalizer-3.4.
|
|
84
|
-
{file = "charset_normalizer-3.4.
|
|
85
|
-
{file = "charset_normalizer-3.4.
|
|
86
|
-
{file = "charset_normalizer-3.4.
|
|
87
|
-
{file = "charset_normalizer-3.4.
|
|
88
|
-
{file = "charset_normalizer-3.4.
|
|
89
|
-
{file = "charset_normalizer-3.4.
|
|
90
|
-
{file = "charset_normalizer-3.4.
|
|
91
|
-
{file = "charset_normalizer-3.4.
|
|
92
|
-
{file = "charset_normalizer-3.4.
|
|
93
|
-
{file = "charset_normalizer-3.4.
|
|
94
|
-
{file = "charset_normalizer-3.4.
|
|
95
|
-
{file = "charset_normalizer-3.4.
|
|
96
|
-
{file = "charset_normalizer-3.4.
|
|
97
|
-
{file = "charset_normalizer-3.4.
|
|
98
|
-
{file = "charset_normalizer-3.4.
|
|
99
|
-
{file = "charset_normalizer-3.4.
|
|
100
|
-
{file = "charset_normalizer-3.4.
|
|
101
|
-
{file = "charset_normalizer-3.4.
|
|
102
|
-
{file = "charset_normalizer-3.4.
|
|
103
|
-
{file = "charset_normalizer-3.4.
|
|
104
|
-
{file = "charset_normalizer-3.4.
|
|
105
|
-
{file = "charset_normalizer-3.4.
|
|
106
|
-
{file = "charset_normalizer-3.4.
|
|
107
|
-
{file = "charset_normalizer-3.4.
|
|
108
|
-
{file = "charset_normalizer-3.4.
|
|
109
|
-
{file = "charset_normalizer-3.4.
|
|
110
|
-
{file = "charset_normalizer-3.4.
|
|
111
|
-
{file = "charset_normalizer-3.4.
|
|
112
|
-
{file = "charset_normalizer-3.4.
|
|
113
|
-
{file = "charset_normalizer-3.4.
|
|
114
|
-
{file = "charset_normalizer-3.4.
|
|
115
|
-
{file = "charset_normalizer-3.4.
|
|
116
|
-
{file = "charset_normalizer-3.4.
|
|
117
|
-
{file = "charset_normalizer-3.4.
|
|
118
|
-
{file = "charset_normalizer-3.4.
|
|
119
|
-
{file = "charset_normalizer-3.4.
|
|
120
|
-
{file = "charset_normalizer-3.4.
|
|
121
|
-
{file = "charset_normalizer-3.4.
|
|
122
|
-
{file = "charset_normalizer-3.4.
|
|
123
|
-
{file = "charset_normalizer-3.4.
|
|
124
|
-
{file = "charset_normalizer-3.4.
|
|
125
|
-
{file = "charset_normalizer-3.4.
|
|
126
|
-
{file = "charset_normalizer-3.4.
|
|
127
|
-
{file = "charset_normalizer-3.4.
|
|
128
|
-
{file = "charset_normalizer-3.4.
|
|
129
|
-
{file = "charset_normalizer-3.4.
|
|
130
|
-
{file = "charset_normalizer-3.4.
|
|
131
|
-
{file = "charset_normalizer-3.4.
|
|
132
|
-
{file = "charset_normalizer-3.4.
|
|
133
|
-
{file = "charset_normalizer-3.4.
|
|
134
|
-
{file = "charset_normalizer-3.4.
|
|
135
|
-
{file = "charset_normalizer-3.4.
|
|
136
|
-
{file = "charset_normalizer-3.4.
|
|
137
|
-
{file = "charset_normalizer-3.4.
|
|
138
|
-
{file = "charset_normalizer-3.4.
|
|
139
|
-
{file = "charset_normalizer-3.4.
|
|
140
|
-
{file = "charset_normalizer-3.4.
|
|
141
|
-
{file = "charset_normalizer-3.4.
|
|
142
|
-
{file = "charset_normalizer-3.4.
|
|
143
|
-
{file = "charset_normalizer-3.4.
|
|
144
|
-
{file = "charset_normalizer-3.4.
|
|
145
|
-
{file = "charset_normalizer-3.4.
|
|
146
|
-
{file = "charset_normalizer-3.4.
|
|
147
|
-
{file = "charset_normalizer-3.4.
|
|
49
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e824f1492727fa856dd6eda4f7cee25f8518a12f3c4a56a74e8095695089cf6d"},
|
|
50
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4bd5d4137d500351a30687c2d3971758aac9a19208fc110ccb9d7188fbe709e8"},
|
|
51
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad"},
|
|
52
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f820802628d2694cb7e56db99213f930856014862f3fd943d290ea8438d07ca8"},
|
|
53
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:798d75d81754988d2565bff1b97ba5a44411867c0cf32b77a7e8f8d84796b10d"},
|
|
54
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d1bb833febdff5c8927f922386db610b49db6e0d4f4ee29601d71e7c2694313"},
|
|
55
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9cd98cdc06614a2f768d2b7286d66805f94c48cde050acdbbb7db2600ab3197e"},
|
|
56
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93"},
|
|
57
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:244bfb999c71b35de57821b8ea746b24e863398194a4014e4c76adc2bbdfeff0"},
|
|
58
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:64b55f9dce520635f018f907ff1b0df1fdc31f2795a922fb49dd14fbcdf48c84"},
|
|
59
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e"},
|
|
60
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6515f3182dbe4ea06ced2d9e8666d97b46ef4c75e326b79bb624110f122551db"},
|
|
61
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc00f04ed596e9dc0da42ed17ac5e596c6ccba999ba6bd92b0e0aef2f170f2d6"},
|
|
62
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-win32.whl", hash = "sha256:f34be2938726fc13801220747472850852fe6b1ea75869a048d6f896838c896f"},
|
|
63
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:a61900df84c667873b292c3de315a786dd8dac506704dea57bc957bd31e22c7d"},
|
|
64
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-win_arm64.whl", hash = "sha256:cead0978fc57397645f12578bfd2d5ea9138ea0fac82b2f63f7f7c6877986a69"},
|
|
65
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e1fcf0720908f200cd21aa4e6750a48ff6ce4afe7ff5a79a90d5ed8a08296f8"},
|
|
66
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f819d5fe9234f9f82d75bdfa9aef3a3d72c4d24a6e57aeaebba32a704553aa0"},
|
|
67
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a59cb51917aa591b1c4e6a43c132f0cdc3c76dbad6155df4e28ee626cc77a0a3"},
|
|
68
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ef3c867360f88ac904fd3f5e1f902f13307af9052646963ee08ff4f131adafc"},
|
|
69
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d9e45d7faa48ee908174d8fe84854479ef838fc6a705c9315372eacbc2f02897"},
|
|
70
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:840c25fb618a231545cbab0564a799f101b63b9901f2569faecd6b222ac72381"},
|
|
71
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ca5862d5b3928c4940729dacc329aa9102900382fea192fc5e52eb69d6093815"},
|
|
72
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9c7f57c3d666a53421049053eaacdd14bbd0a528e2186fcb2e672effd053bb0"},
|
|
73
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:277e970e750505ed74c832b4bf75dac7476262ee2a013f5574dd49075879e161"},
|
|
74
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:31fd66405eaf47bb62e8cd575dc621c56c668f27d46a61d975a249930dd5e2a4"},
|
|
75
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0d3d8f15c07f86e9ff82319b3d9ef6f4bf907608f53fe9d92b28ea9ae3d1fd89"},
|
|
76
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f7fcd74d410a36883701fafa2482a6af2ff5ba96b9a620e9e0721e28ead5569"},
|
|
77
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ebf3e58c7ec8a8bed6d66a75d7fb37b55e5015b03ceae72a8e7c74495551e224"},
|
|
78
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-win32.whl", hash = "sha256:eecbc200c7fd5ddb9a7f16c7decb07b566c29fa2161a16cf67b8d068bd21690a"},
|
|
79
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:5ae497466c7901d54b639cf42d5b8c1b6a4fead55215500d2f486d34db48d016"},
|
|
80
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:65e2befcd84bc6f37095f5961e68a6f077bf44946771354a28ad434c2cce0ae1"},
|
|
81
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394"},
|
|
82
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25"},
|
|
83
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef"},
|
|
84
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d"},
|
|
85
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8"},
|
|
86
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11d694519d7f29d6cd09f6ac70028dba10f92f6cdd059096db198c283794ac86"},
|
|
87
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a"},
|
|
88
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f"},
|
|
89
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc"},
|
|
90
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf"},
|
|
91
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15"},
|
|
92
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9"},
|
|
93
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0"},
|
|
94
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26"},
|
|
95
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525"},
|
|
96
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3"},
|
|
97
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794"},
|
|
98
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed"},
|
|
99
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72"},
|
|
100
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328"},
|
|
101
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede"},
|
|
102
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8a8b89589086a25749f471e6a900d3f662d1d3b6e2e59dcecf787b1cc3a1894"},
|
|
103
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1"},
|
|
104
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490"},
|
|
105
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44"},
|
|
106
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133"},
|
|
107
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3"},
|
|
108
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e"},
|
|
109
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc"},
|
|
110
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac"},
|
|
111
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14"},
|
|
112
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2"},
|
|
113
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd"},
|
|
114
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb"},
|
|
115
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e"},
|
|
116
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14"},
|
|
117
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191"},
|
|
118
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838"},
|
|
119
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6"},
|
|
120
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e"},
|
|
121
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c"},
|
|
122
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090"},
|
|
123
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152"},
|
|
124
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828"},
|
|
125
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec"},
|
|
126
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9"},
|
|
127
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c"},
|
|
128
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2"},
|
|
129
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ce8a0633f41a967713a59c4139d29110c07e826d131a316b50ce11b1d79b4f84"},
|
|
130
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaabd426fe94daf8fd157c32e571c85cb12e66692f15516a83a03264b08d06c3"},
|
|
131
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c4ef880e27901b6cc782f1b95f82da9313c0eb95c3af699103088fa0ac3ce9ac"},
|
|
132
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2aaba3b0819274cc41757a1da876f810a3e4d7b6eb25699253a4effef9e8e4af"},
|
|
133
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:778d2e08eda00f4256d7f672ca9fef386071c9202f5e4607920b86d7803387f2"},
|
|
134
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f155a433c2ec037d4e8df17d18922c3a0d9b3232a396690f17175d2946f0218d"},
|
|
135
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a8bf8d0f749c5757af2142fe7903a9df1d2e8aa3841559b2bad34b08d0e2bcf3"},
|
|
136
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:194f08cbb32dc406d6e1aea671a68be0823673db2832b38405deba2fb0d88f63"},
|
|
137
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:6aee717dcfead04c6eb1ce3bd29ac1e22663cdea57f943c87d1eab9a025438d7"},
|
|
138
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:cd4b7ca9984e5e7985c12bc60a6f173f3c958eae74f3ef6624bb6b26e2abbae4"},
|
|
139
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_riscv64.whl", hash = "sha256:b7cf1017d601aa35e6bb650b6ad28652c9cd78ee6caff19f3c28d03e1c80acbf"},
|
|
140
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:e912091979546adf63357d7e2ccff9b44f026c075aeaf25a52d0e95ad2281074"},
|
|
141
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:5cb4d72eea50c8868f5288b7f7f33ed276118325c1dfd3957089f6b519e1382a"},
|
|
142
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-win32.whl", hash = "sha256:837c2ce8c5a65a2035be9b3569c684358dfbf109fd3b6969630a87535495ceaa"},
|
|
143
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:44c2a8734b333e0578090c4cd6b16f275e07aa6614ca8715e6c038e865e70576"},
|
|
144
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a9768c477b9d7bd54bc0c86dbaebdec6f03306675526c9927c0e8a04e8f94af9"},
|
|
145
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bee1e43c28aa63cb16e5c14e582580546b08e535299b8b6158a7c9c768a1f3d"},
|
|
146
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608"},
|
|
147
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0f04b14ffe5fdc8c4933862d8306109a2c51e0704acfa35d51598eb45a1e89fc"},
|
|
148
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:cd09d08005f958f370f539f186d10aec3377d55b9eeb0d796025d4886119d76e"},
|
|
149
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4fe7859a4e3e8457458e2ff592f15ccb02f3da787fcd31e0183879c3ad4692a1"},
|
|
150
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fa09f53c465e532f4d3db095e0c55b615f010ad81803d383195b6b5ca6cbf5f3"},
|
|
151
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7fa17817dc5625de8a027cb8b26d9fefa3ea28c8253929b8d6649e705d2835b6"},
|
|
152
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5947809c8a2417be3267efc979c47d76a079758166f7d43ef5ae8e9f92751f88"},
|
|
153
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:4902828217069c3c5c71094537a8e623f5d097858ac6ca8252f7b4d10b7560f1"},
|
|
154
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:7c308f7e26e4363d79df40ca5b2be1c6ba9f02bdbccfed5abddb7859a6ce72cf"},
|
|
155
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:2c9d3c380143a1fedbff95a312aa798578371eb29da42106a29019368a475318"},
|
|
156
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:cb01158d8b88ee68f15949894ccc6712278243d95f344770fa7593fa2d94410c"},
|
|
157
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-win32.whl", hash = "sha256:2677acec1a2f8ef614c6888b5b4ae4060cc184174a938ed4e8ef690e15d3e505"},
|
|
158
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:f8e160feb2aed042cd657a72acc0b481212ed28b1b9a95c0cee1621b524e1966"},
|
|
159
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-win_arm64.whl", hash = "sha256:b5d84d37db046c5ca74ee7bb47dd6cbc13f80665fdde3e8040bdd3fb015ecb50"},
|
|
160
|
+
{file = "charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f"},
|
|
161
|
+
{file = "charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"},
|
|
148
162
|
]
|
|
149
163
|
|
|
150
164
|
[[package]]
|
|
@@ -153,8 +167,6 @@ version = "0.4.6"
|
|
|
153
167
|
description = "Cross-platform colored terminal text."
|
|
154
168
|
optional = false
|
|
155
169
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
|
156
|
-
groups = ["dev"]
|
|
157
|
-
markers = "sys_platform == \"win32\""
|
|
158
170
|
files = [
|
|
159
171
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
160
172
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
@@ -162,14 +174,13 @@ files = [
|
|
|
162
174
|
|
|
163
175
|
[[package]]
|
|
164
176
|
name = "fastapi"
|
|
165
|
-
version = "0.115.
|
|
177
|
+
version = "0.115.14"
|
|
166
178
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
167
179
|
optional = false
|
|
168
180
|
python-versions = ">=3.8"
|
|
169
|
-
groups = ["main"]
|
|
170
181
|
files = [
|
|
171
|
-
{file = "fastapi-0.115.
|
|
172
|
-
{file = "fastapi-0.115.
|
|
182
|
+
{file = "fastapi-0.115.14-py3-none-any.whl", hash = "sha256:6c0c8bf9420bd58f565e585036d971872472b4f7d3f6c73b698e10cffdefb3ca"},
|
|
183
|
+
{file = "fastapi-0.115.14.tar.gz", hash = "sha256:b1de15cdc1c499a4da47914db35d0e4ef8f1ce62b624e94e0e5824421df99739"},
|
|
173
184
|
]
|
|
174
185
|
|
|
175
186
|
[package.dependencies]
|
|
@@ -183,14 +194,13 @@ standard = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.5)", "htt
|
|
|
183
194
|
|
|
184
195
|
[[package]]
|
|
185
196
|
name = "idna"
|
|
186
|
-
version = "3.
|
|
197
|
+
version = "3.11"
|
|
187
198
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
188
199
|
optional = false
|
|
189
|
-
python-versions = ">=3.
|
|
190
|
-
groups = ["main"]
|
|
200
|
+
python-versions = ">=3.8"
|
|
191
201
|
files = [
|
|
192
|
-
{file = "idna-3.
|
|
193
|
-
{file = "idna-3.
|
|
202
|
+
{file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"},
|
|
203
|
+
{file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"},
|
|
194
204
|
]
|
|
195
205
|
|
|
196
206
|
[package.extras]
|
|
@@ -198,201 +208,216 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2
|
|
|
198
208
|
|
|
199
209
|
[[package]]
|
|
200
210
|
name = "iniconfig"
|
|
201
|
-
version = "2.
|
|
211
|
+
version = "2.3.0"
|
|
202
212
|
description = "brain-dead simple config-ini parsing"
|
|
203
213
|
optional = false
|
|
204
|
-
python-versions = ">=3.
|
|
205
|
-
groups = ["dev"]
|
|
214
|
+
python-versions = ">=3.10"
|
|
206
215
|
files = [
|
|
207
|
-
{file = "iniconfig-2.
|
|
208
|
-
{file = "iniconfig-2.
|
|
216
|
+
{file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"},
|
|
217
|
+
{file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"},
|
|
209
218
|
]
|
|
210
219
|
|
|
211
220
|
[[package]]
|
|
212
221
|
name = "mypy-boto3-secretsmanager"
|
|
213
|
-
version = "1.
|
|
214
|
-
description = "Type annotations for boto3 SecretsManager 1.
|
|
222
|
+
version = "1.42.8"
|
|
223
|
+
description = "Type annotations for boto3 SecretsManager 1.42.8 service generated with mypy-boto3-builder 8.12.0"
|
|
215
224
|
optional = false
|
|
216
|
-
python-versions = ">=3.
|
|
217
|
-
groups = ["dev"]
|
|
225
|
+
python-versions = ">=3.9"
|
|
218
226
|
files = [
|
|
219
|
-
{file = "mypy_boto3_secretsmanager-1.
|
|
220
|
-
{file = "mypy_boto3_secretsmanager-1.
|
|
227
|
+
{file = "mypy_boto3_secretsmanager-1.42.8-py3-none-any.whl", hash = "sha256:50c891a88e725a8dba7444018e47590ea63d8e938abe2b1c0b25e5413f39d51d"},
|
|
228
|
+
{file = "mypy_boto3_secretsmanager-1.42.8.tar.gz", hash = "sha256:5ab42f35ce932765ebb1684146f478a87cc4b83bef950fd1aa0e268b88d59c81"},
|
|
221
229
|
]
|
|
222
230
|
|
|
223
231
|
[[package]]
|
|
224
232
|
name = "mypy-boto3-ssm"
|
|
225
|
-
version = "1.
|
|
226
|
-
description = "Type annotations for boto3 SSM 1.
|
|
233
|
+
version = "1.42.3"
|
|
234
|
+
description = "Type annotations for boto3 SSM 1.42.3 service generated with mypy-boto3-builder 8.12.0"
|
|
227
235
|
optional = false
|
|
228
|
-
python-versions = ">=3.
|
|
229
|
-
groups = ["dev"]
|
|
236
|
+
python-versions = ">=3.9"
|
|
230
237
|
files = [
|
|
231
|
-
{file = "mypy_boto3_ssm-1.
|
|
232
|
-
{file = "mypy_boto3_ssm-1.
|
|
238
|
+
{file = "mypy_boto3_ssm-1.42.3-py3-none-any.whl", hash = "sha256:23b9fa94a832ec4ebe498e0d90fc508581bea80b5a6fed9c8aba441db01cc260"},
|
|
239
|
+
{file = "mypy_boto3_ssm-1.42.3.tar.gz", hash = "sha256:d8831e8f4f2946616ea461b75d985c8498f0050ca7a5c3c2e8b4c3df02a99237"},
|
|
233
240
|
]
|
|
234
241
|
|
|
235
242
|
[[package]]
|
|
236
243
|
name = "packaging"
|
|
237
|
-
version = "
|
|
244
|
+
version = "26.0"
|
|
238
245
|
description = "Core utilities for Python packages"
|
|
239
246
|
optional = false
|
|
240
247
|
python-versions = ">=3.8"
|
|
241
|
-
groups = ["dev"]
|
|
242
248
|
files = [
|
|
243
|
-
{file = "packaging-
|
|
244
|
-
{file = "packaging-
|
|
249
|
+
{file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"},
|
|
250
|
+
{file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"},
|
|
245
251
|
]
|
|
246
252
|
|
|
247
253
|
[[package]]
|
|
248
254
|
name = "pluggy"
|
|
249
|
-
version = "1.
|
|
255
|
+
version = "1.6.0"
|
|
250
256
|
description = "plugin and hook calling mechanisms for python"
|
|
251
257
|
optional = false
|
|
252
|
-
python-versions = ">=3.
|
|
253
|
-
groups = ["dev"]
|
|
258
|
+
python-versions = ">=3.9"
|
|
254
259
|
files = [
|
|
255
|
-
{file = "pluggy-1.
|
|
256
|
-
{file = "pluggy-1.
|
|
260
|
+
{file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"},
|
|
261
|
+
{file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"},
|
|
257
262
|
]
|
|
258
263
|
|
|
259
264
|
[package.extras]
|
|
260
265
|
dev = ["pre-commit", "tox"]
|
|
261
|
-
testing = ["pytest", "pytest-benchmark"]
|
|
266
|
+
testing = ["coverage", "pytest", "pytest-benchmark"]
|
|
262
267
|
|
|
263
268
|
[[package]]
|
|
264
269
|
name = "pydantic"
|
|
265
|
-
version = "2.
|
|
270
|
+
version = "2.12.5"
|
|
266
271
|
description = "Data validation using Python type hints"
|
|
267
272
|
optional = false
|
|
268
273
|
python-versions = ">=3.9"
|
|
269
|
-
groups = ["main"]
|
|
270
274
|
files = [
|
|
271
|
-
{file = "pydantic-2.
|
|
272
|
-
{file = "pydantic-2.
|
|
275
|
+
{file = "pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d"},
|
|
276
|
+
{file = "pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49"},
|
|
273
277
|
]
|
|
274
278
|
|
|
275
279
|
[package.dependencies]
|
|
276
280
|
annotated-types = ">=0.6.0"
|
|
277
|
-
pydantic-core = "2.
|
|
278
|
-
typing-extensions = ">=4.
|
|
279
|
-
typing-inspection = ">=0.4.
|
|
281
|
+
pydantic-core = "2.41.5"
|
|
282
|
+
typing-extensions = ">=4.14.1"
|
|
283
|
+
typing-inspection = ">=0.4.2"
|
|
280
284
|
|
|
281
285
|
[package.extras]
|
|
282
286
|
email = ["email-validator (>=2.0.0)"]
|
|
283
|
-
timezone = ["tzdata
|
|
287
|
+
timezone = ["tzdata"]
|
|
284
288
|
|
|
285
289
|
[[package]]
|
|
286
290
|
name = "pydantic-core"
|
|
287
|
-
version = "2.
|
|
291
|
+
version = "2.41.5"
|
|
288
292
|
description = "Core functionality for Pydantic validation and serialization"
|
|
289
293
|
optional = false
|
|
290
294
|
python-versions = ">=3.9"
|
|
291
|
-
groups = ["main"]
|
|
292
295
|
files = [
|
|
293
|
-
{file = "pydantic_core-2.
|
|
294
|
-
{file = "pydantic_core-2.
|
|
295
|
-
{file = "pydantic_core-2.
|
|
296
|
-
{file = "pydantic_core-2.
|
|
297
|
-
{file = "pydantic_core-2.
|
|
298
|
-
{file = "pydantic_core-2.
|
|
299
|
-
{file = "pydantic_core-2.
|
|
300
|
-
{file = "pydantic_core-2.
|
|
301
|
-
{file = "pydantic_core-2.
|
|
302
|
-
{file = "pydantic_core-2.
|
|
303
|
-
{file = "pydantic_core-2.
|
|
304
|
-
{file = "pydantic_core-2.
|
|
305
|
-
{file = "pydantic_core-2.
|
|
306
|
-
{file = "pydantic_core-2.
|
|
307
|
-
{file = "pydantic_core-2.
|
|
308
|
-
{file = "pydantic_core-2.
|
|
309
|
-
{file = "pydantic_core-2.
|
|
310
|
-
{file = "pydantic_core-2.
|
|
311
|
-
{file = "pydantic_core-2.
|
|
312
|
-
{file = "pydantic_core-2.
|
|
313
|
-
{file = "pydantic_core-2.
|
|
314
|
-
{file = "pydantic_core-2.
|
|
315
|
-
{file = "pydantic_core-2.
|
|
316
|
-
{file = "pydantic_core-2.
|
|
317
|
-
{file = "pydantic_core-2.
|
|
318
|
-
{file = "pydantic_core-2.
|
|
319
|
-
{file = "pydantic_core-2.
|
|
320
|
-
{file = "pydantic_core-2.
|
|
321
|
-
{file = "pydantic_core-2.
|
|
322
|
-
{file = "pydantic_core-2.
|
|
323
|
-
{file = "pydantic_core-2.
|
|
324
|
-
{file = "pydantic_core-2.
|
|
325
|
-
{file = "pydantic_core-2.
|
|
326
|
-
{file = "pydantic_core-2.
|
|
327
|
-
{file = "pydantic_core-2.
|
|
328
|
-
{file = "pydantic_core-2.
|
|
329
|
-
{file = "pydantic_core-2.
|
|
330
|
-
{file = "pydantic_core-2.
|
|
331
|
-
{file = "pydantic_core-2.
|
|
332
|
-
{file = "pydantic_core-2.
|
|
333
|
-
{file = "pydantic_core-2.
|
|
334
|
-
{file = "pydantic_core-2.
|
|
335
|
-
{file = "pydantic_core-2.
|
|
336
|
-
{file = "pydantic_core-2.
|
|
337
|
-
{file = "pydantic_core-2.
|
|
338
|
-
{file = "pydantic_core-2.
|
|
339
|
-
{file = "pydantic_core-2.
|
|
340
|
-
{file = "pydantic_core-2.
|
|
341
|
-
{file = "pydantic_core-2.
|
|
342
|
-
{file = "pydantic_core-2.
|
|
343
|
-
{file = "pydantic_core-2.
|
|
344
|
-
{file = "pydantic_core-2.
|
|
345
|
-
{file = "pydantic_core-2.
|
|
346
|
-
{file = "pydantic_core-2.
|
|
347
|
-
{file = "pydantic_core-2.
|
|
348
|
-
{file = "pydantic_core-2.
|
|
349
|
-
{file = "pydantic_core-2.
|
|
350
|
-
{file = "pydantic_core-2.
|
|
351
|
-
{file = "pydantic_core-2.
|
|
352
|
-
{file = "pydantic_core-2.
|
|
353
|
-
{file = "pydantic_core-2.
|
|
354
|
-
{file = "pydantic_core-2.
|
|
355
|
-
{file = "pydantic_core-2.
|
|
356
|
-
{file = "pydantic_core-2.
|
|
357
|
-
{file = "pydantic_core-2.
|
|
358
|
-
{file = "pydantic_core-2.
|
|
359
|
-
{file = "pydantic_core-2.
|
|
360
|
-
{file = "pydantic_core-2.
|
|
361
|
-
{file = "pydantic_core-2.
|
|
362
|
-
{file = "pydantic_core-2.
|
|
363
|
-
{file = "pydantic_core-2.
|
|
364
|
-
{file = "pydantic_core-2.
|
|
365
|
-
{file = "pydantic_core-2.
|
|
366
|
-
{file = "pydantic_core-2.
|
|
367
|
-
{file = "pydantic_core-2.
|
|
368
|
-
{file = "pydantic_core-2.
|
|
369
|
-
{file = "pydantic_core-2.
|
|
370
|
-
{file = "pydantic_core-2.
|
|
371
|
-
{file = "pydantic_core-2.
|
|
372
|
-
{file = "pydantic_core-2.
|
|
373
|
-
{file = "pydantic_core-2.
|
|
374
|
-
{file = "pydantic_core-2.
|
|
375
|
-
{file = "pydantic_core-2.
|
|
376
|
-
{file = "pydantic_core-2.
|
|
377
|
-
{file = "pydantic_core-2.
|
|
378
|
-
{file = "pydantic_core-2.
|
|
379
|
-
{file = "pydantic_core-2.
|
|
380
|
-
{file = "pydantic_core-2.
|
|
381
|
-
{file = "pydantic_core-2.
|
|
382
|
-
{file = "pydantic_core-2.
|
|
383
|
-
{file = "pydantic_core-2.
|
|
384
|
-
{file = "pydantic_core-2.
|
|
385
|
-
{file = "pydantic_core-2.
|
|
386
|
-
{file = "pydantic_core-2.
|
|
387
|
-
{file = "pydantic_core-2.
|
|
388
|
-
{file = "pydantic_core-2.
|
|
389
|
-
{file = "pydantic_core-2.
|
|
390
|
-
{file = "pydantic_core-2.
|
|
391
|
-
{file = "pydantic_core-2.
|
|
296
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:77b63866ca88d804225eaa4af3e664c5faf3568cea95360d21f4725ab6e07146"},
|
|
297
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:dfa8a0c812ac681395907e71e1274819dec685fec28273a28905df579ef137e2"},
|
|
298
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5921a4d3ca3aee735d9fd163808f5e8dd6c6972101e4adbda9a4667908849b97"},
|
|
299
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e25c479382d26a2a41b7ebea1043564a937db462816ea07afa8a44c0866d52f9"},
|
|
300
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f547144f2966e1e16ae626d8ce72b4cfa0caedc7fa28052001c94fb2fcaa1c52"},
|
|
301
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6f52298fbd394f9ed112d56f3d11aabd0d5bd27beb3084cc3d8ad069483b8941"},
|
|
302
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:100baa204bb412b74fe285fb0f3a385256dad1d1879f0a5cb1499ed2e83d132a"},
|
|
303
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:05a2c8852530ad2812cb7914dc61a1125dc4e06252ee98e5638a12da6cc6fb6c"},
|
|
304
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:29452c56df2ed968d18d7e21f4ab0ac55e71dc59524872f6fc57dcf4a3249ed2"},
|
|
305
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:d5160812ea7a8a2ffbe233d8da666880cad0cbaf5d4de74ae15c313213d62556"},
|
|
306
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:df3959765b553b9440adfd3c795617c352154e497a4eaf3752555cfb5da8fc49"},
|
|
307
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-win32.whl", hash = "sha256:1f8d33a7f4d5a7889e60dc39856d76d09333d8a6ed0f5f1190635cbec70ec4ba"},
|
|
308
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-win_amd64.whl", hash = "sha256:62de39db01b8d593e45871af2af9e497295db8d73b085f6bfd0b18c83c70a8f9"},
|
|
309
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:a3a52f6156e73e7ccb0f8cced536adccb7042be67cb45f9562e12b319c119da6"},
|
|
310
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7f3bf998340c6d4b0c9a2f02d6a400e51f123b59565d74dc60d252ce888c260b"},
|
|
311
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:378bec5c66998815d224c9ca994f1e14c0c21cb95d2f52b6021cc0b2a58f2a5a"},
|
|
312
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e7b576130c69225432866fe2f4a469a85a54ade141d96fd396dffcf607b558f8"},
|
|
313
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6cb58b9c66f7e4179a2d5e0f849c48eff5c1fca560994d6eb6543abf955a149e"},
|
|
314
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:88942d3a3dff3afc8288c21e565e476fc278902ae4d6d134f1eeda118cc830b1"},
|
|
315
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f31d95a179f8d64d90f6831d71fa93290893a33148d890ba15de25642c5d075b"},
|
|
316
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c1df3d34aced70add6f867a8cf413e299177e0c22660cc767218373d0779487b"},
|
|
317
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4009935984bd36bd2c774e13f9a09563ce8de4abaa7226f5108262fa3e637284"},
|
|
318
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:34a64bc3441dc1213096a20fe27e8e128bd3ff89921706e83c0b1ac971276594"},
|
|
319
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c9e19dd6e28fdcaa5a1de679aec4141f691023916427ef9bae8584f9c2fb3b0e"},
|
|
320
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-win32.whl", hash = "sha256:2c010c6ded393148374c0f6f0bf89d206bf3217f201faa0635dcd56bd1520f6b"},
|
|
321
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-win_amd64.whl", hash = "sha256:76ee27c6e9c7f16f47db7a94157112a2f3a00e958bc626e2f4ee8bec5c328fbe"},
|
|
322
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-win_arm64.whl", hash = "sha256:4bc36bbc0b7584de96561184ad7f012478987882ebf9f9c389b23f432ea3d90f"},
|
|
323
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:f41a7489d32336dbf2199c8c0a215390a751c5b014c2c1c5366e817202e9cdf7"},
|
|
324
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:070259a8818988b9a84a449a2a7337c7f430a22acc0859c6b110aa7212a6d9c0"},
|
|
325
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e96cea19e34778f8d59fe40775a7a574d95816eb150850a85a7a4c8f4b94ac69"},
|
|
326
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed2e99c456e3fadd05c991f8f437ef902e00eedf34320ba2b0842bd1c3ca3a75"},
|
|
327
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:65840751b72fbfd82c3c640cff9284545342a4f1eb1586ad0636955b261b0b05"},
|
|
328
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e536c98a7626a98feb2d3eaf75944ef6f3dbee447e1f841eae16f2f0a72d8ddc"},
|
|
329
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eceb81a8d74f9267ef4081e246ffd6d129da5d87e37a77c9bde550cb04870c1c"},
|
|
330
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d38548150c39b74aeeb0ce8ee1d8e82696f4a4e16ddc6de7b1d8823f7de4b9b5"},
|
|
331
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c23e27686783f60290e36827f9c626e63154b82b116d7fe9adba1fda36da706c"},
|
|
332
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:482c982f814460eabe1d3bb0adfdc583387bd4691ef00b90575ca0d2b6fe2294"},
|
|
333
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:bfea2a5f0b4d8d43adf9d7b8bf019fb46fdd10a2e5cde477fbcb9d1fa08c68e1"},
|
|
334
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-win32.whl", hash = "sha256:b74557b16e390ec12dca509bce9264c3bbd128f8a2c376eaa68003d7f327276d"},
|
|
335
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-win_amd64.whl", hash = "sha256:1962293292865bca8e54702b08a4f26da73adc83dd1fcf26fbc875b35d81c815"},
|
|
336
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-win_arm64.whl", hash = "sha256:1746d4a3d9a794cacae06a5eaaccb4b8643a131d45fbc9af23e353dc0a5ba5c3"},
|
|
337
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:941103c9be18ac8daf7b7adca8228f8ed6bb7a1849020f643b3a14d15b1924d9"},
|
|
338
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:112e305c3314f40c93998e567879e887a3160bb8689ef3d2c04b6cc62c33ac34"},
|
|
339
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbaad15cb0c90aa221d43c00e77bb33c93e8d36e0bf74760cd00e732d10a6a0"},
|
|
340
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:03ca43e12fab6023fc79d28ca6b39b05f794ad08ec2feccc59a339b02f2b3d33"},
|
|
341
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc799088c08fa04e43144b164feb0c13f9a0bc40503f8df3e9fde58a3c0c101e"},
|
|
342
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:97aeba56665b4c3235a0e52b2c2f5ae9cd071b8a8310ad27bddb3f7fb30e9aa2"},
|
|
343
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:406bf18d345822d6c21366031003612b9c77b3e29ffdb0f612367352aab7d586"},
|
|
344
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b93590ae81f7010dbe380cdeab6f515902ebcbefe0b9327cc4804d74e93ae69d"},
|
|
345
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:01a3d0ab748ee531f4ea6c3e48ad9dac84ddba4b0d82291f87248f2f9de8d740"},
|
|
346
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:6561e94ba9dacc9c61bce40e2d6bdc3bfaa0259d3ff36ace3b1e6901936d2e3e"},
|
|
347
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:915c3d10f81bec3a74fbd4faebe8391013ba61e5a1a8d48c4455b923bdda7858"},
|
|
348
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36"},
|
|
349
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11"},
|
|
350
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd"},
|
|
351
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:3f37a19d7ebcdd20b96485056ba9e8b304e27d9904d233d7b1015db320e51f0a"},
|
|
352
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1d1d9764366c73f996edd17abb6d9d7649a7eb690006ab6adbda117717099b14"},
|
|
353
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e1c2af0fce638d5f1988b686f3b3ea8cd7de5f244ca147c777769e798a9cd1"},
|
|
354
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:506d766a8727beef16b7adaeb8ee6217c64fc813646b424d0804d67c16eddb66"},
|
|
355
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4819fa52133c9aa3c387b3328f25c1facc356491e6135b459f1de698ff64d869"},
|
|
356
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b761d210c9ea91feda40d25b4efe82a1707da2ef62901466a42492c028553a2"},
|
|
357
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22f0fb8c1c583a3b6f24df2470833b40207e907b90c928cc8d3594b76f874375"},
|
|
358
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2782c870e99878c634505236d81e5443092fba820f0373997ff75f90f68cd553"},
|
|
359
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:0177272f88ab8312479336e1d777f6b124537d47f2123f89cb37e0accea97f90"},
|
|
360
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:63510af5e38f8955b8ee5687740d6ebf7c2a0886d15a6d65c32814613681bc07"},
|
|
361
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e56ba91f47764cc14f1daacd723e3e82d1a89d783f0f5afe9c364b8bb491ccdb"},
|
|
362
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-win32.whl", hash = "sha256:aec5cf2fd867b4ff45b9959f8b20ea3993fc93e63c7363fe6851424c8a7e7c23"},
|
|
363
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-win_amd64.whl", hash = "sha256:8e7c86f27c585ef37c35e56a96363ab8de4e549a95512445b85c96d3e2f7c1bf"},
|
|
364
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-win_arm64.whl", hash = "sha256:e672ba74fbc2dc8eea59fb6d4aed6845e6905fc2a8afe93175d94a83ba2a01a0"},
|
|
365
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:8566def80554c3faa0e65ac30ab0932b9e3a5cd7f8323764303d468e5c37595a"},
|
|
366
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:b80aa5095cd3109962a298ce14110ae16b8c1aece8b72f9dafe81cf597ad80b3"},
|
|
367
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3006c3dd9ba34b0c094c544c6006cc79e87d8612999f1a5d43b769b89181f23c"},
|
|
368
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72f6c8b11857a856bcfa48c86f5368439f74453563f951e473514579d44aa612"},
|
|
369
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5cb1b2f9742240e4bb26b652a5aeb840aa4b417c7748b6f8387927bc6e45e40d"},
|
|
370
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd3d54f38609ff308209bd43acea66061494157703364ae40c951f83ba99a1a9"},
|
|
371
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ff4321e56e879ee8d2a879501c8e469414d948f4aba74a2d4593184eb326660"},
|
|
372
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0d2568a8c11bf8225044aa94409e21da0cb09dcdafe9ecd10250b2baad531a9"},
|
|
373
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:a39455728aabd58ceabb03c90e12f71fd30fa69615760a075b9fec596456ccc3"},
|
|
374
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:239edca560d05757817c13dc17c50766136d21f7cd0fac50295499ae24f90fdf"},
|
|
375
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2a5e06546e19f24c6a96a129142a75cee553cc018ffee48a460059b1185f4470"},
|
|
376
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-win32.whl", hash = "sha256:b4ececa40ac28afa90871c2cc2b9ffd2ff0bf749380fbdf57d165fd23da353aa"},
|
|
377
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-win_amd64.whl", hash = "sha256:80aa89cad80b32a912a65332f64a4450ed00966111b6615ca6816153d3585a8c"},
|
|
378
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-win_arm64.whl", hash = "sha256:35b44f37a3199f771c3eaa53051bc8a70cd7b54f333531c59e29fd4db5d15008"},
|
|
379
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:8bfeaf8735be79f225f3fefab7f941c712aaca36f1128c9d7e2352ee1aa87bdf"},
|
|
380
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:346285d28e4c8017da95144c7f3acd42740d637ff41946af5ce6e5e420502dd5"},
|
|
381
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a75dafbf87d6276ddc5b2bf6fae5254e3d0876b626eb24969a574fff9149ee5d"},
|
|
382
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7b93a4d08587e2b7e7882de461e82b6ed76d9026ce91ca7915e740ecc7855f60"},
|
|
383
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e8465ab91a4bd96d36dde3263f06caa6a8a6019e4113f24dc753d79a8b3a3f82"},
|
|
384
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:299e0a22e7ae2b85c1a57f104538b2656e8ab1873511fd718a1c1c6f149b77b5"},
|
|
385
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:707625ef0983fcfb461acfaf14de2067c5942c6bb0f3b4c99158bed6fedd3cf3"},
|
|
386
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f41eb9797986d6ebac5e8edff36d5cef9de40def462311b3eb3eeded1431e425"},
|
|
387
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0384e2e1021894b1ff5a786dbf94771e2986ebe2869533874d7e43bc79c6f504"},
|
|
388
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:f0cd744688278965817fd0839c4a4116add48d23890d468bc436f78beb28abf5"},
|
|
389
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:753e230374206729bf0a807954bcc6c150d3743928a73faffee51ac6557a03c3"},
|
|
390
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-win32.whl", hash = "sha256:873e0d5b4fb9b89ef7c2d2a963ea7d02879d9da0da8d9d4933dee8ee86a8b460"},
|
|
391
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-win_amd64.whl", hash = "sha256:e4f4a984405e91527a0d62649ee21138f8e3d0ef103be488c1dc11a80d7f184b"},
|
|
392
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-macosx_10_12_x86_64.whl", hash = "sha256:b96d5f26b05d03cc60f11a7761a5ded1741da411e7fe0909e27a5e6a0cb7b034"},
|
|
393
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-macosx_11_0_arm64.whl", hash = "sha256:634e8609e89ceecea15e2d61bc9ac3718caaaa71963717bf3c8f38bfde64242c"},
|
|
394
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:93e8740d7503eb008aa2df04d3b9735f845d43ae845e6dcd2be0b55a2da43cd2"},
|
|
395
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f15489ba13d61f670dcc96772e733aad1a6f9c429cc27574c6cdaed82d0146ad"},
|
|
396
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:7da7087d756b19037bc2c06edc6c170eeef3c3bafcb8f532ff17d64dc427adfd"},
|
|
397
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:aabf5777b5c8ca26f7824cb4a120a740c9588ed58df9b2d196ce92fba42ff8dc"},
|
|
398
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c007fe8a43d43b3969e8469004e9845944f1a80e6acd47c150856bb87f230c56"},
|
|
399
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76d0819de158cd855d1cbb8fcafdf6f5cf1eb8e470abe056d5d161106e38062b"},
|
|
400
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b5819cd790dbf0c5eb9f82c73c16b39a65dd6dd4d1439dcdea7816ec9adddab8"},
|
|
401
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:5a4e67afbc95fa5c34cf27d9089bca7fcab4e51e57278d710320a70b956d1b9a"},
|
|
402
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ece5c59f0ce7d001e017643d8d24da587ea1f74f6993467d85ae8a5ef9d4f42b"},
|
|
403
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:16f80f7abe3351f8ea6858914ddc8c77e02578544a0ebc15b4c2e1a0e813b0b2"},
|
|
404
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:33cb885e759a705b426baada1fe68cbb0a2e68e34c5d0d0289a364cf01709093"},
|
|
405
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:c8d8b4eb992936023be7dee581270af5c6e0697a8559895f527f5b7105ecd36a"},
|
|
406
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:242a206cd0318f95cd21bdacff3fcc3aab23e79bba5cac3db5a841c9ef9c6963"},
|
|
407
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:d3a978c4f57a597908b7e697229d996d77a6d3c94901e9edee593adada95ce1a"},
|
|
408
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b2379fa7ed44ddecb5bfe4e48577d752db9fc10be00a6b7446e9663ba143de26"},
|
|
409
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:266fb4cbf5e3cbd0b53669a6d1b039c45e3ce651fd5442eff4d07c2cc8d66808"},
|
|
410
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58133647260ea01e4d0500089a8c4f07bd7aa6ce109682b1426394988d8aaacc"},
|
|
411
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:287dad91cfb551c363dc62899a80e9e14da1f0e2b6ebde82c806612ca2a13ef1"},
|
|
412
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:03b77d184b9eb40240ae9fd676ca364ce1085f203e1b1256f8ab9984dca80a84"},
|
|
413
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:a668ce24de96165bb239160b3d854943128f4334822900534f2fe947930e5770"},
|
|
414
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f14f8f046c14563f8eb3f45f499cc658ab8d10072961e07225e507adb700e93f"},
|
|
415
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:56121965f7a4dc965bff783d70b907ddf3d57f6eba29b6d2e5dabfaf07799c51"},
|
|
416
|
+
{file = "pydantic_core-2.41.5.tar.gz", hash = "sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e"},
|
|
392
417
|
]
|
|
393
418
|
|
|
394
419
|
[package.dependencies]
|
|
395
|
-
typing-extensions = ">=4.
|
|
420
|
+
typing-extensions = ">=4.14.1"
|
|
396
421
|
|
|
397
422
|
[[package]]
|
|
398
423
|
name = "pytest"
|
|
@@ -400,7 +425,6 @@ version = "7.4.4"
|
|
|
400
425
|
description = "pytest: simple powerful testing with Python"
|
|
401
426
|
optional = false
|
|
402
427
|
python-versions = ">=3.7"
|
|
403
|
-
groups = ["dev"]
|
|
404
428
|
files = [
|
|
405
429
|
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
|
|
406
430
|
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
|
|
@@ -417,19 +441,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
|
|
|
417
441
|
|
|
418
442
|
[[package]]
|
|
419
443
|
name = "requests"
|
|
420
|
-
version = "2.32.
|
|
444
|
+
version = "2.32.5"
|
|
421
445
|
description = "Python HTTP for Humans."
|
|
422
446
|
optional = false
|
|
423
|
-
python-versions = ">=3.
|
|
424
|
-
groups = ["main"]
|
|
447
|
+
python-versions = ">=3.9"
|
|
425
448
|
files = [
|
|
426
|
-
{file = "requests-2.32.
|
|
427
|
-
{file = "requests-2.32.
|
|
449
|
+
{file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
|
|
450
|
+
{file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
|
|
428
451
|
]
|
|
429
452
|
|
|
430
453
|
[package.dependencies]
|
|
431
454
|
certifi = ">=2017.4.17"
|
|
432
|
-
|
|
455
|
+
charset_normalizer = ">=2,<4"
|
|
433
456
|
idna = ">=2.5,<4"
|
|
434
457
|
urllib3 = ">=1.21.1,<3"
|
|
435
458
|
|
|
@@ -437,25 +460,12 @@ urllib3 = ">=1.21.1,<3"
|
|
|
437
460
|
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
|
438
461
|
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
|
439
462
|
|
|
440
|
-
[[package]]
|
|
441
|
-
name = "sniffio"
|
|
442
|
-
version = "1.3.1"
|
|
443
|
-
description = "Sniff out which async library your code is running under"
|
|
444
|
-
optional = false
|
|
445
|
-
python-versions = ">=3.7"
|
|
446
|
-
groups = ["main"]
|
|
447
|
-
files = [
|
|
448
|
-
{file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
|
|
449
|
-
{file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
|
|
450
|
-
]
|
|
451
|
-
|
|
452
463
|
[[package]]
|
|
453
464
|
name = "starlette"
|
|
454
465
|
version = "0.46.2"
|
|
455
466
|
description = "The little ASGI library that shines."
|
|
456
467
|
optional = false
|
|
457
468
|
python-versions = ">=3.9"
|
|
458
|
-
groups = ["main"]
|
|
459
469
|
files = [
|
|
460
470
|
{file = "starlette-0.46.2-py3-none-any.whl", hash = "sha256:595633ce89f8ffa71a015caed34a5b2dc1c0cdb3f0f1fbd1e69339cf2abeec35"},
|
|
461
471
|
{file = "starlette-0.46.2.tar.gz", hash = "sha256:7f7361f34eed179294600af672f565727419830b54b7b084efe44bb82d2fccd5"},
|
|
@@ -469,26 +479,24 @@ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart
|
|
|
469
479
|
|
|
470
480
|
[[package]]
|
|
471
481
|
name = "typing-extensions"
|
|
472
|
-
version = "4.
|
|
482
|
+
version = "4.15.0"
|
|
473
483
|
description = "Backported and Experimental Type Hints for Python 3.9+"
|
|
474
484
|
optional = false
|
|
475
485
|
python-versions = ">=3.9"
|
|
476
|
-
groups = ["main"]
|
|
477
486
|
files = [
|
|
478
|
-
{file = "typing_extensions-4.
|
|
479
|
-
{file = "typing_extensions-4.
|
|
487
|
+
{file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
|
|
488
|
+
{file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
|
|
480
489
|
]
|
|
481
490
|
|
|
482
491
|
[[package]]
|
|
483
492
|
name = "typing-inspection"
|
|
484
|
-
version = "0.4.
|
|
493
|
+
version = "0.4.2"
|
|
485
494
|
description = "Runtime typing introspection tools"
|
|
486
495
|
optional = false
|
|
487
496
|
python-versions = ">=3.9"
|
|
488
|
-
groups = ["main"]
|
|
489
497
|
files = [
|
|
490
|
-
{file = "typing_inspection-0.4.
|
|
491
|
-
{file = "typing_inspection-0.4.
|
|
498
|
+
{file = "typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7"},
|
|
499
|
+
{file = "typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"},
|
|
492
500
|
]
|
|
493
501
|
|
|
494
502
|
[package.dependencies]
|
|
@@ -496,23 +504,22 @@ typing-extensions = ">=4.12.0"
|
|
|
496
504
|
|
|
497
505
|
[[package]]
|
|
498
506
|
name = "urllib3"
|
|
499
|
-
version = "2.
|
|
507
|
+
version = "2.6.3"
|
|
500
508
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
501
509
|
optional = false
|
|
502
510
|
python-versions = ">=3.9"
|
|
503
|
-
groups = ["main"]
|
|
504
511
|
files = [
|
|
505
|
-
{file = "urllib3-2.
|
|
506
|
-
{file = "urllib3-2.
|
|
512
|
+
{file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
|
|
513
|
+
{file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
|
|
507
514
|
]
|
|
508
515
|
|
|
509
516
|
[package.extras]
|
|
510
|
-
brotli = ["brotli (>=1.0
|
|
517
|
+
brotli = ["brotli (>=1.2.0)", "brotlicffi (>=1.2.0.0)"]
|
|
511
518
|
h2 = ["h2 (>=4,<5)"]
|
|
512
519
|
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
513
|
-
zstd = ["
|
|
520
|
+
zstd = ["backports-zstd (>=1.0.0)"]
|
|
514
521
|
|
|
515
522
|
[metadata]
|
|
516
|
-
lock-version = "2.
|
|
523
|
+
lock-version = "2.0"
|
|
517
524
|
python-versions = "^3.14, <3.15"
|
|
518
525
|
content-hash = "2c6cf768214845626e1452ff927f2c1de56d6b220e8168cebc36e1121cf4aead"
|