@orcabus/platform-cdk-constructs 1.0.8 → 1.1.1
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/build_python/Dockerfile +1 -1
- package/lambda/index.js +6 -6
- package/lambda/layers/fastapi_tools/poetry.lock +1292 -700
- package/lambda/layers/fastapi_tools/pyproject.toml +1 -1
- package/lambda/layers/fastapi_tools/uv.lock +3 -0
- package/lambda/layers/icav2_tools/poetry.lock +676 -658
- package/lambda/layers/icav2_tools/pyproject.toml +1 -1
- package/lambda/layers/mart_tools/poetry.lock +159 -143
- package/lambda/layers/mart_tools/pyproject.toml +1 -1
- package/lambda/layers/orcabus_api_tools/poetry.lock +302 -296
- package/lambda/layers/orcabus_api_tools/pyproject.toml +1 -1
- 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,15 +1,14 @@
|
|
|
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-doc"
|
|
5
|
-
version = "0.0.
|
|
5
|
+
version = "0.0.4"
|
|
6
6
|
description = "Document parameters, class attributes, return types, and variables inline, with Annotated."
|
|
7
7
|
optional = false
|
|
8
8
|
python-versions = ">=3.8"
|
|
9
|
-
groups = ["main"]
|
|
10
9
|
files = [
|
|
11
|
-
{file = "annotated_doc-0.0.
|
|
12
|
-
{file = "annotated_doc-0.0.
|
|
10
|
+
{file = "annotated_doc-0.0.4-py3-none-any.whl", hash = "sha256:571ac1dc6991c450b25a9c2d84a3705e2ae7a53467b5d111c24fa8baabbed320"},
|
|
11
|
+
{file = "annotated_doc-0.0.4.tar.gz", hash = "sha256:fbcda96e87e9c92ad167c2e53839e57503ecfda18804ea28102353485033faa4"},
|
|
13
12
|
]
|
|
14
13
|
|
|
15
14
|
[[package]]
|
|
@@ -18,7 +17,6 @@ version = "0.7.0"
|
|
|
18
17
|
description = "Reusable constraint types to use with typing.Annotated"
|
|
19
18
|
optional = false
|
|
20
19
|
python-versions = ">=3.8"
|
|
21
|
-
groups = ["main"]
|
|
22
20
|
files = [
|
|
23
21
|
{file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"},
|
|
24
22
|
{file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"},
|
|
@@ -26,38 +24,34 @@ files = [
|
|
|
26
24
|
|
|
27
25
|
[[package]]
|
|
28
26
|
name = "anyio"
|
|
29
|
-
version = "4.
|
|
27
|
+
version = "4.12.1"
|
|
30
28
|
description = "High-level concurrency and networking framework on top of asyncio or Trio"
|
|
31
29
|
optional = false
|
|
32
30
|
python-versions = ">=3.9"
|
|
33
|
-
groups = ["main"]
|
|
34
31
|
files = [
|
|
35
|
-
{file = "anyio-4.
|
|
36
|
-
{file = "anyio-4.
|
|
32
|
+
{file = "anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c"},
|
|
33
|
+
{file = "anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703"},
|
|
37
34
|
]
|
|
38
35
|
|
|
39
36
|
[package.dependencies]
|
|
40
37
|
idna = ">=2.8"
|
|
41
|
-
sniffio = ">=1.1"
|
|
42
|
-
typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""}
|
|
43
38
|
|
|
44
39
|
[package.extras]
|
|
45
|
-
trio = ["trio (>=0.31.0)"]
|
|
40
|
+
trio = ["trio (>=0.31.0)", "trio (>=0.32.0)"]
|
|
46
41
|
|
|
47
42
|
[[package]]
|
|
48
43
|
name = "beautifulsoup4"
|
|
49
|
-
version = "4.
|
|
44
|
+
version = "4.14.3"
|
|
50
45
|
description = "Screen-scraping library"
|
|
51
46
|
optional = false
|
|
52
47
|
python-versions = ">=3.7.0"
|
|
53
|
-
groups = ["main"]
|
|
54
48
|
files = [
|
|
55
|
-
{file = "beautifulsoup4-4.
|
|
56
|
-
{file = "beautifulsoup4-4.
|
|
49
|
+
{file = "beautifulsoup4-4.14.3-py3-none-any.whl", hash = "sha256:0918bfe44902e6ad8d57732ba310582e98da931428d231a5ecb9e7c703a735bb"},
|
|
50
|
+
{file = "beautifulsoup4-4.14.3.tar.gz", hash = "sha256:6292b1c5186d356bba669ef9f7f051757099565ad9ada5dd630bd9de5fa7fb86"},
|
|
57
51
|
]
|
|
58
52
|
|
|
59
53
|
[package.dependencies]
|
|
60
|
-
soupsieve = "
|
|
54
|
+
soupsieve = ">=1.6.1"
|
|
61
55
|
typing-extensions = ">=4.0.0"
|
|
62
56
|
|
|
63
57
|
[package.extras]
|
|
@@ -73,7 +67,6 @@ version = "0.4.4"
|
|
|
73
67
|
description = "Ultra-lightweight pure Python package to check if a file is binary or text."
|
|
74
68
|
optional = false
|
|
75
69
|
python-versions = "*"
|
|
76
|
-
groups = ["main"]
|
|
77
70
|
files = [
|
|
78
71
|
{file = "binaryornot-0.4.4-py2.py3-none-any.whl", hash = "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"},
|
|
79
72
|
{file = "binaryornot-0.4.4.tar.gz", hash = "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061"},
|
|
@@ -84,34 +77,32 @@ chardet = ">=3.0.2"
|
|
|
84
77
|
|
|
85
78
|
[[package]]
|
|
86
79
|
name = "boto3"
|
|
87
|
-
version = "1.
|
|
80
|
+
version = "1.42.35"
|
|
88
81
|
description = "The AWS SDK for Python"
|
|
89
82
|
optional = false
|
|
90
83
|
python-versions = ">=3.9"
|
|
91
|
-
groups = ["main"]
|
|
92
84
|
files = [
|
|
93
|
-
{file = "boto3-1.
|
|
94
|
-
{file = "boto3-1.
|
|
85
|
+
{file = "boto3-1.42.35-py3-none-any.whl", hash = "sha256:4251bbac90e4a190680439973d9e9ed851e50292c10cd063c8bf0c365410ffe1"},
|
|
86
|
+
{file = "boto3-1.42.35.tar.gz", hash = "sha256:edbfbfbadd419e65888166dd044786d4b731cf60abeb2301b73e775e154d7c5e"},
|
|
95
87
|
]
|
|
96
88
|
|
|
97
89
|
[package.dependencies]
|
|
98
|
-
botocore = ">=1.
|
|
90
|
+
botocore = ">=1.42.35,<1.43.0"
|
|
99
91
|
jmespath = ">=0.7.1,<2.0.0"
|
|
100
|
-
s3transfer = ">=0.
|
|
92
|
+
s3transfer = ">=0.16.0,<0.17.0"
|
|
101
93
|
|
|
102
94
|
[package.extras]
|
|
103
95
|
crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|
104
96
|
|
|
105
97
|
[[package]]
|
|
106
98
|
name = "botocore"
|
|
107
|
-
version = "1.
|
|
99
|
+
version = "1.42.35"
|
|
108
100
|
description = "Low-level, data-driven core of boto 3."
|
|
109
101
|
optional = false
|
|
110
102
|
python-versions = ">=3.9"
|
|
111
|
-
groups = ["main"]
|
|
112
103
|
files = [
|
|
113
|
-
{file = "botocore-1.
|
|
114
|
-
{file = "botocore-1.
|
|
104
|
+
{file = "botocore-1.42.35-py3-none-any.whl", hash = "sha256:b89f527987691abbd1374c4116cc2711471ce48e6da502db17e92b17b2af8d47"},
|
|
105
|
+
{file = "botocore-1.42.35.tar.gz", hash = "sha256:40a6e0f16afe9e5d42e956f0b6d909869793fadb21780e409063601fc3d094b8"},
|
|
115
106
|
]
|
|
116
107
|
|
|
117
108
|
[package.dependencies]
|
|
@@ -120,18 +111,17 @@ python-dateutil = ">=2.1,<3.0.0"
|
|
|
120
111
|
urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
|
|
121
112
|
|
|
122
113
|
[package.extras]
|
|
123
|
-
crt = ["awscrt (==0.
|
|
114
|
+
crt = ["awscrt (==0.29.2)"]
|
|
124
115
|
|
|
125
116
|
[[package]]
|
|
126
117
|
name = "cachecontrol"
|
|
127
|
-
version = "0.14.
|
|
118
|
+
version = "0.14.4"
|
|
128
119
|
description = "httplib2 caching for requests"
|
|
129
120
|
optional = false
|
|
130
|
-
python-versions = ">=3.
|
|
131
|
-
groups = ["main"]
|
|
121
|
+
python-versions = ">=3.10"
|
|
132
122
|
files = [
|
|
133
|
-
{file = "cachecontrol-0.14.
|
|
134
|
-
{file = "cachecontrol-0.14.
|
|
123
|
+
{file = "cachecontrol-0.14.4-py3-none-any.whl", hash = "sha256:b7ac014ff72ee199b5f8af1de29d60239954f223e948196fa3d84adaffc71d2b"},
|
|
124
|
+
{file = "cachecontrol-0.14.4.tar.gz", hash = "sha256:e6220afafa4c22a47dd0badb319f84475d79108100d04e26e8542ef7d3ab05a1"},
|
|
135
125
|
]
|
|
136
126
|
|
|
137
127
|
[package.dependencies]
|
|
@@ -140,20 +130,19 @@ msgpack = ">=0.5.2,<2.0.0"
|
|
|
140
130
|
requests = ">=2.16.0"
|
|
141
131
|
|
|
142
132
|
[package.extras]
|
|
143
|
-
dev = ["
|
|
133
|
+
dev = ["cachecontrol[filecache,redis]", "cheroot (>=11.1.2)", "cherrypy", "codespell", "furo", "mypy", "pytest", "pytest-cov", "ruff", "sphinx", "sphinx-copybutton", "types-redis", "types-requests"]
|
|
144
134
|
filecache = ["filelock (>=3.8.0)"]
|
|
145
135
|
redis = ["redis (>=2.10.5)"]
|
|
146
136
|
|
|
147
137
|
[[package]]
|
|
148
138
|
name = "certifi"
|
|
149
|
-
version = "
|
|
139
|
+
version = "2026.1.4"
|
|
150
140
|
description = "Python package for providing Mozilla's CA Bundle."
|
|
151
141
|
optional = false
|
|
152
142
|
python-versions = ">=3.7"
|
|
153
|
-
groups = ["main"]
|
|
154
143
|
files = [
|
|
155
|
-
{file = "certifi-
|
|
156
|
-
{file = "certifi-
|
|
144
|
+
{file = "certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c"},
|
|
145
|
+
{file = "certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120"},
|
|
157
146
|
]
|
|
158
147
|
|
|
159
148
|
[[package]]
|
|
@@ -162,7 +151,6 @@ version = "5.2.0"
|
|
|
162
151
|
description = "Universal encoding detector for Python 3"
|
|
163
152
|
optional = false
|
|
164
153
|
python-versions = ">=3.7"
|
|
165
|
-
groups = ["main"]
|
|
166
154
|
files = [
|
|
167
155
|
{file = "chardet-5.2.0-py3-none-any.whl", hash = "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"},
|
|
168
156
|
{file = "chardet-5.2.0.tar.gz", hash = "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"},
|
|
@@ -170,91 +158,124 @@ files = [
|
|
|
170
158
|
|
|
171
159
|
[[package]]
|
|
172
160
|
name = "charset-normalizer"
|
|
173
|
-
version = "3.4.
|
|
161
|
+
version = "3.4.4"
|
|
174
162
|
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
|
175
163
|
optional = false
|
|
176
164
|
python-versions = ">=3.7"
|
|
177
|
-
groups = ["main"]
|
|
178
165
|
files = [
|
|
179
|
-
{file = "charset_normalizer-3.4.
|
|
180
|
-
{file = "charset_normalizer-3.4.
|
|
181
|
-
{file = "charset_normalizer-3.4.
|
|
182
|
-
{file = "charset_normalizer-3.4.
|
|
183
|
-
{file = "charset_normalizer-3.4.
|
|
184
|
-
{file = "charset_normalizer-3.4.
|
|
185
|
-
{file = "charset_normalizer-3.4.
|
|
186
|
-
{file = "charset_normalizer-3.4.
|
|
187
|
-
{file = "charset_normalizer-3.4.
|
|
188
|
-
{file = "charset_normalizer-3.4.
|
|
189
|
-
{file = "charset_normalizer-3.4.
|
|
190
|
-
{file = "charset_normalizer-3.4.
|
|
191
|
-
{file = "charset_normalizer-3.4.
|
|
192
|
-
{file = "charset_normalizer-3.4.
|
|
193
|
-
{file = "charset_normalizer-3.4.
|
|
194
|
-
{file = "charset_normalizer-3.4.
|
|
195
|
-
{file = "charset_normalizer-3.4.
|
|
196
|
-
{file = "charset_normalizer-3.4.
|
|
197
|
-
{file = "charset_normalizer-3.4.
|
|
198
|
-
{file = "charset_normalizer-3.4.
|
|
199
|
-
{file = "charset_normalizer-3.4.
|
|
200
|
-
{file = "charset_normalizer-3.4.
|
|
201
|
-
{file = "charset_normalizer-3.4.
|
|
202
|
-
{file = "charset_normalizer-3.4.
|
|
203
|
-
{file = "charset_normalizer-3.4.
|
|
204
|
-
{file = "charset_normalizer-3.4.
|
|
205
|
-
{file = "charset_normalizer-3.4.
|
|
206
|
-
{file = "charset_normalizer-3.4.
|
|
207
|
-
{file = "charset_normalizer-3.4.
|
|
208
|
-
{file = "charset_normalizer-3.4.
|
|
209
|
-
{file = "charset_normalizer-3.4.
|
|
210
|
-
{file = "charset_normalizer-3.4.
|
|
211
|
-
{file = "charset_normalizer-3.4.
|
|
212
|
-
{file = "charset_normalizer-3.4.
|
|
213
|
-
{file = "charset_normalizer-3.4.
|
|
214
|
-
{file = "charset_normalizer-3.4.
|
|
215
|
-
{file = "charset_normalizer-3.4.
|
|
216
|
-
{file = "charset_normalizer-3.4.
|
|
217
|
-
{file = "charset_normalizer-3.4.
|
|
218
|
-
{file = "charset_normalizer-3.4.
|
|
219
|
-
{file = "charset_normalizer-3.4.
|
|
220
|
-
{file = "charset_normalizer-3.4.
|
|
221
|
-
{file = "charset_normalizer-3.4.
|
|
222
|
-
{file = "charset_normalizer-3.4.
|
|
223
|
-
{file = "charset_normalizer-3.4.
|
|
224
|
-
{file = "charset_normalizer-3.4.
|
|
225
|
-
{file = "charset_normalizer-3.4.
|
|
226
|
-
{file = "charset_normalizer-3.4.
|
|
227
|
-
{file = "charset_normalizer-3.4.
|
|
228
|
-
{file = "charset_normalizer-3.4.
|
|
229
|
-
{file = "charset_normalizer-3.4.
|
|
230
|
-
{file = "charset_normalizer-3.4.
|
|
231
|
-
{file = "charset_normalizer-3.4.
|
|
232
|
-
{file = "charset_normalizer-3.4.
|
|
233
|
-
{file = "charset_normalizer-3.4.
|
|
234
|
-
{file = "charset_normalizer-3.4.
|
|
235
|
-
{file = "charset_normalizer-3.4.
|
|
236
|
-
{file = "charset_normalizer-3.4.
|
|
237
|
-
{file = "charset_normalizer-3.4.
|
|
238
|
-
{file = "charset_normalizer-3.4.
|
|
239
|
-
{file = "charset_normalizer-3.4.
|
|
240
|
-
{file = "charset_normalizer-3.4.
|
|
241
|
-
{file = "charset_normalizer-3.4.
|
|
242
|
-
{file = "charset_normalizer-3.4.
|
|
243
|
-
{file = "charset_normalizer-3.4.
|
|
244
|
-
{file = "charset_normalizer-3.4.
|
|
245
|
-
{file = "charset_normalizer-3.4.
|
|
246
|
-
{file = "charset_normalizer-3.4.
|
|
247
|
-
{file = "charset_normalizer-3.4.
|
|
248
|
-
{file = "charset_normalizer-3.4.
|
|
249
|
-
{file = "charset_normalizer-3.4.
|
|
250
|
-
{file = "charset_normalizer-3.4.
|
|
251
|
-
{file = "charset_normalizer-3.4.
|
|
252
|
-
{file = "charset_normalizer-3.4.
|
|
253
|
-
{file = "charset_normalizer-3.4.
|
|
254
|
-
{file = "charset_normalizer-3.4.
|
|
255
|
-
{file = "charset_normalizer-3.4.
|
|
256
|
-
{file = "charset_normalizer-3.4.
|
|
257
|
-
{file = "charset_normalizer-3.4.
|
|
166
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e824f1492727fa856dd6eda4f7cee25f8518a12f3c4a56a74e8095695089cf6d"},
|
|
167
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4bd5d4137d500351a30687c2d3971758aac9a19208fc110ccb9d7188fbe709e8"},
|
|
168
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad"},
|
|
169
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f820802628d2694cb7e56db99213f930856014862f3fd943d290ea8438d07ca8"},
|
|
170
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:798d75d81754988d2565bff1b97ba5a44411867c0cf32b77a7e8f8d84796b10d"},
|
|
171
|
+
{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"},
|
|
172
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9cd98cdc06614a2f768d2b7286d66805f94c48cde050acdbbb7db2600ab3197e"},
|
|
173
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93"},
|
|
174
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:244bfb999c71b35de57821b8ea746b24e863398194a4014e4c76adc2bbdfeff0"},
|
|
175
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:64b55f9dce520635f018f907ff1b0df1fdc31f2795a922fb49dd14fbcdf48c84"},
|
|
176
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e"},
|
|
177
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6515f3182dbe4ea06ced2d9e8666d97b46ef4c75e326b79bb624110f122551db"},
|
|
178
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc00f04ed596e9dc0da42ed17ac5e596c6ccba999ba6bd92b0e0aef2f170f2d6"},
|
|
179
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-win32.whl", hash = "sha256:f34be2938726fc13801220747472850852fe6b1ea75869a048d6f896838c896f"},
|
|
180
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:a61900df84c667873b292c3de315a786dd8dac506704dea57bc957bd31e22c7d"},
|
|
181
|
+
{file = "charset_normalizer-3.4.4-cp310-cp310-win_arm64.whl", hash = "sha256:cead0978fc57397645f12578bfd2d5ea9138ea0fac82b2f63f7f7c6877986a69"},
|
|
182
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e1fcf0720908f200cd21aa4e6750a48ff6ce4afe7ff5a79a90d5ed8a08296f8"},
|
|
183
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f819d5fe9234f9f82d75bdfa9aef3a3d72c4d24a6e57aeaebba32a704553aa0"},
|
|
184
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a59cb51917aa591b1c4e6a43c132f0cdc3c76dbad6155df4e28ee626cc77a0a3"},
|
|
185
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ef3c867360f88ac904fd3f5e1f902f13307af9052646963ee08ff4f131adafc"},
|
|
186
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d9e45d7faa48ee908174d8fe84854479ef838fc6a705c9315372eacbc2f02897"},
|
|
187
|
+
{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"},
|
|
188
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ca5862d5b3928c4940729dacc329aa9102900382fea192fc5e52eb69d6093815"},
|
|
189
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9c7f57c3d666a53421049053eaacdd14bbd0a528e2186fcb2e672effd053bb0"},
|
|
190
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:277e970e750505ed74c832b4bf75dac7476262ee2a013f5574dd49075879e161"},
|
|
191
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:31fd66405eaf47bb62e8cd575dc621c56c668f27d46a61d975a249930dd5e2a4"},
|
|
192
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0d3d8f15c07f86e9ff82319b3d9ef6f4bf907608f53fe9d92b28ea9ae3d1fd89"},
|
|
193
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f7fcd74d410a36883701fafa2482a6af2ff5ba96b9a620e9e0721e28ead5569"},
|
|
194
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ebf3e58c7ec8a8bed6d66a75d7fb37b55e5015b03ceae72a8e7c74495551e224"},
|
|
195
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-win32.whl", hash = "sha256:eecbc200c7fd5ddb9a7f16c7decb07b566c29fa2161a16cf67b8d068bd21690a"},
|
|
196
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:5ae497466c7901d54b639cf42d5b8c1b6a4fead55215500d2f486d34db48d016"},
|
|
197
|
+
{file = "charset_normalizer-3.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:65e2befcd84bc6f37095f5961e68a6f077bf44946771354a28ad434c2cce0ae1"},
|
|
198
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394"},
|
|
199
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25"},
|
|
200
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef"},
|
|
201
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d"},
|
|
202
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8"},
|
|
203
|
+
{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"},
|
|
204
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a"},
|
|
205
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f"},
|
|
206
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc"},
|
|
207
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf"},
|
|
208
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15"},
|
|
209
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9"},
|
|
210
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0"},
|
|
211
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26"},
|
|
212
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525"},
|
|
213
|
+
{file = "charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3"},
|
|
214
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794"},
|
|
215
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed"},
|
|
216
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72"},
|
|
217
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328"},
|
|
218
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede"},
|
|
219
|
+
{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"},
|
|
220
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1"},
|
|
221
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490"},
|
|
222
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44"},
|
|
223
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133"},
|
|
224
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3"},
|
|
225
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e"},
|
|
226
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc"},
|
|
227
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac"},
|
|
228
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14"},
|
|
229
|
+
{file = "charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2"},
|
|
230
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd"},
|
|
231
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb"},
|
|
232
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e"},
|
|
233
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14"},
|
|
234
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191"},
|
|
235
|
+
{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"},
|
|
236
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6"},
|
|
237
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e"},
|
|
238
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c"},
|
|
239
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090"},
|
|
240
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152"},
|
|
241
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828"},
|
|
242
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec"},
|
|
243
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9"},
|
|
244
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c"},
|
|
245
|
+
{file = "charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2"},
|
|
246
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ce8a0633f41a967713a59c4139d29110c07e826d131a316b50ce11b1d79b4f84"},
|
|
247
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:eaabd426fe94daf8fd157c32e571c85cb12e66692f15516a83a03264b08d06c3"},
|
|
248
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c4ef880e27901b6cc782f1b95f82da9313c0eb95c3af699103088fa0ac3ce9ac"},
|
|
249
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2aaba3b0819274cc41757a1da876f810a3e4d7b6eb25699253a4effef9e8e4af"},
|
|
250
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:778d2e08eda00f4256d7f672ca9fef386071c9202f5e4607920b86d7803387f2"},
|
|
251
|
+
{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"},
|
|
252
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a8bf8d0f749c5757af2142fe7903a9df1d2e8aa3841559b2bad34b08d0e2bcf3"},
|
|
253
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:194f08cbb32dc406d6e1aea671a68be0823673db2832b38405deba2fb0d88f63"},
|
|
254
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_armv7l.whl", hash = "sha256:6aee717dcfead04c6eb1ce3bd29ac1e22663cdea57f943c87d1eab9a025438d7"},
|
|
255
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:cd4b7ca9984e5e7985c12bc60a6f173f3c958eae74f3ef6624bb6b26e2abbae4"},
|
|
256
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_riscv64.whl", hash = "sha256:b7cf1017d601aa35e6bb650b6ad28652c9cd78ee6caff19f3c28d03e1c80acbf"},
|
|
257
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:e912091979546adf63357d7e2ccff9b44f026c075aeaf25a52d0e95ad2281074"},
|
|
258
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:5cb4d72eea50c8868f5288b7f7f33ed276118325c1dfd3957089f6b519e1382a"},
|
|
259
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-win32.whl", hash = "sha256:837c2ce8c5a65a2035be9b3569c684358dfbf109fd3b6969630a87535495ceaa"},
|
|
260
|
+
{file = "charset_normalizer-3.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:44c2a8734b333e0578090c4cd6b16f275e07aa6614ca8715e6c038e865e70576"},
|
|
261
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a9768c477b9d7bd54bc0c86dbaebdec6f03306675526c9927c0e8a04e8f94af9"},
|
|
262
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bee1e43c28aa63cb16e5c14e582580546b08e535299b8b6158a7c9c768a1f3d"},
|
|
263
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608"},
|
|
264
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:0f04b14ffe5fdc8c4933862d8306109a2c51e0704acfa35d51598eb45a1e89fc"},
|
|
265
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:cd09d08005f958f370f539f186d10aec3377d55b9eeb0d796025d4886119d76e"},
|
|
266
|
+
{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"},
|
|
267
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fa09f53c465e532f4d3db095e0c55b615f010ad81803d383195b6b5ca6cbf5f3"},
|
|
268
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:7fa17817dc5625de8a027cb8b26d9fefa3ea28c8253929b8d6649e705d2835b6"},
|
|
269
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:5947809c8a2417be3267efc979c47d76a079758166f7d43ef5ae8e9f92751f88"},
|
|
270
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:4902828217069c3c5c71094537a8e623f5d097858ac6ca8252f7b4d10b7560f1"},
|
|
271
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:7c308f7e26e4363d79df40ca5b2be1c6ba9f02bdbccfed5abddb7859a6ce72cf"},
|
|
272
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:2c9d3c380143a1fedbff95a312aa798578371eb29da42106a29019368a475318"},
|
|
273
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:cb01158d8b88ee68f15949894ccc6712278243d95f344770fa7593fa2d94410c"},
|
|
274
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-win32.whl", hash = "sha256:2677acec1a2f8ef614c6888b5b4ae4060cc184174a938ed4e8ef690e15d3e505"},
|
|
275
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:f8e160feb2aed042cd657a72acc0b481212ed28b1b9a95c0cee1621b524e1966"},
|
|
276
|
+
{file = "charset_normalizer-3.4.4-cp39-cp39-win_arm64.whl", hash = "sha256:b5d84d37db046c5ca74ee7bb47dd6cbc13f80665fdde3e8040bdd3fb015ecb50"},
|
|
277
|
+
{file = "charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f"},
|
|
278
|
+
{file = "charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a"},
|
|
258
279
|
]
|
|
259
280
|
|
|
260
281
|
[[package]]
|
|
@@ -263,8 +284,6 @@ version = "0.4.6"
|
|
|
263
284
|
description = "Cross-platform colored terminal text."
|
|
264
285
|
optional = false
|
|
265
286
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
|
266
|
-
groups = ["dev"]
|
|
267
|
-
markers = "sys_platform == \"win32\""
|
|
268
287
|
files = [
|
|
269
288
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
270
289
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
@@ -272,34 +291,31 @@ files = [
|
|
|
272
291
|
|
|
273
292
|
[[package]]
|
|
274
293
|
name = "cwl-upgrader"
|
|
275
|
-
version = "1.2.
|
|
294
|
+
version = "1.2.14"
|
|
276
295
|
description = "Upgrade a CWL tool or workflow document from one version to another"
|
|
277
296
|
optional = false
|
|
278
|
-
python-versions = ">=3.
|
|
279
|
-
groups = ["main"]
|
|
297
|
+
python-versions = ">=3.10"
|
|
280
298
|
files = [
|
|
281
|
-
{file = "cwl_upgrader-1.2.
|
|
282
|
-
{file = "cwl_upgrader-1.2.
|
|
299
|
+
{file = "cwl_upgrader-1.2.14-py3-none-any.whl", hash = "sha256:7c4ed6dfe082d56a58bf4e7451303213b5ee7b4e3621237dbbaad8d13018afbe"},
|
|
300
|
+
{file = "cwl_upgrader-1.2.14.tar.gz", hash = "sha256:a20de876a666bb1510d37310d4225fc6df6572e314d1cb6c2202b742a0d76db6"},
|
|
283
301
|
]
|
|
284
302
|
|
|
285
303
|
[package.dependencies]
|
|
286
304
|
"ruamel.yaml" = ">=0.16.0,<0.19"
|
|
287
305
|
schema_salad = "*"
|
|
288
|
-
setuptools = "*"
|
|
289
306
|
|
|
290
307
|
[package.extras]
|
|
291
|
-
testing = ["pytest (<
|
|
308
|
+
testing = ["pytest (<10)"]
|
|
292
309
|
|
|
293
310
|
[[package]]
|
|
294
311
|
name = "cwl-utils"
|
|
295
|
-
version = "0.
|
|
312
|
+
version = "0.40"
|
|
296
313
|
description = ""
|
|
297
314
|
optional = false
|
|
298
315
|
python-versions = "<3.15,>=3.9"
|
|
299
|
-
groups = ["main"]
|
|
300
316
|
files = [
|
|
301
|
-
{file = "cwl_utils-0.
|
|
302
|
-
{file = "cwl_utils-0.
|
|
317
|
+
{file = "cwl_utils-0.40-py3-none-any.whl", hash = "sha256:f6688cd3b78b826af2aa5518b31d8d7ba784914d0a7a5784266c615093e1e94b"},
|
|
318
|
+
{file = "cwl_utils-0.40.tar.gz", hash = "sha256:fb836fe71617e10cfefb74cfcb2ab7b4a6e36b36cebf2f04b3fb43e15bc74751"},
|
|
303
319
|
]
|
|
304
320
|
|
|
305
321
|
[package.dependencies]
|
|
@@ -316,49 +332,46 @@ testing = ["pytest (<9)", "pytest-mock"]
|
|
|
316
332
|
|
|
317
333
|
[[package]]
|
|
318
334
|
name = "fastapi"
|
|
319
|
-
version = "0.
|
|
335
|
+
version = "0.128.0"
|
|
320
336
|
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
|
|
321
337
|
optional = false
|
|
322
|
-
python-versions = ">=3.
|
|
323
|
-
groups = ["main"]
|
|
338
|
+
python-versions = ">=3.9"
|
|
324
339
|
files = [
|
|
325
|
-
{file = "fastapi-0.
|
|
326
|
-
{file = "fastapi-0.
|
|
340
|
+
{file = "fastapi-0.128.0-py3-none-any.whl", hash = "sha256:aebd93f9716ee3b4f4fcfe13ffb7cf308d99c9f3ab5622d8877441072561582d"},
|
|
341
|
+
{file = "fastapi-0.128.0.tar.gz", hash = "sha256:1cc179e1cef10a6be60ffe429f79b829dce99d8de32d7acb7e6c8dfdf7f2645a"},
|
|
327
342
|
]
|
|
328
343
|
|
|
329
344
|
[package.dependencies]
|
|
330
345
|
annotated-doc = ">=0.0.2"
|
|
331
|
-
pydantic = ">=
|
|
332
|
-
starlette = ">=0.40.0,<0.
|
|
346
|
+
pydantic = ">=2.7.0"
|
|
347
|
+
starlette = ">=0.40.0,<0.51.0"
|
|
333
348
|
typing-extensions = ">=4.8.0"
|
|
334
349
|
|
|
335
350
|
[package.extras]
|
|
336
351
|
all = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=3.1.5)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.18)", "pyyaml (>=5.3.1)", "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)", "uvicorn[standard] (>=0.12.0)"]
|
|
337
|
-
standard = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "jinja2 (>=3.1.5)", "python-multipart (>=0.0.18)", "uvicorn[standard] (>=0.12.0)"]
|
|
338
|
-
standard-no-fastapi-cloud-cli = ["email-validator (>=2.0.0)", "fastapi-cli[standard-no-fastapi-cloud-cli] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "jinja2 (>=3.1.5)", "python-multipart (>=0.0.18)", "uvicorn[standard] (>=0.12.0)"]
|
|
352
|
+
standard = ["email-validator (>=2.0.0)", "fastapi-cli[standard] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "jinja2 (>=3.1.5)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.18)", "uvicorn[standard] (>=0.12.0)"]
|
|
353
|
+
standard-no-fastapi-cloud-cli = ["email-validator (>=2.0.0)", "fastapi-cli[standard-no-fastapi-cloud-cli] (>=0.0.8)", "httpx (>=0.23.0,<1.0.0)", "jinja2 (>=3.1.5)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.18)", "uvicorn[standard] (>=0.12.0)"]
|
|
339
354
|
|
|
340
355
|
[[package]]
|
|
341
356
|
name = "filelock"
|
|
342
|
-
version = "3.
|
|
357
|
+
version = "3.20.3"
|
|
343
358
|
description = "A platform independent file lock."
|
|
344
359
|
optional = false
|
|
345
|
-
python-versions = ">=3.
|
|
346
|
-
groups = ["main"]
|
|
360
|
+
python-versions = ">=3.10"
|
|
347
361
|
files = [
|
|
348
|
-
{file = "filelock-3.
|
|
349
|
-
{file = "filelock-3.
|
|
362
|
+
{file = "filelock-3.20.3-py3-none-any.whl", hash = "sha256:4b0dda527ee31078689fc205ec4f1c1bf7d56cf88b6dc9426c4f230e46c2dce1"},
|
|
363
|
+
{file = "filelock-3.20.3.tar.gz", hash = "sha256:18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1"},
|
|
350
364
|
]
|
|
351
365
|
|
|
352
366
|
[[package]]
|
|
353
367
|
name = "idna"
|
|
354
|
-
version = "3.
|
|
368
|
+
version = "3.11"
|
|
355
369
|
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
356
370
|
optional = false
|
|
357
|
-
python-versions = ">=3.
|
|
358
|
-
groups = ["main"]
|
|
371
|
+
python-versions = ">=3.8"
|
|
359
372
|
files = [
|
|
360
|
-
{file = "idna-3.
|
|
361
|
-
{file = "idna-3.
|
|
373
|
+
{file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"},
|
|
374
|
+
{file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"},
|
|
362
375
|
]
|
|
363
376
|
|
|
364
377
|
[package.extras]
|
|
@@ -366,26 +379,24 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2
|
|
|
366
379
|
|
|
367
380
|
[[package]]
|
|
368
381
|
name = "iniconfig"
|
|
369
|
-
version = "2.
|
|
382
|
+
version = "2.3.0"
|
|
370
383
|
description = "brain-dead simple config-ini parsing"
|
|
371
384
|
optional = false
|
|
372
|
-
python-versions = ">=3.
|
|
373
|
-
groups = ["dev"]
|
|
385
|
+
python-versions = ">=3.10"
|
|
374
386
|
files = [
|
|
375
|
-
{file = "iniconfig-2.
|
|
376
|
-
{file = "iniconfig-2.
|
|
387
|
+
{file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"},
|
|
388
|
+
{file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"},
|
|
377
389
|
]
|
|
378
390
|
|
|
379
391
|
[[package]]
|
|
380
392
|
name = "jmespath"
|
|
381
|
-
version = "1.0
|
|
393
|
+
version = "1.1.0"
|
|
382
394
|
description = "JSON Matching Expressions"
|
|
383
395
|
optional = false
|
|
384
|
-
python-versions = ">=3.
|
|
385
|
-
groups = ["main"]
|
|
396
|
+
python-versions = ">=3.9"
|
|
386
397
|
files = [
|
|
387
|
-
{file = "jmespath-1.0
|
|
388
|
-
{file = "jmespath-1.0.
|
|
398
|
+
{file = "jmespath-1.1.0-py3-none-any.whl", hash = "sha256:a5663118de4908c91729bea0acadca56526eb2698e83de10cd116ae0f4e97c64"},
|
|
399
|
+
{file = "jmespath-1.1.0.tar.gz", hash = "sha256:472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d"},
|
|
389
400
|
]
|
|
390
401
|
|
|
391
402
|
[[package]]
|
|
@@ -394,7 +405,6 @@ version = "3.2"
|
|
|
394
405
|
description = "Python SDK for Illumina Connected Analytics"
|
|
395
406
|
optional = false
|
|
396
407
|
python-versions = ">=3.8"
|
|
397
|
-
groups = ["main"]
|
|
398
408
|
files = [
|
|
399
409
|
{file = "libica-3.2-py3-none-any.whl", hash = "sha256:7a3f20085fc553e6aa36ddafea0d239611614b334c1de34d1e48d62427afd2ee"},
|
|
400
410
|
{file = "libica-3.2.tar.gz", hash = "sha256:51b2ef2f7d40d86ee9100cc5417ff6dbd22de80af7ca6e2d62c1f02b3eb39c5b"},
|
|
@@ -412,95 +422,95 @@ test = ["flake8", "mockito", "nose2", "pytest", "pytest-cov", "tox"]
|
|
|
412
422
|
|
|
413
423
|
[[package]]
|
|
414
424
|
name = "mistune"
|
|
415
|
-
version = "3.
|
|
425
|
+
version = "3.1.4"
|
|
416
426
|
description = "A sane and fast Markdown parser with useful plugins and renderers"
|
|
417
427
|
optional = false
|
|
418
|
-
python-versions = ">=3.
|
|
419
|
-
groups = ["main"]
|
|
428
|
+
python-versions = ">=3.8"
|
|
420
429
|
files = [
|
|
421
|
-
{file = "mistune-3.
|
|
422
|
-
{file = "mistune-3.
|
|
430
|
+
{file = "mistune-3.1.4-py3-none-any.whl", hash = "sha256:93691da911e5d9d2e23bc54472892aff676df27a75274962ff9edc210364266d"},
|
|
431
|
+
{file = "mistune-3.1.4.tar.gz", hash = "sha256:b5a7f801d389f724ec702840c11d8fc48f2b33519102fc7ee739e8177b672164"},
|
|
423
432
|
]
|
|
424
433
|
|
|
425
434
|
[[package]]
|
|
426
435
|
name = "msgpack"
|
|
427
|
-
version = "1.1.
|
|
436
|
+
version = "1.1.2"
|
|
428
437
|
description = "MessagePack serializer"
|
|
429
438
|
optional = false
|
|
430
|
-
python-versions = ">=3.
|
|
431
|
-
groups = ["main"]
|
|
439
|
+
python-versions = ">=3.9"
|
|
432
440
|
files = [
|
|
433
|
-
{file = "msgpack-1.1.
|
|
434
|
-
{file = "msgpack-1.1.
|
|
435
|
-
{file = "msgpack-1.1.
|
|
436
|
-
{file = "msgpack-1.1.
|
|
437
|
-
{file = "msgpack-1.1.
|
|
438
|
-
{file = "msgpack-1.1.
|
|
439
|
-
{file = "msgpack-1.1.
|
|
440
|
-
{file = "msgpack-1.1.
|
|
441
|
-
{file = "msgpack-1.1.
|
|
442
|
-
{file = "msgpack-1.1.
|
|
443
|
-
{file = "msgpack-1.1.
|
|
444
|
-
{file = "msgpack-1.1.
|
|
445
|
-
{file = "msgpack-1.1.
|
|
446
|
-
{file = "msgpack-1.1.
|
|
447
|
-
{file = "msgpack-1.1.
|
|
448
|
-
{file = "msgpack-1.1.
|
|
449
|
-
{file = "msgpack-1.1.
|
|
450
|
-
{file = "msgpack-1.1.
|
|
451
|
-
{file = "msgpack-1.1.
|
|
452
|
-
{file = "msgpack-1.1.
|
|
453
|
-
{file = "msgpack-1.1.
|
|
454
|
-
{file = "msgpack-1.1.
|
|
455
|
-
{file = "msgpack-1.1.
|
|
456
|
-
{file = "msgpack-1.1.
|
|
457
|
-
{file = "msgpack-1.1.
|
|
458
|
-
{file = "msgpack-1.1.
|
|
459
|
-
{file = "msgpack-1.1.
|
|
460
|
-
{file = "msgpack-1.1.
|
|
461
|
-
{file = "msgpack-1.1.
|
|
462
|
-
{file = "msgpack-1.1.
|
|
463
|
-
{file = "msgpack-1.1.
|
|
464
|
-
{file = "msgpack-1.1.
|
|
465
|
-
{file = "msgpack-1.1.
|
|
466
|
-
{file = "msgpack-1.1.
|
|
467
|
-
{file = "msgpack-1.1.
|
|
468
|
-
{file = "msgpack-1.1.
|
|
469
|
-
{file = "msgpack-1.1.
|
|
470
|
-
{file = "msgpack-1.1.
|
|
471
|
-
{file = "msgpack-1.1.
|
|
472
|
-
{file = "msgpack-1.1.
|
|
473
|
-
{file = "msgpack-1.1.
|
|
474
|
-
{file = "msgpack-1.1.
|
|
475
|
-
{file = "msgpack-1.1.
|
|
476
|
-
{file = "msgpack-1.1.
|
|
477
|
-
{file = "msgpack-1.1.
|
|
478
|
-
{file = "msgpack-1.1.
|
|
479
|
-
{file = "msgpack-1.1.
|
|
480
|
-
{file = "msgpack-1.1.
|
|
481
|
-
{file = "msgpack-1.1.
|
|
482
|
-
{file = "msgpack-1.1.
|
|
483
|
-
{file = "msgpack-1.1.
|
|
484
|
-
{file = "msgpack-1.1.
|
|
485
|
-
{file = "msgpack-1.1.
|
|
486
|
-
{file = "msgpack-1.1.
|
|
487
|
-
{file = "msgpack-1.1.
|
|
488
|
-
{file = "msgpack-1.1.
|
|
489
|
-
{file = "msgpack-1.1.
|
|
490
|
-
{file = "msgpack-1.1.
|
|
491
|
-
{file = "msgpack-1.1.
|
|
441
|
+
{file = "msgpack-1.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0051fffef5a37ca2cd16978ae4f0aef92f164df86823871b5162812bebecd8e2"},
|
|
442
|
+
{file = "msgpack-1.1.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a605409040f2da88676e9c9e5853b3449ba8011973616189ea5ee55ddbc5bc87"},
|
|
443
|
+
{file = "msgpack-1.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8b696e83c9f1532b4af884045ba7f3aa741a63b2bc22617293a2c6a7c645f251"},
|
|
444
|
+
{file = "msgpack-1.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:365c0bbe981a27d8932da71af63ef86acc59ed5c01ad929e09a0b88c6294e28a"},
|
|
445
|
+
{file = "msgpack-1.1.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:41d1a5d875680166d3ac5c38573896453bbbea7092936d2e107214daf43b1d4f"},
|
|
446
|
+
{file = "msgpack-1.1.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:354e81bcdebaab427c3df4281187edc765d5d76bfb3a7c125af9da7a27e8458f"},
|
|
447
|
+
{file = "msgpack-1.1.2-cp310-cp310-win32.whl", hash = "sha256:e64c8d2f5e5d5fda7b842f55dec6133260ea8f53c4257d64494c534f306bf7a9"},
|
|
448
|
+
{file = "msgpack-1.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:db6192777d943bdaaafb6ba66d44bf65aa0e9c5616fa1d2da9bb08828c6b39aa"},
|
|
449
|
+
{file = "msgpack-1.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2e86a607e558d22985d856948c12a3fa7b42efad264dca8a3ebbcfa2735d786c"},
|
|
450
|
+
{file = "msgpack-1.1.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:283ae72fc89da59aa004ba147e8fc2f766647b1251500182fac0350d8af299c0"},
|
|
451
|
+
{file = "msgpack-1.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:61c8aa3bd513d87c72ed0b37b53dd5c5a0f58f2ff9f26e1555d3bd7948fb7296"},
|
|
452
|
+
{file = "msgpack-1.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:454e29e186285d2ebe65be34629fa0e8605202c60fbc7c4c650ccd41870896ef"},
|
|
453
|
+
{file = "msgpack-1.1.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7bc8813f88417599564fafa59fd6f95be417179f76b40325b500b3c98409757c"},
|
|
454
|
+
{file = "msgpack-1.1.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bafca952dc13907bdfdedfc6a5f579bf4f292bdd506fadb38389afa3ac5b208e"},
|
|
455
|
+
{file = "msgpack-1.1.2-cp311-cp311-win32.whl", hash = "sha256:602b6740e95ffc55bfb078172d279de3773d7b7db1f703b2f1323566b878b90e"},
|
|
456
|
+
{file = "msgpack-1.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:d198d275222dc54244bf3327eb8cbe00307d220241d9cec4d306d49a44e85f68"},
|
|
457
|
+
{file = "msgpack-1.1.2-cp311-cp311-win_arm64.whl", hash = "sha256:86f8136dfa5c116365a8a651a7d7484b65b13339731dd6faebb9a0242151c406"},
|
|
458
|
+
{file = "msgpack-1.1.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:70a0dff9d1f8da25179ffcf880e10cf1aad55fdb63cd59c9a49a1b82290062aa"},
|
|
459
|
+
{file = "msgpack-1.1.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:446abdd8b94b55c800ac34b102dffd2f6aa0ce643c55dfc017ad89347db3dbdb"},
|
|
460
|
+
{file = "msgpack-1.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c63eea553c69ab05b6747901b97d620bb2a690633c77f23feb0c6a947a8a7b8f"},
|
|
461
|
+
{file = "msgpack-1.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:372839311ccf6bdaf39b00b61288e0557916c3729529b301c52c2d88842add42"},
|
|
462
|
+
{file = "msgpack-1.1.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2929af52106ca73fcb28576218476ffbb531a036c2adbcf54a3664de124303e9"},
|
|
463
|
+
{file = "msgpack-1.1.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:be52a8fc79e45b0364210eef5234a7cf8d330836d0a64dfbb878efa903d84620"},
|
|
464
|
+
{file = "msgpack-1.1.2-cp312-cp312-win32.whl", hash = "sha256:1fff3d825d7859ac888b0fbda39a42d59193543920eda9d9bea44d958a878029"},
|
|
465
|
+
{file = "msgpack-1.1.2-cp312-cp312-win_amd64.whl", hash = "sha256:1de460f0403172cff81169a30b9a92b260cb809c4cb7e2fc79ae8d0510c78b6b"},
|
|
466
|
+
{file = "msgpack-1.1.2-cp312-cp312-win_arm64.whl", hash = "sha256:be5980f3ee0e6bd44f3a9e9dea01054f175b50c3e6cdb692bc9424c0bbb8bf69"},
|
|
467
|
+
{file = "msgpack-1.1.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:4efd7b5979ccb539c221a4c4e16aac1a533efc97f3b759bb5a5ac9f6d10383bf"},
|
|
468
|
+
{file = "msgpack-1.1.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:42eefe2c3e2af97ed470eec850facbe1b5ad1d6eacdbadc42ec98e7dcf68b4b7"},
|
|
469
|
+
{file = "msgpack-1.1.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1fdf7d83102bf09e7ce3357de96c59b627395352a4024f6e2458501f158bf999"},
|
|
470
|
+
{file = "msgpack-1.1.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fac4be746328f90caa3cd4bc67e6fe36ca2bf61d5c6eb6d895b6527e3f05071e"},
|
|
471
|
+
{file = "msgpack-1.1.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:fffee09044073e69f2bad787071aeec727183e7580443dfeb8556cbf1978d162"},
|
|
472
|
+
{file = "msgpack-1.1.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5928604de9b032bc17f5099496417f113c45bc6bc21b5c6920caf34b3c428794"},
|
|
473
|
+
{file = "msgpack-1.1.2-cp313-cp313-win32.whl", hash = "sha256:a7787d353595c7c7e145e2331abf8b7ff1e6673a6b974ded96e6d4ec09f00c8c"},
|
|
474
|
+
{file = "msgpack-1.1.2-cp313-cp313-win_amd64.whl", hash = "sha256:a465f0dceb8e13a487e54c07d04ae3ba131c7c5b95e2612596eafde1dccf64a9"},
|
|
475
|
+
{file = "msgpack-1.1.2-cp313-cp313-win_arm64.whl", hash = "sha256:e69b39f8c0aa5ec24b57737ebee40be647035158f14ed4b40e6f150077e21a84"},
|
|
476
|
+
{file = "msgpack-1.1.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e23ce8d5f7aa6ea6d2a2b326b4ba46c985dbb204523759984430db7114f8aa00"},
|
|
477
|
+
{file = "msgpack-1.1.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:6c15b7d74c939ebe620dd8e559384be806204d73b4f9356320632d783d1f7939"},
|
|
478
|
+
{file = "msgpack-1.1.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:99e2cb7b9031568a2a5c73aa077180f93dd2e95b4f8d3b8e14a73ae94a9e667e"},
|
|
479
|
+
{file = "msgpack-1.1.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:180759d89a057eab503cf62eeec0aa61c4ea1200dee709f3a8e9397dbb3b6931"},
|
|
480
|
+
{file = "msgpack-1.1.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:04fb995247a6e83830b62f0b07bf36540c213f6eac8e851166d8d86d83cbd014"},
|
|
481
|
+
{file = "msgpack-1.1.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8e22ab046fa7ede9e36eeb4cfad44d46450f37bb05d5ec482b02868f451c95e2"},
|
|
482
|
+
{file = "msgpack-1.1.2-cp314-cp314-win32.whl", hash = "sha256:80a0ff7d4abf5fecb995fcf235d4064b9a9a8a40a3ab80999e6ac1e30b702717"},
|
|
483
|
+
{file = "msgpack-1.1.2-cp314-cp314-win_amd64.whl", hash = "sha256:9ade919fac6a3e7260b7f64cea89df6bec59104987cbea34d34a2fa15d74310b"},
|
|
484
|
+
{file = "msgpack-1.1.2-cp314-cp314-win_arm64.whl", hash = "sha256:59415c6076b1e30e563eb732e23b994a61c159cec44deaf584e5cc1dd662f2af"},
|
|
485
|
+
{file = "msgpack-1.1.2-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:897c478140877e5307760b0ea66e0932738879e7aa68144d9b78ea4c8302a84a"},
|
|
486
|
+
{file = "msgpack-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a668204fa43e6d02f89dbe79a30b0d67238d9ec4c5bd8a940fc3a004a47b721b"},
|
|
487
|
+
{file = "msgpack-1.1.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5559d03930d3aa0f3aacb4c42c776af1a2ace2611871c84a75afe436695e6245"},
|
|
488
|
+
{file = "msgpack-1.1.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:70c5a7a9fea7f036b716191c29047374c10721c389c21e9ffafad04df8c52c90"},
|
|
489
|
+
{file = "msgpack-1.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:f2cb069d8b981abc72b41aea1c580ce92d57c673ec61af4c500153a626cb9e20"},
|
|
490
|
+
{file = "msgpack-1.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:d62ce1f483f355f61adb5433ebfd8868c5f078d1a52d042b0a998682b4fa8c27"},
|
|
491
|
+
{file = "msgpack-1.1.2-cp314-cp314t-win32.whl", hash = "sha256:1d1418482b1ee984625d88aa9585db570180c286d942da463533b238b98b812b"},
|
|
492
|
+
{file = "msgpack-1.1.2-cp314-cp314t-win_amd64.whl", hash = "sha256:5a46bf7e831d09470ad92dff02b8b1ac92175ca36b087f904a0519857c6be3ff"},
|
|
493
|
+
{file = "msgpack-1.1.2-cp314-cp314t-win_arm64.whl", hash = "sha256:d99ef64f349d5ec3293688e91486c5fdb925ed03807f64d98d205d2713c60b46"},
|
|
494
|
+
{file = "msgpack-1.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ea5405c46e690122a76531ab97a079e184c0daf491e588592d6a23d3e32af99e"},
|
|
495
|
+
{file = "msgpack-1.1.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9fba231af7a933400238cb357ecccf8ab5d51535ea95d94fc35b7806218ff844"},
|
|
496
|
+
{file = "msgpack-1.1.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a8f6e7d30253714751aa0b0c84ae28948e852ee7fb0524082e6716769124bc23"},
|
|
497
|
+
{file = "msgpack-1.1.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:94fd7dc7d8cb0a54432f296f2246bc39474e017204ca6f4ff345941d4ed285a7"},
|
|
498
|
+
{file = "msgpack-1.1.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:350ad5353a467d9e3b126d8d1b90fe05ad081e2e1cef5753f8c345217c37e7b8"},
|
|
499
|
+
{file = "msgpack-1.1.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6bde749afe671dc44893f8d08e83bf475a1a14570d67c4bb5cec5573463c8833"},
|
|
500
|
+
{file = "msgpack-1.1.2-cp39-cp39-win32.whl", hash = "sha256:ad09b984828d6b7bb52d1d1d0c9be68ad781fa004ca39216c8a1e63c0f34ba3c"},
|
|
501
|
+
{file = "msgpack-1.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:67016ae8c8965124fdede9d3769528ad8284f14d635337ffa6a713a580f6c030"},
|
|
502
|
+
{file = "msgpack-1.1.2.tar.gz", hash = "sha256:3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e"},
|
|
492
503
|
]
|
|
493
504
|
|
|
494
505
|
[[package]]
|
|
495
506
|
name = "mypy-boto3-secretsmanager"
|
|
496
|
-
version = "1.
|
|
497
|
-
description = "Type annotations for boto3 SecretsManager 1.
|
|
507
|
+
version = "1.42.8"
|
|
508
|
+
description = "Type annotations for boto3 SecretsManager 1.42.8 service generated with mypy-boto3-builder 8.12.0"
|
|
498
509
|
optional = false
|
|
499
|
-
python-versions = ">=3.
|
|
500
|
-
groups = ["dev"]
|
|
510
|
+
python-versions = ">=3.9"
|
|
501
511
|
files = [
|
|
502
|
-
{file = "mypy_boto3_secretsmanager-1.
|
|
503
|
-
{file = "mypy_boto3_secretsmanager-1.
|
|
512
|
+
{file = "mypy_boto3_secretsmanager-1.42.8-py3-none-any.whl", hash = "sha256:50c891a88e725a8dba7444018e47590ea63d8e938abe2b1c0b25e5413f39d51d"},
|
|
513
|
+
{file = "mypy_boto3_secretsmanager-1.42.8.tar.gz", hash = "sha256:5ab42f35ce932765ebb1684146f478a87cc4b83bef950fd1aa0e268b88d59c81"},
|
|
504
514
|
]
|
|
505
515
|
|
|
506
516
|
[[package]]
|
|
@@ -509,7 +519,6 @@ version = "1.1.0"
|
|
|
509
519
|
description = "Type system extensions for programs checked with the mypy type checker."
|
|
510
520
|
optional = false
|
|
511
521
|
python-versions = ">=3.8"
|
|
512
|
-
groups = ["main"]
|
|
513
522
|
files = [
|
|
514
523
|
{file = "mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505"},
|
|
515
524
|
{file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"},
|
|
@@ -517,150 +526,158 @@ files = [
|
|
|
517
526
|
|
|
518
527
|
[[package]]
|
|
519
528
|
name = "numpy"
|
|
520
|
-
version = "2.
|
|
529
|
+
version = "2.4.1"
|
|
521
530
|
description = "Fundamental package for array computing in Python"
|
|
522
531
|
optional = false
|
|
523
532
|
python-versions = ">=3.11"
|
|
524
|
-
groups = ["main"]
|
|
525
533
|
files = [
|
|
526
|
-
{file = "numpy-2.
|
|
527
|
-
{file = "numpy-2.
|
|
528
|
-
{file = "numpy-2.
|
|
529
|
-
{file = "numpy-2.
|
|
530
|
-
{file = "numpy-2.
|
|
531
|
-
{file = "numpy-2.
|
|
532
|
-
{file = "numpy-2.
|
|
533
|
-
{file = "numpy-2.
|
|
534
|
-
{file = "numpy-2.
|
|
535
|
-
{file = "numpy-2.
|
|
536
|
-
{file = "numpy-2.
|
|
537
|
-
{file = "numpy-2.
|
|
538
|
-
{file = "numpy-2.
|
|
539
|
-
{file = "numpy-2.
|
|
540
|
-
{file = "numpy-2.
|
|
541
|
-
{file = "numpy-2.
|
|
542
|
-
{file = "numpy-2.
|
|
543
|
-
{file = "numpy-2.
|
|
544
|
-
{file = "numpy-2.
|
|
545
|
-
{file = "numpy-2.
|
|
546
|
-
{file = "numpy-2.
|
|
547
|
-
{file = "numpy-2.
|
|
548
|
-
{file = "numpy-2.
|
|
549
|
-
{file = "numpy-2.
|
|
550
|
-
{file = "numpy-2.
|
|
551
|
-
{file = "numpy-2.
|
|
552
|
-
{file = "numpy-2.
|
|
553
|
-
{file = "numpy-2.
|
|
554
|
-
{file = "numpy-2.
|
|
555
|
-
{file = "numpy-2.
|
|
556
|
-
{file = "numpy-2.
|
|
557
|
-
{file = "numpy-2.
|
|
558
|
-
{file = "numpy-2.
|
|
559
|
-
{file = "numpy-2.
|
|
560
|
-
{file = "numpy-2.
|
|
561
|
-
{file = "numpy-2.
|
|
562
|
-
{file = "numpy-2.
|
|
563
|
-
{file = "numpy-2.
|
|
564
|
-
{file = "numpy-2.
|
|
565
|
-
{file = "numpy-2.
|
|
566
|
-
{file = "numpy-2.
|
|
567
|
-
{file = "numpy-2.
|
|
568
|
-
{file = "numpy-2.
|
|
569
|
-
{file = "numpy-2.
|
|
570
|
-
{file = "numpy-2.
|
|
571
|
-
{file = "numpy-2.
|
|
572
|
-
{file = "numpy-2.
|
|
573
|
-
{file = "numpy-2.
|
|
574
|
-
{file = "numpy-2.
|
|
575
|
-
{file = "numpy-2.
|
|
576
|
-
{file = "numpy-2.
|
|
577
|
-
{file = "numpy-2.
|
|
578
|
-
{file = "numpy-2.
|
|
579
|
-
{file = "numpy-2.
|
|
580
|
-
{file = "numpy-2.
|
|
581
|
-
{file = "numpy-2.
|
|
582
|
-
{file = "numpy-2.
|
|
583
|
-
{file = "numpy-2.
|
|
584
|
-
{file = "numpy-2.
|
|
585
|
-
{file = "numpy-2.
|
|
586
|
-
{file = "numpy-2.
|
|
587
|
-
{file = "numpy-2.
|
|
588
|
-
{file = "numpy-2.
|
|
589
|
-
{file = "numpy-2.
|
|
590
|
-
{file = "numpy-2.
|
|
591
|
-
{file = "numpy-2.
|
|
592
|
-
{file = "numpy-2.
|
|
593
|
-
{file = "numpy-2.
|
|
594
|
-
{file = "numpy-2.
|
|
595
|
-
{file = "numpy-2.
|
|
596
|
-
{file = "numpy-2.
|
|
597
|
-
{file = "numpy-2.
|
|
598
|
-
{file = "numpy-2.3.2-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:6936aff90dda378c09bea075af0d9c675fe3a977a9d2402f95a87f440f59f619"},
|
|
599
|
-
{file = "numpy-2.3.2.tar.gz", hash = "sha256:e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48"},
|
|
534
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0cce2a669e3c8ba02ee563c7835f92c153cf02edff1ae05e1823f1dde21b16a5"},
|
|
535
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:899d2c18024984814ac7e83f8f49d8e8180e2fbe1b2e252f2e7f1d06bea92425"},
|
|
536
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:09aa8a87e45b55a1c2c205d42e2808849ece5c484b2aab11fecabec3841cafba"},
|
|
537
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:edee228f76ee2dab4579fad6f51f6a305de09d444280109e0f75df247ff21501"},
|
|
538
|
+
{file = "numpy-2.4.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a92f227dbcdc9e4c3e193add1a189a9909947d4f8504c576f4a732fd0b54240a"},
|
|
539
|
+
{file = "numpy-2.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:538bf4ec353709c765ff75ae616c34d3c3dca1a68312727e8f2676ea644f8509"},
|
|
540
|
+
{file = "numpy-2.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ac08c63cb7779b85e9d5318e6c3518b424bc1f364ac4cb2c6136f12e5ff2dccc"},
|
|
541
|
+
{file = "numpy-2.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4f9c360ecef085e5841c539a9a12b883dff005fbd7ce46722f5e9cef52634d82"},
|
|
542
|
+
{file = "numpy-2.4.1-cp311-cp311-win32.whl", hash = "sha256:0f118ce6b972080ba0758c6087c3617b5ba243d806268623dc34216d69099ba0"},
|
|
543
|
+
{file = "numpy-2.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:18e14c4d09d55eef39a6ab5b08406e84bc6869c1e34eef45564804f90b7e0574"},
|
|
544
|
+
{file = "numpy-2.4.1-cp311-cp311-win_arm64.whl", hash = "sha256:6461de5113088b399d655d45c3897fa188766415d0f568f175ab071c8873bd73"},
|
|
545
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d3703409aac693fa82c0aee023a1ae06a6e9d065dba10f5e8e80f642f1e9d0a2"},
|
|
546
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7211b95ca365519d3596a1d8688a95874cc94219d417504d9ecb2df99fa7bfa8"},
|
|
547
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:5adf01965456a664fc727ed69cc71848f28d063217c63e1a0e200a118d5eec9a"},
|
|
548
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:26f0bcd9c79a00e339565b303badc74d3ea2bd6d52191eeca5f95936cad107d0"},
|
|
549
|
+
{file = "numpy-2.4.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0093e85df2960d7e4049664b26afc58b03236e967fb942354deef3208857a04c"},
|
|
550
|
+
{file = "numpy-2.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7ad270f438cbdd402c364980317fb6b117d9ec5e226fff5b4148dd9aa9fc6e02"},
|
|
551
|
+
{file = "numpy-2.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:297c72b1b98100c2e8f873d5d35fb551fce7040ade83d67dd51d38c8d42a2162"},
|
|
552
|
+
{file = "numpy-2.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:cf6470d91d34bf669f61d515499859fa7a4c2f7c36434afb70e82df7217933f9"},
|
|
553
|
+
{file = "numpy-2.4.1-cp312-cp312-win32.whl", hash = "sha256:b6bcf39112e956594b3331316d90c90c90fb961e39696bda97b89462f5f3943f"},
|
|
554
|
+
{file = "numpy-2.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:e1a27bb1b2dee45a2a53f5ca6ff2d1a7f135287883a1689e930d44d1ff296c87"},
|
|
555
|
+
{file = "numpy-2.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:0e6e8f9d9ecf95399982019c01223dc130542960a12edfa8edd1122dfa66a8a8"},
|
|
556
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d797454e37570cfd61143b73b8debd623c3c0952959adb817dd310a483d58a1b"},
|
|
557
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:82c55962006156aeef1629b953fd359064aa47e4d82cfc8e67f0918f7da3344f"},
|
|
558
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:71abbea030f2cfc3092a0ff9f8c8fdefdc5e0bf7d9d9c99663538bb0ecdac0b9"},
|
|
559
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:5b55aa56165b17aaf15520beb9cbd33c9039810e0d9643dd4379e44294c7303e"},
|
|
560
|
+
{file = "numpy-2.4.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0faba4a331195bfa96f93dd9dfaa10b2c7aa8cda3a02b7fd635e588fe821bf5"},
|
|
561
|
+
{file = "numpy-2.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d3e3087f53e2b4428766b54932644d148613c5a595150533ae7f00dab2f319a8"},
|
|
562
|
+
{file = "numpy-2.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:49e792ec351315e16da54b543db06ca8a86985ab682602d90c60ef4ff4db2a9c"},
|
|
563
|
+
{file = "numpy-2.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:79e9e06c4c2379db47f3f6fc7a8652e7498251789bf8ff5bd43bf478ef314ca2"},
|
|
564
|
+
{file = "numpy-2.4.1-cp313-cp313-win32.whl", hash = "sha256:3d1a100e48cb266090a031397863ff8a30050ceefd798f686ff92c67a486753d"},
|
|
565
|
+
{file = "numpy-2.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:92a0e65272fd60bfa0d9278e0484c2f52fe03b97aedc02b357f33fe752c52ffb"},
|
|
566
|
+
{file = "numpy-2.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:20d4649c773f66cc2fc36f663e091f57c3b7655f936a4c681b4250855d1da8f5"},
|
|
567
|
+
{file = "numpy-2.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:f93bc6892fe7b0663e5ffa83b61aab510aacffd58c16e012bb9352d489d90cb7"},
|
|
568
|
+
{file = "numpy-2.4.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:178de8f87948163d98a4c9ab5bee4ce6519ca918926ec8df195af582de28544d"},
|
|
569
|
+
{file = "numpy-2.4.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:98b35775e03ab7f868908b524fc0a84d38932d8daf7b7e1c3c3a1b6c7a2c9f15"},
|
|
570
|
+
{file = "numpy-2.4.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:941c2a93313d030f219f3a71fd3d91a728b82979a5e8034eb2e60d394a2b83f9"},
|
|
571
|
+
{file = "numpy-2.4.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:529050522e983e00a6c1c6b67411083630de8b57f65e853d7b03d9281b8694d2"},
|
|
572
|
+
{file = "numpy-2.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:2302dc0224c1cbc49bb94f7064f3f923a971bfae45c33870dcbff63a2a550505"},
|
|
573
|
+
{file = "numpy-2.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:9171a42fcad32dcf3fa86f0a4faa5e9f8facefdb276f54b8b390d90447cff4e2"},
|
|
574
|
+
{file = "numpy-2.4.1-cp313-cp313t-win32.whl", hash = "sha256:382ad67d99ef49024f11d1ce5dcb5ad8432446e4246a4b014418ba3a1175a1f4"},
|
|
575
|
+
{file = "numpy-2.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:62fea415f83ad8fdb6c20840578e5fbaf5ddd65e0ec6c3c47eda0f69da172510"},
|
|
576
|
+
{file = "numpy-2.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:a7870e8c5fc11aef57d6fea4b4085e537a3a60ad2cdd14322ed531fdca68d261"},
|
|
577
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:3869ea1ee1a1edc16c29bbe3a2f2a4e515cc3a44d43903ad41e0cacdbaf733dc"},
|
|
578
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:e867df947d427cdd7a60e3e271729090b0f0df80f5f10ab7dd436f40811699c3"},
|
|
579
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:e3bd2cb07841166420d2fa7146c96ce00cb3410664cbc1a6be028e456c4ee220"},
|
|
580
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:f0a90aba7d521e6954670550e561a4cb925713bd944445dbe9e729b71f6cabee"},
|
|
581
|
+
{file = "numpy-2.4.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d558123217a83b2d1ba316b986e9248a1ed1971ad495963d555ccd75dcb1556"},
|
|
582
|
+
{file = "numpy-2.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2f44de05659b67d20499cbc96d49f2650769afcb398b79b324bb6e297bfe3844"},
|
|
583
|
+
{file = "numpy-2.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:69e7419c9012c4aaf695109564e3387f1259f001b4326dfa55907b098af082d3"},
|
|
584
|
+
{file = "numpy-2.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2ffd257026eb1b34352e749d7cc1678b5eeec3e329ad8c9965a797e08ccba205"},
|
|
585
|
+
{file = "numpy-2.4.1-cp314-cp314-win32.whl", hash = "sha256:727c6c3275ddefa0dc078524a85e064c057b4f4e71ca5ca29a19163c607be745"},
|
|
586
|
+
{file = "numpy-2.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:7d5d7999df434a038d75a748275cd6c0094b0ecdb0837342b332a82defc4dc4d"},
|
|
587
|
+
{file = "numpy-2.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:ce9ce141a505053b3c7bce3216071f3bf5c182b8b28930f14cd24d43932cd2df"},
|
|
588
|
+
{file = "numpy-2.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:4e53170557d37ae404bf8d542ca5b7c629d6efa1117dac6a83e394142ea0a43f"},
|
|
589
|
+
{file = "numpy-2.4.1-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:a73044b752f5d34d4232f25f18160a1cc418ea4507f5f11e299d8ac36875f8a0"},
|
|
590
|
+
{file = "numpy-2.4.1-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:fb1461c99de4d040666ca0444057b06541e5642f800b71c56e6ea92d6a853a0c"},
|
|
591
|
+
{file = "numpy-2.4.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:423797bdab2eeefbe608d7c1ec7b2b4fd3c58d51460f1ee26c7500a1d9c9ee93"},
|
|
592
|
+
{file = "numpy-2.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:52b5f61bdb323b566b528899cc7db2ba5d1015bda7ea811a8bcf3c89c331fa42"},
|
|
593
|
+
{file = "numpy-2.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42d7dd5fa36d16d52a84f821eb96031836fd405ee6955dd732f2023724d0aa01"},
|
|
594
|
+
{file = "numpy-2.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:e7b6b5e28bbd47b7532698e5db2fe1db693d84b58c254e4389d99a27bb9b8f6b"},
|
|
595
|
+
{file = "numpy-2.4.1-cp314-cp314t-win32.whl", hash = "sha256:5de60946f14ebe15e713a6f22850c2372fa72f4ff9a432ab44aa90edcadaa65a"},
|
|
596
|
+
{file = "numpy-2.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:8f085da926c0d491ffff3096f91078cc97ea67e7e6b65e490bc8dcda65663be2"},
|
|
597
|
+
{file = "numpy-2.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:6436cffb4f2bf26c974344439439c95e152c9a527013f26b3577be6c2ca64295"},
|
|
598
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8ad35f20be147a204e28b6a0575fbf3540c5e5f802634d4258d55b1ff5facce1"},
|
|
599
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:8097529164c0f3e32bb89412a0905d9100bf434d9692d9fc275e18dcf53c9344"},
|
|
600
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_14_0_arm64.whl", hash = "sha256:ea66d2b41ca4a1630aae5507ee0a71647d3124d1741980138aa8f28f44dac36e"},
|
|
601
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_14_0_x86_64.whl", hash = "sha256:d3f8f0df9f4b8be57b3bf74a1d087fec68f927a2fab68231fdb442bf2c12e426"},
|
|
602
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2023ef86243690c2791fd6353e5b4848eedaa88ca8a2d129f462049f6d484696"},
|
|
603
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8361ea4220d763e54cff2fbe7d8c93526b744f7cd9ddab47afeff7e14e8503be"},
|
|
604
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:4f1b68ff47680c2925f8063402a693ede215f0257f02596b1318ecdfb1d79e33"},
|
|
605
|
+
{file = "numpy-2.4.1.tar.gz", hash = "sha256:a1ceafc5042451a858231588a104093474c6a5c57dcc724841f5c888d237d690"},
|
|
600
606
|
]
|
|
601
607
|
|
|
602
608
|
[[package]]
|
|
603
609
|
name = "packaging"
|
|
604
|
-
version = "
|
|
610
|
+
version = "26.0"
|
|
605
611
|
description = "Core utilities for Python packages"
|
|
606
612
|
optional = false
|
|
607
613
|
python-versions = ">=3.8"
|
|
608
|
-
groups = ["main", "dev"]
|
|
609
614
|
files = [
|
|
610
|
-
{file = "packaging-
|
|
611
|
-
{file = "packaging-
|
|
615
|
+
{file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"},
|
|
616
|
+
{file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"},
|
|
612
617
|
]
|
|
613
618
|
|
|
614
619
|
[[package]]
|
|
615
620
|
name = "pandas"
|
|
616
|
-
version = "2.3.
|
|
621
|
+
version = "2.3.3"
|
|
617
622
|
description = "Powerful data structures for data analysis, time series, and statistics"
|
|
618
623
|
optional = false
|
|
619
624
|
python-versions = ">=3.9"
|
|
620
|
-
groups = ["main"]
|
|
621
625
|
files = [
|
|
622
|
-
{file = "pandas-2.3.
|
|
623
|
-
{file = "pandas-2.3.
|
|
624
|
-
{file = "pandas-2.3.
|
|
625
|
-
{file = "pandas-2.3.
|
|
626
|
-
{file = "pandas-2.3.
|
|
627
|
-
{file = "pandas-2.3.
|
|
628
|
-
{file = "pandas-2.3.
|
|
629
|
-
{file = "pandas-2.3.
|
|
630
|
-
{file = "pandas-2.3.
|
|
631
|
-
{file = "pandas-2.3.
|
|
632
|
-
{file = "pandas-2.3.
|
|
633
|
-
{file = "pandas-2.3.
|
|
634
|
-
{file = "pandas-2.3.
|
|
635
|
-
{file = "pandas-2.3.
|
|
636
|
-
{file = "pandas-2.3.
|
|
637
|
-
{file = "pandas-2.3.
|
|
638
|
-
{file = "pandas-2.3.
|
|
639
|
-
{file = "pandas-2.3.
|
|
640
|
-
{file = "pandas-2.3.
|
|
641
|
-
{file = "pandas-2.3.
|
|
642
|
-
{file = "pandas-2.3.
|
|
643
|
-
{file = "pandas-2.3.
|
|
644
|
-
{file = "pandas-2.3.
|
|
645
|
-
{file = "pandas-2.3.
|
|
646
|
-
{file = "pandas-2.3.
|
|
647
|
-
{file = "pandas-2.3.
|
|
648
|
-
{file = "pandas-2.3.
|
|
649
|
-
{file = "pandas-2.3.
|
|
650
|
-
{file = "pandas-2.3.
|
|
651
|
-
{file = "pandas-2.3.
|
|
652
|
-
{file = "pandas-2.3.
|
|
653
|
-
{file = "pandas-2.3.
|
|
654
|
-
{file = "pandas-2.3.
|
|
655
|
-
{file = "pandas-2.3.
|
|
656
|
-
{file = "pandas-2.3.
|
|
657
|
-
{file = "pandas-2.3.
|
|
658
|
-
{file = "pandas-2.3.
|
|
659
|
-
{file = "pandas-2.3.
|
|
660
|
-
{file = "pandas-2.3.
|
|
661
|
-
{file = "pandas-2.3.
|
|
662
|
-
{file = "pandas-2.3.
|
|
663
|
-
{file = "pandas-2.3.
|
|
626
|
+
{file = "pandas-2.3.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:376c6446ae31770764215a6c937f72d917f214b43560603cd60da6408f183b6c"},
|
|
627
|
+
{file = "pandas-2.3.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e19d192383eab2f4ceb30b412b22ea30690c9e618f78870357ae1d682912015a"},
|
|
628
|
+
{file = "pandas-2.3.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5caf26f64126b6c7aec964f74266f435afef1c1b13da3b0636c7518a1fa3e2b1"},
|
|
629
|
+
{file = "pandas-2.3.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dd7478f1463441ae4ca7308a70e90b33470fa593429f9d4c578dd00d1fa78838"},
|
|
630
|
+
{file = "pandas-2.3.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:4793891684806ae50d1288c9bae9330293ab4e083ccd1c5e383c34549c6e4250"},
|
|
631
|
+
{file = "pandas-2.3.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:28083c648d9a99a5dd035ec125d42439c6c1c525098c58af0fc38dd1a7a1b3d4"},
|
|
632
|
+
{file = "pandas-2.3.3-cp310-cp310-win_amd64.whl", hash = "sha256:503cf027cf9940d2ceaa1a93cfb5f8c8c7e6e90720a2850378f0b3f3b1e06826"},
|
|
633
|
+
{file = "pandas-2.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:602b8615ebcc4a0c1751e71840428ddebeb142ec02c786e8ad6b1ce3c8dec523"},
|
|
634
|
+
{file = "pandas-2.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8fe25fc7b623b0ef6b5009149627e34d2a4657e880948ec3c840e9402e5c1b45"},
|
|
635
|
+
{file = "pandas-2.3.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b468d3dad6ff947df92dcb32ede5b7bd41a9b3cceef0a30ed925f6d01fb8fa66"},
|
|
636
|
+
{file = "pandas-2.3.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b98560e98cb334799c0b07ca7967ac361a47326e9b4e5a7dfb5ab2b1c9d35a1b"},
|
|
637
|
+
{file = "pandas-2.3.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37b5848ba49824e5c30bedb9c830ab9b7751fd049bc7914533e01c65f79791"},
|
|
638
|
+
{file = "pandas-2.3.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:db4301b2d1f926ae677a751eb2bd0e8c5f5319c9cb3f88b0becbbb0b07b34151"},
|
|
639
|
+
{file = "pandas-2.3.3-cp311-cp311-win_amd64.whl", hash = "sha256:f086f6fe114e19d92014a1966f43a3e62285109afe874f067f5abbdcbb10e59c"},
|
|
640
|
+
{file = "pandas-2.3.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d21f6d74eb1725c2efaa71a2bfc661a0689579b58e9c0ca58a739ff0b002b53"},
|
|
641
|
+
{file = "pandas-2.3.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3fd2f887589c7aa868e02632612ba39acb0b8948faf5cc58f0850e165bd46f35"},
|
|
642
|
+
{file = "pandas-2.3.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ecaf1e12bdc03c86ad4a7ea848d66c685cb6851d807a26aa245ca3d2017a1908"},
|
|
643
|
+
{file = "pandas-2.3.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b3d11d2fda7eb164ef27ffc14b4fcab16a80e1ce67e9f57e19ec0afaf715ba89"},
|
|
644
|
+
{file = "pandas-2.3.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a68e15f780eddf2b07d242e17a04aa187a7ee12b40b930bfdd78070556550e98"},
|
|
645
|
+
{file = "pandas-2.3.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:371a4ab48e950033bcf52b6527eccb564f52dc826c02afd9a1bc0ab731bba084"},
|
|
646
|
+
{file = "pandas-2.3.3-cp312-cp312-win_amd64.whl", hash = "sha256:a16dcec078a01eeef8ee61bf64074b4e524a2a3f4b3be9326420cabe59c4778b"},
|
|
647
|
+
{file = "pandas-2.3.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:56851a737e3470de7fa88e6131f41281ed440d29a9268dcbf0002da5ac366713"},
|
|
648
|
+
{file = "pandas-2.3.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bdcd9d1167f4885211e401b3036c0c8d9e274eee67ea8d0758a256d60704cfe8"},
|
|
649
|
+
{file = "pandas-2.3.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e32e7cc9af0f1cc15548288a51a3b681cc2a219faa838e995f7dc53dbab1062d"},
|
|
650
|
+
{file = "pandas-2.3.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:318d77e0e42a628c04dc56bcef4b40de67918f7041c2b061af1da41dcff670ac"},
|
|
651
|
+
{file = "pandas-2.3.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4e0a175408804d566144e170d0476b15d78458795bb18f1304fb94160cabf40c"},
|
|
652
|
+
{file = "pandas-2.3.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:93c2d9ab0fc11822b5eece72ec9587e172f63cff87c00b062f6e37448ced4493"},
|
|
653
|
+
{file = "pandas-2.3.3-cp313-cp313-win_amd64.whl", hash = "sha256:f8bfc0e12dc78f777f323f55c58649591b2cd0c43534e8355c51d3fede5f4dee"},
|
|
654
|
+
{file = "pandas-2.3.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:75ea25f9529fdec2d2e93a42c523962261e567d250b0013b16210e1d40d7c2e5"},
|
|
655
|
+
{file = "pandas-2.3.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:74ecdf1d301e812db96a465a525952f4dde225fdb6d8e5a521d47e1f42041e21"},
|
|
656
|
+
{file = "pandas-2.3.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6435cb949cb34ec11cc9860246ccb2fdc9ecd742c12d3304989017d53f039a78"},
|
|
657
|
+
{file = "pandas-2.3.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:900f47d8f20860de523a1ac881c4c36d65efcb2eb850e6948140fa781736e110"},
|
|
658
|
+
{file = "pandas-2.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a45c765238e2ed7d7c608fc5bc4a6f88b642f2f01e70c0c23d2224dd21829d86"},
|
|
659
|
+
{file = "pandas-2.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c4fc4c21971a1a9f4bdb4c73978c7f7256caa3e62b323f70d6cb80db583350bc"},
|
|
660
|
+
{file = "pandas-2.3.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:ee15f284898e7b246df8087fc82b87b01686f98ee67d85a17b7ab44143a3a9a0"},
|
|
661
|
+
{file = "pandas-2.3.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1611aedd912e1ff81ff41c745822980c49ce4a7907537be8692c8dbc31924593"},
|
|
662
|
+
{file = "pandas-2.3.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6d2cefc361461662ac48810cb14365a365ce864afe85ef1f447ff5a1e99ea81c"},
|
|
663
|
+
{file = "pandas-2.3.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ee67acbbf05014ea6c763beb097e03cd629961c8a632075eeb34247120abcb4b"},
|
|
664
|
+
{file = "pandas-2.3.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c46467899aaa4da076d5abc11084634e2d197e9460643dd455ac3db5856b24d6"},
|
|
665
|
+
{file = "pandas-2.3.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6253c72c6a1d990a410bc7de641d34053364ef8bcd3126f7e7450125887dffe3"},
|
|
666
|
+
{file = "pandas-2.3.3-cp314-cp314-win_amd64.whl", hash = "sha256:1b07204a219b3b7350abaae088f451860223a52cfb8a6c53358e7948735158e5"},
|
|
667
|
+
{file = "pandas-2.3.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2462b1a365b6109d275250baaae7b760fd25c726aaca0054649286bcfbb3e8ec"},
|
|
668
|
+
{file = "pandas-2.3.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0242fe9a49aa8b4d78a4fa03acb397a58833ef6199e9aa40a95f027bb3a1b6e7"},
|
|
669
|
+
{file = "pandas-2.3.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a21d830e78df0a515db2b3d2f5570610f5e6bd2e27749770e8bb7b524b89b450"},
|
|
670
|
+
{file = "pandas-2.3.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2e3ebdb170b5ef78f19bfb71b0dc5dc58775032361fa188e814959b74d726dd5"},
|
|
671
|
+
{file = "pandas-2.3.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:d051c0e065b94b7a3cea50eb1ec32e912cd96dba41647eb24104b6c6c14c5788"},
|
|
672
|
+
{file = "pandas-2.3.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3869faf4bd07b3b66a9f462417d0ca3a9df29a9f6abd5d0d0dbab15dac7abe87"},
|
|
673
|
+
{file = "pandas-2.3.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c503ba5216814e295f40711470446bc3fd00f0faea8a086cbc688808e26f92a2"},
|
|
674
|
+
{file = "pandas-2.3.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a637c5cdfa04b6d6e2ecedcb81fc52ffb0fd78ce2ebccc9ea964df9f658de8c8"},
|
|
675
|
+
{file = "pandas-2.3.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:854d00d556406bffe66a4c0802f334c9ad5a96b4f1f868adf036a21b11ef13ff"},
|
|
676
|
+
{file = "pandas-2.3.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bf1f8a81d04ca90e32a0aceb819d34dbd378a98bf923b6398b9a3ec0bf44de29"},
|
|
677
|
+
{file = "pandas-2.3.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:23ebd657a4d38268c7dfbdf089fbc31ea709d82e4923c5ffd4fbd5747133ce73"},
|
|
678
|
+
{file = "pandas-2.3.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5554c929ccc317d41a5e3d1234f3be588248e61f08a74dd17c9eabb535777dc9"},
|
|
679
|
+
{file = "pandas-2.3.3-cp39-cp39-win_amd64.whl", hash = "sha256:d3e28b3e83862ccf4d85ff19cf8c20b2ae7e503881711ff2d534dc8f761131aa"},
|
|
680
|
+
{file = "pandas-2.3.3.tar.gz", hash = "sha256:e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b"},
|
|
664
681
|
]
|
|
665
682
|
|
|
666
683
|
[package.dependencies]
|
|
@@ -700,7 +717,6 @@ version = "1.6.0"
|
|
|
700
717
|
description = "plugin and hook calling mechanisms for python"
|
|
701
718
|
optional = false
|
|
702
719
|
python-versions = ">=3.9"
|
|
703
|
-
groups = ["dev"]
|
|
704
720
|
files = [
|
|
705
721
|
{file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"},
|
|
706
722
|
{file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"},
|
|
@@ -712,137 +728,157 @@ testing = ["coverage", "pytest", "pytest-benchmark"]
|
|
|
712
728
|
|
|
713
729
|
[[package]]
|
|
714
730
|
name = "pydantic"
|
|
715
|
-
version = "2.
|
|
731
|
+
version = "2.12.5"
|
|
716
732
|
description = "Data validation using Python type hints"
|
|
717
733
|
optional = false
|
|
718
734
|
python-versions = ">=3.9"
|
|
719
|
-
groups = ["main"]
|
|
720
735
|
files = [
|
|
721
|
-
{file = "pydantic-2.
|
|
722
|
-
{file = "pydantic-2.
|
|
736
|
+
{file = "pydantic-2.12.5-py3-none-any.whl", hash = "sha256:e561593fccf61e8a20fc46dfc2dfe075b8be7d0188df33f221ad1f0139180f9d"},
|
|
737
|
+
{file = "pydantic-2.12.5.tar.gz", hash = "sha256:4d351024c75c0f085a9febbb665ce8c0c6ec5d30e903bdb6394b7ede26aebb49"},
|
|
723
738
|
]
|
|
724
739
|
|
|
725
740
|
[package.dependencies]
|
|
726
741
|
annotated-types = ">=0.6.0"
|
|
727
|
-
pydantic-core = "2.
|
|
728
|
-
typing-extensions = ">=4.
|
|
729
|
-
typing-inspection = ">=0.4.
|
|
742
|
+
pydantic-core = "2.41.5"
|
|
743
|
+
typing-extensions = ">=4.14.1"
|
|
744
|
+
typing-inspection = ">=0.4.2"
|
|
730
745
|
|
|
731
746
|
[package.extras]
|
|
732
747
|
email = ["email-validator (>=2.0.0)"]
|
|
733
|
-
timezone = ["tzdata
|
|
748
|
+
timezone = ["tzdata"]
|
|
734
749
|
|
|
735
750
|
[[package]]
|
|
736
751
|
name = "pydantic-core"
|
|
737
|
-
version = "2.
|
|
752
|
+
version = "2.41.5"
|
|
738
753
|
description = "Core functionality for Pydantic validation and serialization"
|
|
739
754
|
optional = false
|
|
740
755
|
python-versions = ">=3.9"
|
|
741
|
-
groups = ["main"]
|
|
742
756
|
files = [
|
|
743
|
-
{file = "pydantic_core-2.
|
|
744
|
-
{file = "pydantic_core-2.
|
|
745
|
-
{file = "pydantic_core-2.
|
|
746
|
-
{file = "pydantic_core-2.
|
|
747
|
-
{file = "pydantic_core-2.
|
|
748
|
-
{file = "pydantic_core-2.
|
|
749
|
-
{file = "pydantic_core-2.
|
|
750
|
-
{file = "pydantic_core-2.
|
|
751
|
-
{file = "pydantic_core-2.
|
|
752
|
-
{file = "pydantic_core-2.
|
|
753
|
-
{file = "pydantic_core-2.
|
|
754
|
-
{file = "pydantic_core-2.
|
|
755
|
-
{file = "pydantic_core-2.
|
|
756
|
-
{file = "pydantic_core-2.
|
|
757
|
-
{file = "pydantic_core-2.
|
|
758
|
-
{file = "pydantic_core-2.
|
|
759
|
-
{file = "pydantic_core-2.
|
|
760
|
-
{file = "pydantic_core-2.
|
|
761
|
-
{file = "pydantic_core-2.
|
|
762
|
-
{file = "pydantic_core-2.
|
|
763
|
-
{file = "pydantic_core-2.
|
|
764
|
-
{file = "pydantic_core-2.
|
|
765
|
-
{file = "pydantic_core-2.
|
|
766
|
-
{file = "pydantic_core-2.
|
|
767
|
-
{file = "pydantic_core-2.
|
|
768
|
-
{file = "pydantic_core-2.
|
|
769
|
-
{file = "pydantic_core-2.
|
|
770
|
-
{file = "pydantic_core-2.
|
|
771
|
-
{file = "pydantic_core-2.
|
|
772
|
-
{file = "pydantic_core-2.
|
|
773
|
-
{file = "pydantic_core-2.
|
|
774
|
-
{file = "pydantic_core-2.
|
|
775
|
-
{file = "pydantic_core-2.
|
|
776
|
-
{file = "pydantic_core-2.
|
|
777
|
-
{file = "pydantic_core-2.
|
|
778
|
-
{file = "pydantic_core-2.
|
|
779
|
-
{file = "pydantic_core-2.
|
|
780
|
-
{file = "pydantic_core-2.
|
|
781
|
-
{file = "pydantic_core-2.
|
|
782
|
-
{file = "pydantic_core-2.
|
|
783
|
-
{file = "pydantic_core-2.
|
|
784
|
-
{file = "pydantic_core-2.
|
|
785
|
-
{file = "pydantic_core-2.
|
|
786
|
-
{file = "pydantic_core-2.
|
|
787
|
-
{file = "pydantic_core-2.
|
|
788
|
-
{file = "pydantic_core-2.
|
|
789
|
-
{file = "pydantic_core-2.
|
|
790
|
-
{file = "pydantic_core-2.
|
|
791
|
-
{file = "pydantic_core-2.
|
|
792
|
-
{file = "pydantic_core-2.
|
|
793
|
-
{file = "pydantic_core-2.
|
|
794
|
-
{file = "pydantic_core-2.
|
|
795
|
-
{file = "pydantic_core-2.
|
|
796
|
-
{file = "pydantic_core-2.
|
|
797
|
-
{file = "pydantic_core-2.
|
|
798
|
-
{file = "pydantic_core-2.
|
|
799
|
-
{file = "pydantic_core-2.
|
|
800
|
-
{file = "pydantic_core-2.
|
|
801
|
-
{file = "pydantic_core-2.
|
|
802
|
-
{file = "pydantic_core-2.
|
|
803
|
-
{file = "pydantic_core-2.
|
|
804
|
-
{file = "pydantic_core-2.
|
|
805
|
-
{file = "pydantic_core-2.
|
|
806
|
-
{file = "pydantic_core-2.
|
|
807
|
-
{file = "pydantic_core-2.
|
|
808
|
-
{file = "pydantic_core-2.
|
|
809
|
-
{file = "pydantic_core-2.
|
|
810
|
-
{file = "pydantic_core-2.
|
|
811
|
-
{file = "pydantic_core-2.
|
|
812
|
-
{file = "pydantic_core-2.
|
|
813
|
-
{file = "pydantic_core-2.
|
|
814
|
-
{file = "pydantic_core-2.
|
|
815
|
-
{file = "pydantic_core-2.
|
|
816
|
-
{file = "pydantic_core-2.
|
|
817
|
-
{file = "pydantic_core-2.
|
|
818
|
-
{file = "pydantic_core-2.
|
|
819
|
-
{file = "pydantic_core-2.
|
|
820
|
-
{file = "pydantic_core-2.
|
|
821
|
-
{file = "pydantic_core-2.
|
|
822
|
-
{file = "pydantic_core-2.
|
|
823
|
-
{file = "pydantic_core-2.
|
|
824
|
-
{file = "pydantic_core-2.
|
|
825
|
-
{file = "pydantic_core-2.
|
|
826
|
-
{file = "pydantic_core-2.
|
|
827
|
-
{file = "pydantic_core-2.
|
|
828
|
-
{file = "pydantic_core-2.
|
|
829
|
-
{file = "pydantic_core-2.
|
|
830
|
-
{file = "pydantic_core-2.
|
|
831
|
-
{file = "pydantic_core-2.
|
|
832
|
-
{file = "pydantic_core-2.
|
|
833
|
-
{file = "pydantic_core-2.
|
|
834
|
-
{file = "pydantic_core-2.
|
|
835
|
-
{file = "pydantic_core-2.
|
|
836
|
-
{file = "pydantic_core-2.
|
|
837
|
-
{file = "pydantic_core-2.
|
|
838
|
-
{file = "pydantic_core-2.
|
|
839
|
-
{file = "pydantic_core-2.
|
|
840
|
-
{file = "pydantic_core-2.
|
|
841
|
-
{file = "pydantic_core-2.
|
|
757
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:77b63866ca88d804225eaa4af3e664c5faf3568cea95360d21f4725ab6e07146"},
|
|
758
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:dfa8a0c812ac681395907e71e1274819dec685fec28273a28905df579ef137e2"},
|
|
759
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5921a4d3ca3aee735d9fd163808f5e8dd6c6972101e4adbda9a4667908849b97"},
|
|
760
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e25c479382d26a2a41b7ebea1043564a937db462816ea07afa8a44c0866d52f9"},
|
|
761
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f547144f2966e1e16ae626d8ce72b4cfa0caedc7fa28052001c94fb2fcaa1c52"},
|
|
762
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6f52298fbd394f9ed112d56f3d11aabd0d5bd27beb3084cc3d8ad069483b8941"},
|
|
763
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:100baa204bb412b74fe285fb0f3a385256dad1d1879f0a5cb1499ed2e83d132a"},
|
|
764
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:05a2c8852530ad2812cb7914dc61a1125dc4e06252ee98e5638a12da6cc6fb6c"},
|
|
765
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:29452c56df2ed968d18d7e21f4ab0ac55e71dc59524872f6fc57dcf4a3249ed2"},
|
|
766
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:d5160812ea7a8a2ffbe233d8da666880cad0cbaf5d4de74ae15c313213d62556"},
|
|
767
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:df3959765b553b9440adfd3c795617c352154e497a4eaf3752555cfb5da8fc49"},
|
|
768
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-win32.whl", hash = "sha256:1f8d33a7f4d5a7889e60dc39856d76d09333d8a6ed0f5f1190635cbec70ec4ba"},
|
|
769
|
+
{file = "pydantic_core-2.41.5-cp310-cp310-win_amd64.whl", hash = "sha256:62de39db01b8d593e45871af2af9e497295db8d73b085f6bfd0b18c83c70a8f9"},
|
|
770
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:a3a52f6156e73e7ccb0f8cced536adccb7042be67cb45f9562e12b319c119da6"},
|
|
771
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7f3bf998340c6d4b0c9a2f02d6a400e51f123b59565d74dc60d252ce888c260b"},
|
|
772
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:378bec5c66998815d224c9ca994f1e14c0c21cb95d2f52b6021cc0b2a58f2a5a"},
|
|
773
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e7b576130c69225432866fe2f4a469a85a54ade141d96fd396dffcf607b558f8"},
|
|
774
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6cb58b9c66f7e4179a2d5e0f849c48eff5c1fca560994d6eb6543abf955a149e"},
|
|
775
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:88942d3a3dff3afc8288c21e565e476fc278902ae4d6d134f1eeda118cc830b1"},
|
|
776
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f31d95a179f8d64d90f6831d71fa93290893a33148d890ba15de25642c5d075b"},
|
|
777
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c1df3d34aced70add6f867a8cf413e299177e0c22660cc767218373d0779487b"},
|
|
778
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4009935984bd36bd2c774e13f9a09563ce8de4abaa7226f5108262fa3e637284"},
|
|
779
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:34a64bc3441dc1213096a20fe27e8e128bd3ff89921706e83c0b1ac971276594"},
|
|
780
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c9e19dd6e28fdcaa5a1de679aec4141f691023916427ef9bae8584f9c2fb3b0e"},
|
|
781
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-win32.whl", hash = "sha256:2c010c6ded393148374c0f6f0bf89d206bf3217f201faa0635dcd56bd1520f6b"},
|
|
782
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-win_amd64.whl", hash = "sha256:76ee27c6e9c7f16f47db7a94157112a2f3a00e958bc626e2f4ee8bec5c328fbe"},
|
|
783
|
+
{file = "pydantic_core-2.41.5-cp311-cp311-win_arm64.whl", hash = "sha256:4bc36bbc0b7584de96561184ad7f012478987882ebf9f9c389b23f432ea3d90f"},
|
|
784
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:f41a7489d32336dbf2199c8c0a215390a751c5b014c2c1c5366e817202e9cdf7"},
|
|
785
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:070259a8818988b9a84a449a2a7337c7f430a22acc0859c6b110aa7212a6d9c0"},
|
|
786
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e96cea19e34778f8d59fe40775a7a574d95816eb150850a85a7a4c8f4b94ac69"},
|
|
787
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ed2e99c456e3fadd05c991f8f437ef902e00eedf34320ba2b0842bd1c3ca3a75"},
|
|
788
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:65840751b72fbfd82c3c640cff9284545342a4f1eb1586ad0636955b261b0b05"},
|
|
789
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e536c98a7626a98feb2d3eaf75944ef6f3dbee447e1f841eae16f2f0a72d8ddc"},
|
|
790
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eceb81a8d74f9267ef4081e246ffd6d129da5d87e37a77c9bde550cb04870c1c"},
|
|
791
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d38548150c39b74aeeb0ce8ee1d8e82696f4a4e16ddc6de7b1d8823f7de4b9b5"},
|
|
792
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c23e27686783f60290e36827f9c626e63154b82b116d7fe9adba1fda36da706c"},
|
|
793
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:482c982f814460eabe1d3bb0adfdc583387bd4691ef00b90575ca0d2b6fe2294"},
|
|
794
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:bfea2a5f0b4d8d43adf9d7b8bf019fb46fdd10a2e5cde477fbcb9d1fa08c68e1"},
|
|
795
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-win32.whl", hash = "sha256:b74557b16e390ec12dca509bce9264c3bbd128f8a2c376eaa68003d7f327276d"},
|
|
796
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-win_amd64.whl", hash = "sha256:1962293292865bca8e54702b08a4f26da73adc83dd1fcf26fbc875b35d81c815"},
|
|
797
|
+
{file = "pydantic_core-2.41.5-cp312-cp312-win_arm64.whl", hash = "sha256:1746d4a3d9a794cacae06a5eaaccb4b8643a131d45fbc9af23e353dc0a5ba5c3"},
|
|
798
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:941103c9be18ac8daf7b7adca8228f8ed6bb7a1849020f643b3a14d15b1924d9"},
|
|
799
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:112e305c3314f40c93998e567879e887a3160bb8689ef3d2c04b6cc62c33ac34"},
|
|
800
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cbaad15cb0c90aa221d43c00e77bb33c93e8d36e0bf74760cd00e732d10a6a0"},
|
|
801
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:03ca43e12fab6023fc79d28ca6b39b05f794ad08ec2feccc59a339b02f2b3d33"},
|
|
802
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc799088c08fa04e43144b164feb0c13f9a0bc40503f8df3e9fde58a3c0c101e"},
|
|
803
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:97aeba56665b4c3235a0e52b2c2f5ae9cd071b8a8310ad27bddb3f7fb30e9aa2"},
|
|
804
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:406bf18d345822d6c21366031003612b9c77b3e29ffdb0f612367352aab7d586"},
|
|
805
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b93590ae81f7010dbe380cdeab6f515902ebcbefe0b9327cc4804d74e93ae69d"},
|
|
806
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:01a3d0ab748ee531f4ea6c3e48ad9dac84ddba4b0d82291f87248f2f9de8d740"},
|
|
807
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:6561e94ba9dacc9c61bce40e2d6bdc3bfaa0259d3ff36ace3b1e6901936d2e3e"},
|
|
808
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:915c3d10f81bec3a74fbd4faebe8391013ba61e5a1a8d48c4455b923bdda7858"},
|
|
809
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36"},
|
|
810
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11"},
|
|
811
|
+
{file = "pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd"},
|
|
812
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:3f37a19d7ebcdd20b96485056ba9e8b304e27d9904d233d7b1015db320e51f0a"},
|
|
813
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1d1d9764366c73f996edd17abb6d9d7649a7eb690006ab6adbda117717099b14"},
|
|
814
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e1c2af0fce638d5f1988b686f3b3ea8cd7de5f244ca147c777769e798a9cd1"},
|
|
815
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:506d766a8727beef16b7adaeb8ee6217c64fc813646b424d0804d67c16eddb66"},
|
|
816
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4819fa52133c9aa3c387b3328f25c1facc356491e6135b459f1de698ff64d869"},
|
|
817
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b761d210c9ea91feda40d25b4efe82a1707da2ef62901466a42492c028553a2"},
|
|
818
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22f0fb8c1c583a3b6f24df2470833b40207e907b90c928cc8d3594b76f874375"},
|
|
819
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2782c870e99878c634505236d81e5443092fba820f0373997ff75f90f68cd553"},
|
|
820
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:0177272f88ab8312479336e1d777f6b124537d47f2123f89cb37e0accea97f90"},
|
|
821
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:63510af5e38f8955b8ee5687740d6ebf7c2a0886d15a6d65c32814613681bc07"},
|
|
822
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e56ba91f47764cc14f1daacd723e3e82d1a89d783f0f5afe9c364b8bb491ccdb"},
|
|
823
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-win32.whl", hash = "sha256:aec5cf2fd867b4ff45b9959f8b20ea3993fc93e63c7363fe6851424c8a7e7c23"},
|
|
824
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-win_amd64.whl", hash = "sha256:8e7c86f27c585ef37c35e56a96363ab8de4e549a95512445b85c96d3e2f7c1bf"},
|
|
825
|
+
{file = "pydantic_core-2.41.5-cp314-cp314-win_arm64.whl", hash = "sha256:e672ba74fbc2dc8eea59fb6d4aed6845e6905fc2a8afe93175d94a83ba2a01a0"},
|
|
826
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:8566def80554c3faa0e65ac30ab0932b9e3a5cd7f8323764303d468e5c37595a"},
|
|
827
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:b80aa5095cd3109962a298ce14110ae16b8c1aece8b72f9dafe81cf597ad80b3"},
|
|
828
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3006c3dd9ba34b0c094c544c6006cc79e87d8612999f1a5d43b769b89181f23c"},
|
|
829
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72f6c8b11857a856bcfa48c86f5368439f74453563f951e473514579d44aa612"},
|
|
830
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5cb1b2f9742240e4bb26b652a5aeb840aa4b417c7748b6f8387927bc6e45e40d"},
|
|
831
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd3d54f38609ff308209bd43acea66061494157703364ae40c951f83ba99a1a9"},
|
|
832
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ff4321e56e879ee8d2a879501c8e469414d948f4aba74a2d4593184eb326660"},
|
|
833
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0d2568a8c11bf8225044aa94409e21da0cb09dcdafe9ecd10250b2baad531a9"},
|
|
834
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:a39455728aabd58ceabb03c90e12f71fd30fa69615760a075b9fec596456ccc3"},
|
|
835
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:239edca560d05757817c13dc17c50766136d21f7cd0fac50295499ae24f90fdf"},
|
|
836
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2a5e06546e19f24c6a96a129142a75cee553cc018ffee48a460059b1185f4470"},
|
|
837
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-win32.whl", hash = "sha256:b4ececa40ac28afa90871c2cc2b9ffd2ff0bf749380fbdf57d165fd23da353aa"},
|
|
838
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-win_amd64.whl", hash = "sha256:80aa89cad80b32a912a65332f64a4450ed00966111b6615ca6816153d3585a8c"},
|
|
839
|
+
{file = "pydantic_core-2.41.5-cp314-cp314t-win_arm64.whl", hash = "sha256:35b44f37a3199f771c3eaa53051bc8a70cd7b54f333531c59e29fd4db5d15008"},
|
|
840
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:8bfeaf8735be79f225f3fefab7f941c712aaca36f1128c9d7e2352ee1aa87bdf"},
|
|
841
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:346285d28e4c8017da95144c7f3acd42740d637ff41946af5ce6e5e420502dd5"},
|
|
842
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a75dafbf87d6276ddc5b2bf6fae5254e3d0876b626eb24969a574fff9149ee5d"},
|
|
843
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7b93a4d08587e2b7e7882de461e82b6ed76d9026ce91ca7915e740ecc7855f60"},
|
|
844
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e8465ab91a4bd96d36dde3263f06caa6a8a6019e4113f24dc753d79a8b3a3f82"},
|
|
845
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:299e0a22e7ae2b85c1a57f104538b2656e8ab1873511fd718a1c1c6f149b77b5"},
|
|
846
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:707625ef0983fcfb461acfaf14de2067c5942c6bb0f3b4c99158bed6fedd3cf3"},
|
|
847
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f41eb9797986d6ebac5e8edff36d5cef9de40def462311b3eb3eeded1431e425"},
|
|
848
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0384e2e1021894b1ff5a786dbf94771e2986ebe2869533874d7e43bc79c6f504"},
|
|
849
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_armv7l.whl", hash = "sha256:f0cd744688278965817fd0839c4a4116add48d23890d468bc436f78beb28abf5"},
|
|
850
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:753e230374206729bf0a807954bcc6c150d3743928a73faffee51ac6557a03c3"},
|
|
851
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-win32.whl", hash = "sha256:873e0d5b4fb9b89ef7c2d2a963ea7d02879d9da0da8d9d4933dee8ee86a8b460"},
|
|
852
|
+
{file = "pydantic_core-2.41.5-cp39-cp39-win_amd64.whl", hash = "sha256:e4f4a984405e91527a0d62649ee21138f8e3d0ef103be488c1dc11a80d7f184b"},
|
|
853
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-macosx_10_12_x86_64.whl", hash = "sha256:b96d5f26b05d03cc60f11a7761a5ded1741da411e7fe0909e27a5e6a0cb7b034"},
|
|
854
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-macosx_11_0_arm64.whl", hash = "sha256:634e8609e89ceecea15e2d61bc9ac3718caaaa71963717bf3c8f38bfde64242c"},
|
|
855
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:93e8740d7503eb008aa2df04d3b9735f845d43ae845e6dcd2be0b55a2da43cd2"},
|
|
856
|
+
{file = "pydantic_core-2.41.5-graalpy311-graalpy242_311_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f15489ba13d61f670dcc96772e733aad1a6f9c429cc27574c6cdaed82d0146ad"},
|
|
857
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:7da7087d756b19037bc2c06edc6c170eeef3c3bafcb8f532ff17d64dc427adfd"},
|
|
858
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:aabf5777b5c8ca26f7824cb4a120a740c9588ed58df9b2d196ce92fba42ff8dc"},
|
|
859
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c007fe8a43d43b3969e8469004e9845944f1a80e6acd47c150856bb87f230c56"},
|
|
860
|
+
{file = "pydantic_core-2.41.5-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:76d0819de158cd855d1cbb8fcafdf6f5cf1eb8e470abe056d5d161106e38062b"},
|
|
861
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b5819cd790dbf0c5eb9f82c73c16b39a65dd6dd4d1439dcdea7816ec9adddab8"},
|
|
862
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:5a4e67afbc95fa5c34cf27d9089bca7fcab4e51e57278d710320a70b956d1b9a"},
|
|
863
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ece5c59f0ce7d001e017643d8d24da587ea1f74f6993467d85ae8a5ef9d4f42b"},
|
|
864
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:16f80f7abe3351f8ea6858914ddc8c77e02578544a0ebc15b4c2e1a0e813b0b2"},
|
|
865
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:33cb885e759a705b426baada1fe68cbb0a2e68e34c5d0d0289a364cf01709093"},
|
|
866
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:c8d8b4eb992936023be7dee581270af5c6e0697a8559895f527f5b7105ecd36a"},
|
|
867
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:242a206cd0318f95cd21bdacff3fcc3aab23e79bba5cac3db5a841c9ef9c6963"},
|
|
868
|
+
{file = "pydantic_core-2.41.5-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:d3a978c4f57a597908b7e697229d996d77a6d3c94901e9edee593adada95ce1a"},
|
|
869
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b2379fa7ed44ddecb5bfe4e48577d752db9fc10be00a6b7446e9663ba143de26"},
|
|
870
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:266fb4cbf5e3cbd0b53669a6d1b039c45e3ce651fd5442eff4d07c2cc8d66808"},
|
|
871
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58133647260ea01e4d0500089a8c4f07bd7aa6ce109682b1426394988d8aaacc"},
|
|
872
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:287dad91cfb551c363dc62899a80e9e14da1f0e2b6ebde82c806612ca2a13ef1"},
|
|
873
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:03b77d184b9eb40240ae9fd676ca364ce1085f203e1b1256f8ab9984dca80a84"},
|
|
874
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:a668ce24de96165bb239160b3d854943128f4334822900534f2fe947930e5770"},
|
|
875
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f14f8f046c14563f8eb3f45f499cc658ab8d10072961e07225e507adb700e93f"},
|
|
876
|
+
{file = "pydantic_core-2.41.5-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:56121965f7a4dc965bff783d70b907ddf3d57f6eba29b6d2e5dabfaf07799c51"},
|
|
877
|
+
{file = "pydantic_core-2.41.5.tar.gz", hash = "sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e"},
|
|
842
878
|
]
|
|
843
879
|
|
|
844
880
|
[package.dependencies]
|
|
845
|
-
typing-extensions = ">=4.
|
|
881
|
+
typing-extensions = ">=4.14.1"
|
|
846
882
|
|
|
847
883
|
[[package]]
|
|
848
884
|
name = "pyjwt"
|
|
@@ -850,7 +886,6 @@ version = "2.10.1"
|
|
|
850
886
|
description = "JSON Web Token implementation in Python"
|
|
851
887
|
optional = false
|
|
852
888
|
python-versions = ">=3.9"
|
|
853
|
-
groups = ["main"]
|
|
854
889
|
files = [
|
|
855
890
|
{file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"},
|
|
856
891
|
{file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"},
|
|
@@ -864,14 +899,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
|
|
|
864
899
|
|
|
865
900
|
[[package]]
|
|
866
901
|
name = "pyparsing"
|
|
867
|
-
version = "3.2
|
|
868
|
-
description = "pyparsing
|
|
902
|
+
version = "3.3.2"
|
|
903
|
+
description = "pyparsing - Classes and methods to define and execute parsing grammars"
|
|
869
904
|
optional = false
|
|
870
905
|
python-versions = ">=3.9"
|
|
871
|
-
groups = ["main"]
|
|
872
906
|
files = [
|
|
873
|
-
{file = "pyparsing-3.2
|
|
874
|
-
{file = "pyparsing-3.2.
|
|
907
|
+
{file = "pyparsing-3.3.2-py3-none-any.whl", hash = "sha256:850ba148bd908d7e2411587e247a1e4f0327839c40e2e5e6d05a007ecc69911d"},
|
|
908
|
+
{file = "pyparsing-3.3.2.tar.gz", hash = "sha256:c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc"},
|
|
875
909
|
]
|
|
876
910
|
|
|
877
911
|
[package.extras]
|
|
@@ -883,7 +917,6 @@ version = "7.4.4"
|
|
|
883
917
|
description = "pytest: simple powerful testing with Python"
|
|
884
918
|
optional = false
|
|
885
919
|
python-versions = ">=3.7"
|
|
886
|
-
groups = ["dev"]
|
|
887
920
|
files = [
|
|
888
921
|
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
|
|
889
922
|
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
|
|
@@ -904,7 +937,6 @@ version = "2.9.0.post0"
|
|
|
904
937
|
description = "Extensions to the standard Python datetime module"
|
|
905
938
|
optional = false
|
|
906
939
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
907
|
-
groups = ["main"]
|
|
908
940
|
files = [
|
|
909
941
|
{file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
|
|
910
942
|
{file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
|
|
@@ -919,7 +951,6 @@ version = "2025.2"
|
|
|
919
951
|
description = "World timezone definitions, modern and historical"
|
|
920
952
|
optional = false
|
|
921
953
|
python-versions = "*"
|
|
922
|
-
groups = ["main"]
|
|
923
954
|
files = [
|
|
924
955
|
{file = "pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"},
|
|
925
956
|
{file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"},
|
|
@@ -927,14 +958,13 @@ files = [
|
|
|
927
958
|
|
|
928
959
|
[[package]]
|
|
929
960
|
name = "rdflib"
|
|
930
|
-
version = "7.
|
|
961
|
+
version = "7.5.0"
|
|
931
962
|
description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
|
|
932
963
|
optional = false
|
|
933
|
-
python-versions = "
|
|
934
|
-
groups = ["main"]
|
|
964
|
+
python-versions = ">=3.8.1"
|
|
935
965
|
files = [
|
|
936
|
-
{file = "rdflib-7.
|
|
937
|
-
{file = "rdflib-7.
|
|
966
|
+
{file = "rdflib-7.5.0-py3-none-any.whl", hash = "sha256:b011dfc40d0fc8a44252e906dcd8fc806a7859bc231be190c37e9568a31ac572"},
|
|
967
|
+
{file = "rdflib-7.5.0.tar.gz", hash = "sha256:663083443908b1830e567350d72e74d9948b310f827966358d76eebdc92bf592"},
|
|
938
968
|
]
|
|
939
969
|
|
|
940
970
|
[package.dependencies]
|
|
@@ -946,17 +976,17 @@ html = ["html5rdf (>=1.2,<2)"]
|
|
|
946
976
|
lxml = ["lxml (>=4.3,<6.0)"]
|
|
947
977
|
networkx = ["networkx (>=2,<4)"]
|
|
948
978
|
orjson = ["orjson (>=3.9.14,<4)"]
|
|
979
|
+
rdf4j = ["httpx (>=0.28.1,<0.29.0)"]
|
|
949
980
|
|
|
950
981
|
[[package]]
|
|
951
982
|
name = "requests"
|
|
952
|
-
version = "2.32.
|
|
983
|
+
version = "2.32.5"
|
|
953
984
|
description = "Python HTTP for Humans."
|
|
954
985
|
optional = false
|
|
955
|
-
python-versions = ">=3.
|
|
956
|
-
groups = ["main"]
|
|
986
|
+
python-versions = ">=3.9"
|
|
957
987
|
files = [
|
|
958
|
-
{file = "requests-2.32.
|
|
959
|
-
{file = "requests-2.32.
|
|
988
|
+
{file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
|
|
989
|
+
{file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
|
|
960
990
|
]
|
|
961
991
|
|
|
962
992
|
[package.dependencies]
|
|
@@ -975,7 +1005,6 @@ version = "1.0.0"
|
|
|
975
1005
|
description = "common routines for ruamel packages"
|
|
976
1006
|
optional = false
|
|
977
1007
|
python-versions = "*"
|
|
978
|
-
groups = ["main"]
|
|
979
1008
|
files = [
|
|
980
1009
|
{file = "ruamel.base-1.0.0-py2-none-any.whl", hash = "sha256:ff7fe471b3d715fe4f2c4663d9e6d82efbeb3cea8e72accb99fd4fa90df7e5f9"},
|
|
981
1010
|
{file = "ruamel.base-1.0.0-py3-none-any.whl", hash = "sha256:3613a90afcf0735540804af2a693f630a0bccebefec9b4023a39e88950bb294e"},
|
|
@@ -984,18 +1013,17 @@ files = [
|
|
|
984
1013
|
|
|
985
1014
|
[[package]]
|
|
986
1015
|
name = "ruamel-yaml"
|
|
987
|
-
version = "0.18.
|
|
1016
|
+
version = "0.18.17"
|
|
988
1017
|
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
|
|
989
1018
|
optional = false
|
|
990
|
-
python-versions = ">=3.
|
|
991
|
-
groups = ["main"]
|
|
1019
|
+
python-versions = ">=3.9"
|
|
992
1020
|
files = [
|
|
993
|
-
{file = "
|
|
994
|
-
{file = "
|
|
1021
|
+
{file = "ruamel_yaml-0.18.17-py3-none-any.whl", hash = "sha256:9c8ba9eb3e793efdf924b60d521820869d5bf0cb9c6f1b82d82de8295e290b9d"},
|
|
1022
|
+
{file = "ruamel_yaml-0.18.17.tar.gz", hash = "sha256:9091cd6e2d93a3a4b157ddb8fabf348c3de7f1fb1381346d985b6b247dcd8d3c"},
|
|
995
1023
|
]
|
|
996
1024
|
|
|
997
1025
|
[package.dependencies]
|
|
998
|
-
"ruamel.yaml.clib" = {version = ">=0.2.
|
|
1026
|
+
"ruamel.yaml.clib" = {version = ">=0.2.15", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.15\""}
|
|
999
1027
|
|
|
1000
1028
|
[package.extras]
|
|
1001
1029
|
docs = ["mercurial (>5.7)", "ryd"]
|
|
@@ -1003,71 +1031,83 @@ jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"]
|
|
|
1003
1031
|
|
|
1004
1032
|
[[package]]
|
|
1005
1033
|
name = "ruamel-yaml-clib"
|
|
1006
|
-
version = "0.2.
|
|
1034
|
+
version = "0.2.15"
|
|
1007
1035
|
description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
|
|
1008
1036
|
optional = false
|
|
1009
1037
|
python-versions = ">=3.9"
|
|
1010
|
-
groups = ["main"]
|
|
1011
|
-
markers = "platform_python_implementation == \"CPython\" and python_version < \"3.14\""
|
|
1012
1038
|
files = [
|
|
1013
|
-
{file = "
|
|
1014
|
-
{file = "
|
|
1015
|
-
{file = "
|
|
1016
|
-
{file = "
|
|
1017
|
-
{file = "
|
|
1018
|
-
{file = "
|
|
1019
|
-
{file = "
|
|
1020
|
-
{file = "
|
|
1021
|
-
{file = "
|
|
1022
|
-
{file = "
|
|
1023
|
-
{file = "
|
|
1024
|
-
{file = "
|
|
1025
|
-
{file = "
|
|
1026
|
-
{file = "
|
|
1027
|
-
{file = "
|
|
1028
|
-
{file = "
|
|
1029
|
-
{file = "
|
|
1030
|
-
{file = "
|
|
1031
|
-
{file = "
|
|
1032
|
-
{file = "
|
|
1033
|
-
{file = "
|
|
1034
|
-
{file = "
|
|
1035
|
-
{file = "
|
|
1036
|
-
{file = "
|
|
1037
|
-
{file = "
|
|
1038
|
-
{file = "
|
|
1039
|
-
{file = "
|
|
1040
|
-
{file = "
|
|
1041
|
-
{file = "
|
|
1042
|
-
{file = "
|
|
1043
|
-
{file = "
|
|
1044
|
-
{file = "
|
|
1045
|
-
{file = "
|
|
1046
|
-
{file = "
|
|
1047
|
-
{file = "
|
|
1048
|
-
{file = "
|
|
1049
|
-
{file = "
|
|
1050
|
-
{file = "
|
|
1051
|
-
{file = "
|
|
1052
|
-
{file = "
|
|
1053
|
-
{file = "
|
|
1054
|
-
{file = "
|
|
1055
|
-
{file = "
|
|
1056
|
-
{file = "
|
|
1057
|
-
{file = "
|
|
1058
|
-
{file = "
|
|
1039
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:88eea8baf72f0ccf232c22124d122a7f26e8a24110a0273d9bcddcb0f7e1fa03"},
|
|
1040
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9b6f7d74d094d1f3a4e157278da97752f16ee230080ae331fcc219056ca54f77"},
|
|
1041
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:4be366220090d7c3424ac2b71c90d1044ea34fca8c0b88f250064fd06087e614"},
|
|
1042
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1f66f600833af58bea694d5892453f2270695b92200280ee8c625ec5a477eed3"},
|
|
1043
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:da3d6adadcf55a93c214d23941aef4abfd45652110aed6580e814152f385b862"},
|
|
1044
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e9fde97ecb7bb9c41261c2ce0da10323e9227555c674989f8d9eb7572fc2098d"},
|
|
1045
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:05c70f7f86be6f7bee53794d80050a28ae7e13e4a0087c1839dcdefd68eb36b6"},
|
|
1046
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:6f1d38cbe622039d111b69e9ca945e7e3efebb30ba998867908773183357f3ed"},
|
|
1047
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-win32.whl", hash = "sha256:fe239bdfdae2302e93bd6e8264bd9b71290218fff7084a9db250b55caaccf43f"},
|
|
1048
|
+
{file = "ruamel_yaml_clib-0.2.15-cp310-cp310-win_amd64.whl", hash = "sha256:468858e5cbde0198337e6a2a78eda8c3fb148bdf4c6498eaf4bc9ba3f8e780bd"},
|
|
1049
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c583229f336682b7212a43d2fa32c30e643d3076178fb9f7a6a14dde85a2d8bd"},
|
|
1050
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:56ea19c157ed8c74b6be51b5fa1c3aff6e289a041575f0556f66e5fb848bb137"},
|
|
1051
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:5fea0932358e18293407feb921d4f4457db837b67ec1837f87074667449f9401"},
|
|
1052
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef71831bd61fbdb7aa0399d5c4da06bea37107ab5c79ff884cc07f2450910262"},
|
|
1053
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:617d35dc765715fa86f8c3ccdae1e4229055832c452d4ec20856136acc75053f"},
|
|
1054
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1b45498cc81a4724a2d42273d6cfc243c0547ad7c6b87b4f774cb7bcc131c98d"},
|
|
1055
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:def5663361f6771b18646620fca12968aae730132e104688766cf8a3b1d65922"},
|
|
1056
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:014181cdec565c8745b7cbc4de3bf2cc8ced05183d986e6d1200168e5bb59490"},
|
|
1057
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-win32.whl", hash = "sha256:d290eda8f6ada19e1771b54e5706b8f9807e6bb08e873900d5ba114ced13e02c"},
|
|
1058
|
+
{file = "ruamel_yaml_clib-0.2.15-cp311-cp311-win_amd64.whl", hash = "sha256:bdc06ad71173b915167702f55d0f3f027fc61abd975bd308a0968c02db4a4c3e"},
|
|
1059
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cb15a2e2a90c8475df45c0949793af1ff413acfb0a716b8b94e488ea95ce7cff"},
|
|
1060
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:64da03cbe93c1e91af133f5bec37fd24d0d4ba2418eaf970d7166b0a26a148a2"},
|
|
1061
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:f6d3655e95a80325b84c4e14c080b2470fe4f33b6846f288379ce36154993fb1"},
|
|
1062
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:71845d377c7a47afc6592aacfea738cc8a7e876d586dfba814501d8c53c1ba60"},
|
|
1063
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11e5499db1ccbc7f4b41f0565e4f799d863ea720e01d3e99fa0b7b5fcd7802c9"},
|
|
1064
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4b293a37dc97e2b1e8a1aec62792d1e52027087c8eea4fc7b5abd2bdafdd6642"},
|
|
1065
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:512571ad41bba04eac7268fe33f7f4742210ca26a81fe0c75357fa682636c690"},
|
|
1066
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e5e9f630c73a490b758bf14d859a39f375e6999aea5ddd2e2e9da89b9953486a"},
|
|
1067
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-win32.whl", hash = "sha256:f4421ab780c37210a07d138e56dd4b51f8642187cdfb433eb687fe8c11de0144"},
|
|
1068
|
+
{file = "ruamel_yaml_clib-0.2.15-cp312-cp312-win_amd64.whl", hash = "sha256:2b216904750889133d9222b7b873c199d48ecbb12912aca78970f84a5aa1a4bc"},
|
|
1069
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:4dcec721fddbb62e60c2801ba08c87010bd6b700054a09998c4d09c08147b8fb"},
|
|
1070
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:65f48245279f9bb301d1276f9679b82e4c080a1ae25e679f682ac62446fac471"},
|
|
1071
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:46895c17ead5e22bea5e576f1db7e41cb273e8d062c04a6a49013d9f60996c25"},
|
|
1072
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3eb199178b08956e5be6288ee0b05b2fb0b5c1f309725ad25d9c6ea7e27f962a"},
|
|
1073
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4d1032919280ebc04a80e4fb1e93f7a738129857eaec9448310e638c8bccefcf"},
|
|
1074
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ab0df0648d86a7ecbd9c632e8f8d6b21bb21b5fc9d9e095c796cacf32a728d2d"},
|
|
1075
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:331fb180858dd8534f0e61aa243b944f25e73a4dae9962bd44c46d1761126bbf"},
|
|
1076
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fd4c928ddf6bce586285daa6d90680b9c291cfd045fc40aad34e445d57b1bf51"},
|
|
1077
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-win32.whl", hash = "sha256:bf0846d629e160223805db9fe8cc7aec16aaa11a07310c50c8c7164efa440aec"},
|
|
1078
|
+
{file = "ruamel_yaml_clib-0.2.15-cp313-cp313-win_amd64.whl", hash = "sha256:45702dfbea1420ba3450bb3dd9a80b33f0badd57539c6aac09f42584303e0db6"},
|
|
1079
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:753faf20b3a5906faf1fc50e4ddb8c074cb9b251e00b14c18b28492f933ac8ef"},
|
|
1080
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:480894aee0b29752560a9de46c0e5f84a82602f2bc5c6cde8db9a345319acfdf"},
|
|
1081
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:4d3b58ab2454b4747442ac76fab66739c72b1e2bb9bd173d7694b9f9dbc9c000"},
|
|
1082
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bfd309b316228acecfa30670c3887dcedf9b7a44ea39e2101e75d2654522acd4"},
|
|
1083
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2812ff359ec1f30129b62372e5f22a52936fac13d5d21e70373dbca5d64bb97c"},
|
|
1084
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7e74ea87307303ba91073b63e67f2c667e93f05a8c63079ee5b7a5c8d0d7b043"},
|
|
1085
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:713cd68af9dfbe0bb588e144a61aad8dcc00ef92a82d2e87183ca662d242f524"},
|
|
1086
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:542d77b72786a35563f97069b9379ce762944e67055bea293480f7734b2c7e5e"},
|
|
1087
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-win32.whl", hash = "sha256:424ead8cef3939d690c4b5c85ef5b52155a231ff8b252961b6516ed7cf05f6aa"},
|
|
1088
|
+
{file = "ruamel_yaml_clib-0.2.15-cp314-cp314-win_amd64.whl", hash = "sha256:ac9b8d5fa4bb7fd2917ab5027f60d4234345fd366fe39aa711d5dca090aa1467"},
|
|
1089
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:923816815974425fbb1f1bf57e85eca6e14d8adc313c66db21c094927ad01815"},
|
|
1090
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:dcc7f3162d3711fd5d52e2267e44636e3e566d1e5675a5f0b30e98f2c4af7974"},
|
|
1091
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:5d3c9210219cbc0f22706f19b154c9a798ff65a6beeafbf77fc9c057ec806f7d"},
|
|
1092
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bb7b728fd9f405aa00b4a0b17ba3f3b810d0ccc5f77f7373162e9b5f0ff75d5"},
|
|
1093
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3cb75a3c14f1d6c3c2a94631e362802f70e83e20d1f2b2ef3026c05b415c4900"},
|
|
1094
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:badd1d7283f3e5894779a6ea8944cc765138b96804496c91812b2829f70e18a7"},
|
|
1095
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:0ba6604bbc3dfcef844631932d06a1a4dcac3fee904efccf582261948431628a"},
|
|
1096
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a8220fd4c6f98485e97aea65e1df76d4fed1678ede1fe1d0eed2957230d287c4"},
|
|
1097
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-win32.whl", hash = "sha256:04d21dc9c57d9608225da28285900762befbb0165ae48482c15d8d4989d4af14"},
|
|
1098
|
+
{file = "ruamel_yaml_clib-0.2.15-cp39-cp39-win_amd64.whl", hash = "sha256:27dc656e84396e6d687f97c6e65fb284d100483628f02d95464fd731743a4afe"},
|
|
1099
|
+
{file = "ruamel_yaml_clib-0.2.15.tar.gz", hash = "sha256:46e4cc8c43ef6a94885f72512094e482114a8a706d3c555a34ed4b0d20200600"},
|
|
1059
1100
|
]
|
|
1060
1101
|
|
|
1061
1102
|
[[package]]
|
|
1062
1103
|
name = "s3transfer"
|
|
1063
|
-
version = "0.
|
|
1104
|
+
version = "0.16.0"
|
|
1064
1105
|
description = "An Amazon S3 Transfer Manager"
|
|
1065
1106
|
optional = false
|
|
1066
1107
|
python-versions = ">=3.9"
|
|
1067
|
-
groups = ["main"]
|
|
1068
1108
|
files = [
|
|
1069
|
-
{file = "s3transfer-0.
|
|
1070
|
-
{file = "s3transfer-0.
|
|
1109
|
+
{file = "s3transfer-0.16.0-py3-none-any.whl", hash = "sha256:18e25d66fed509e3868dc1572b3f427ff947dd2c56f844a5bf09481ad3f3b2fe"},
|
|
1110
|
+
{file = "s3transfer-0.16.0.tar.gz", hash = "sha256:8e990f13268025792229cd52fa10cb7163744bf56e719e0b9cb925ab79abf920"},
|
|
1071
1111
|
]
|
|
1072
1112
|
|
|
1073
1113
|
[package.dependencies]
|
|
@@ -1078,44 +1118,66 @@ crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"]
|
|
|
1078
1118
|
|
|
1079
1119
|
[[package]]
|
|
1080
1120
|
name = "schema-salad"
|
|
1081
|
-
version = "8.9.
|
|
1121
|
+
version = "8.9.20251102115403"
|
|
1082
1122
|
description = "Schema Annotations for Linked Avro Data (SALAD)"
|
|
1083
1123
|
optional = false
|
|
1084
1124
|
python-versions = "<3.15,>=3.9"
|
|
1085
|
-
groups = ["main"]
|
|
1086
1125
|
files = [
|
|
1087
|
-
{file = "schema_salad-8.9.
|
|
1088
|
-
{file = "schema_salad-8.9.
|
|
1089
|
-
{file = "schema_salad-8.9.
|
|
1090
|
-
{file = "schema_salad-8.9.
|
|
1091
|
-
{file = "schema_salad-8.9.
|
|
1092
|
-
{file = "schema_salad-8.9.
|
|
1093
|
-
{file = "schema_salad-8.9.
|
|
1094
|
-
{file = "schema_salad-8.9.
|
|
1095
|
-
{file = "schema_salad-8.9.
|
|
1096
|
-
{file = "schema_salad-8.9.
|
|
1097
|
-
{file = "schema_salad-8.9.
|
|
1098
|
-
{file = "schema_salad-8.9.
|
|
1099
|
-
{file = "schema_salad-8.9.
|
|
1100
|
-
{file = "schema_salad-8.9.
|
|
1101
|
-
{file = "schema_salad-8.9.
|
|
1102
|
-
{file = "schema_salad-8.9.
|
|
1103
|
-
{file = "schema_salad-8.9.
|
|
1104
|
-
{file = "schema_salad-8.9.
|
|
1105
|
-
{file = "schema_salad-8.9.
|
|
1106
|
-
{file = "schema_salad-8.9.
|
|
1107
|
-
{file = "schema_salad-8.9.
|
|
1108
|
-
{file = "schema_salad-8.9.
|
|
1109
|
-
{file = "schema_salad-8.9.
|
|
1110
|
-
{file = "schema_salad-8.9.
|
|
1111
|
-
{file = "schema_salad-8.9.
|
|
1112
|
-
{file = "schema_salad-8.9.
|
|
1113
|
-
{file = "schema_salad-8.9.
|
|
1126
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:47f21c19ed7136ccf8ec3a7cf724f525b702a10e716ca50a49c9be62c6d63694"},
|
|
1127
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:afa2b9dcf82bf6d6f3044337b00d98aedd90f3e2db25a8ef45c545c4031bad8a"},
|
|
1128
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c3e31afed7d54d5d422adf2b21aad6a748858575f2665f12818932a380aabf5f"},
|
|
1129
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d4ac35f4d417d2645e976486197518b771bd59f3a7538d932bb957f7a58b6138"},
|
|
1130
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a1f0f516d02f1ad643fc9e766467b95234847cc7d2f106a002215b488f50bc7b"},
|
|
1131
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:44f82af486c581a2a7cd9a3f9a00e0e8167f3c26c55853bf6417faa491efc6a8"},
|
|
1132
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:f8eaf0111f61629abfe9e7832e5749541dff4bda23d40bec072753a0f1be3382"},
|
|
1133
|
+
{file = "schema_salad-8.9.20251102115403-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:bf06b8bc068e974b13d601d9c7866ae58fe5c8b745766eb9ac49d8825bd2101a"},
|
|
1134
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:dc64c2fd23c5dbca8241239562ce781a097bfa9cf8d0813cf3d2e6d08a58de58"},
|
|
1135
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f057c156e18fe322c01be7855ae022af539d567494471a7b6375b6863b91cd8c"},
|
|
1136
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef7a7245b54813b11809f3a459819ed4949fb10da6df570283835907385d7c1d"},
|
|
1137
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c6e1f88ab08b2453a998970f7ff720a6d77cb3653f9f0100938f555e904f92c8"},
|
|
1138
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:fd75a42a3af05dd6762714437e0e7ad6ff4e556b39cd6edb7c3dbc92c6768ea2"},
|
|
1139
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7f3bc453f836f1f5e05eb944edbf023f843eee341153bc6cf49af025041a0415"},
|
|
1140
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:43f68972a9027ef127723eb956ef101d13d4550af0eb185fbb2ebd4160181b9c"},
|
|
1141
|
+
{file = "schema_salad-8.9.20251102115403-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:2068f2df4b4fa2efa899bf9cc4f0df397af37abbd55779fae64fd6259eb27d5c"},
|
|
1142
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:07c8949153f169ff44034c57f920eb35bf91ee417b67f51ad5c448233ac69ae2"},
|
|
1143
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3821c6736afd5a1e23588553ef939bf1ef6b9cb87ccdcfc6f8822f8c736bea0b"},
|
|
1144
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9f36d06351ce67e3ac2a007cec1a21a81f67427247975ac261478b47b4096742"},
|
|
1145
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8652ffce565a21a55a8347caeec679c61d4d66d4d2b8458f7999d75965771a14"},
|
|
1146
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ee07d8293e6d36fe1ee36f6eeb2f97f02bd168a567a4673f555d0347993f1ccf"},
|
|
1147
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6841ecb4eccb1a9ed27efbbe3b51e11bb63b05686c6889b580cd2007b29d6e94"},
|
|
1148
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:b829c82c1d3aff2be6c4219f422073a9e589472bc329e2d96c087ed2d742641e"},
|
|
1149
|
+
{file = "schema_salad-8.9.20251102115403-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:03a3e3bb71c858ab2a67eda0b2e7ff7618694f384727d4d6e3889b0c97705d37"},
|
|
1150
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:68f1e6d76615b552aa59ce9584622f27354d2100490ee664b137da1b59f30447"},
|
|
1151
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:77cf8b59640c81c4cbed2b91a3a4ac572ebd957edcb71c05a5d8aa380fcbe87b"},
|
|
1152
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1054ed355aaf904298a84ae410442fab7c01cd2f8fc6d9ce4feae803d37effe3"},
|
|
1153
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:978283b037ece8d397b8b256c1b0a8c2119128704f432a2d3ed43fcae2bbd6aa"},
|
|
1154
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:0578fbd022a04049debf585267208c8fde238215f4405d835619cde6a37a0f56"},
|
|
1155
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ac01bb61c93ed2a4f72e375590063367a117711c3ec4a0080aab772ef740ca3a"},
|
|
1156
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:2564227103c2eae87132a0b9fdba78050513082f3b2bb497124721e89cfed855"},
|
|
1157
|
+
{file = "schema_salad-8.9.20251102115403-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:76b479ceba5731e9e75503d509bac9fc77f1ad9fec7c8062ed21c8f0e6cfbff0"},
|
|
1158
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:8d12fe61d68cbce0de95e5206dcd24d18bdb77a41830ab4c7b5794326ed23d90"},
|
|
1159
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:38c5faa34f7f70641ea4984f65aab062cc78c8f4528e3f2c092fa81503fc937d"},
|
|
1160
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:90523b289ef9594eb89e846019bea356ee7f9b26d1daef2e20877d807732760f"},
|
|
1161
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d7f9dcdafe3ca64f28a1ee219434bc1297801c9435b7431817e435e782f1c1db"},
|
|
1162
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:15f33db77f02ff9fc6da51fd58f464c1cc1cc9e9cbc5adb07a5fe49af36855d9"},
|
|
1163
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:3cefad6e4eb2e6bfa5cd82356183f0e7fd7732bb731306e376cbecae75e41204"},
|
|
1164
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:e79c946aafc4c4c831c03fd7c56e8221ffdf2a605205e894b72e72b5506c19fc"},
|
|
1165
|
+
{file = "schema_salad-8.9.20251102115403-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5743f6deb82141b313967b5e68db83eaf38df332fe4c4b5962c7773ff4a9c799"},
|
|
1166
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ecb8f562e7d55f967c49890042f52278668dcdd511535f58bb6e2bef5631dbe4"},
|
|
1167
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:905b7ca357252266c2eb3ae29b3df5c532290a58647d3cbffb8bb776441a2a32"},
|
|
1168
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a6efaa76968d72ed2b81fbbece00fa7cf5269bd7ff127624b3e59f966fb39048"},
|
|
1169
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:808f7e6b5205cb897bb341e4e6f0ac5bfb913acbb0a53bda7286cde60cd83b78"},
|
|
1170
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:eb14eb10ea7317bb2c17fd45e4e0b994493491515202f0a2a8a14344cc04b0e7"},
|
|
1171
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:b08426177d0510ccbf45c273c57f72421191799ccd2a1c6164d98896e89d09f3"},
|
|
1172
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:39ac950297425587cfe7bc4ee712682a126f7662ee550b1b6e6c3f20f37ef8c7"},
|
|
1173
|
+
{file = "schema_salad-8.9.20251102115403-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:f65e7c68fe494b5ac5def5a44f8dc0aca43d223f221db04c4f8a02d19b1d98cc"},
|
|
1174
|
+
{file = "schema_salad-8.9.20251102115403-py3-none-any.whl", hash = "sha256:5065300fd7475e443bc3abb3d97e107c651afd6d7c8c0fbd868ed00a0ac87d22"},
|
|
1175
|
+
{file = "schema_salad-8.9.20251102115403.tar.gz", hash = "sha256:66b535d8f18ed16436aa400f785b0acca9d757064aaefd311dbe2043c1737286"},
|
|
1114
1176
|
]
|
|
1115
1177
|
|
|
1116
1178
|
[package.dependencies]
|
|
1117
1179
|
CacheControl = {version = ">=0.13.1,<0.15", extras = ["filecache"]}
|
|
1118
|
-
mistune = ">=3,<3.
|
|
1180
|
+
mistune = ">=3,<3.2"
|
|
1119
1181
|
mypy_extensions = "*"
|
|
1120
1182
|
rdflib = ">=4.2.2,<8.0.0"
|
|
1121
1183
|
requests = ">=1.0"
|
|
@@ -1125,104 +1187,65 @@ requests = ">=1.0"
|
|
|
1125
1187
|
docs = ["pytest (<9)", "sphinx (>=2.2)", "sphinx-autoapi", "sphinx-autodoc-typehints", "sphinx-rtd-theme (>=1)", "sphinxcontrib-autoprogram"]
|
|
1126
1188
|
pycodegen = ["black"]
|
|
1127
1189
|
|
|
1128
|
-
[[package]]
|
|
1129
|
-
name = "setuptools"
|
|
1130
|
-
version = "80.9.0"
|
|
1131
|
-
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
1132
|
-
optional = false
|
|
1133
|
-
python-versions = ">=3.9"
|
|
1134
|
-
groups = ["main"]
|
|
1135
|
-
files = [
|
|
1136
|
-
{file = "setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922"},
|
|
1137
|
-
{file = "setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"},
|
|
1138
|
-
]
|
|
1139
|
-
|
|
1140
|
-
[package.extras]
|
|
1141
|
-
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\"", "ruff (>=0.8.0) ; sys_platform != \"cygwin\""]
|
|
1142
|
-
core = ["importlib_metadata (>=6) ; python_version < \"3.10\"", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more_itertools", "more_itertools (>=8.8)", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1) ; python_version < \"3.11\"", "wheel (>=0.43.0)"]
|
|
1143
|
-
cover = ["pytest-cov"]
|
|
1144
|
-
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
|
|
1145
|
-
enabler = ["pytest-enabler (>=2.2)"]
|
|
1146
|
-
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21) ; python_version >= \"3.9\" and sys_platform != \"cygwin\"", "jaraco.envs (>=2.2)", "jaraco.path (>=3.7.2)", "jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf ; sys_platform != \"cygwin\"", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
|
1147
|
-
type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"", "jaraco.develop (>=7.21) ; sys_platform != \"cygwin\"", "mypy (==1.14.*)", "pytest-mypy"]
|
|
1148
|
-
|
|
1149
1190
|
[[package]]
|
|
1150
1191
|
name = "six"
|
|
1151
1192
|
version = "1.17.0"
|
|
1152
1193
|
description = "Python 2 and 3 compatibility utilities"
|
|
1153
1194
|
optional = false
|
|
1154
1195
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
1155
|
-
groups = ["main"]
|
|
1156
1196
|
files = [
|
|
1157
1197
|
{file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
|
|
1158
1198
|
{file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
|
|
1159
1199
|
]
|
|
1160
1200
|
|
|
1161
|
-
[[package]]
|
|
1162
|
-
name = "sniffio"
|
|
1163
|
-
version = "1.3.1"
|
|
1164
|
-
description = "Sniff out which async library your code is running under"
|
|
1165
|
-
optional = false
|
|
1166
|
-
python-versions = ">=3.7"
|
|
1167
|
-
groups = ["main"]
|
|
1168
|
-
files = [
|
|
1169
|
-
{file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
|
|
1170
|
-
{file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
|
|
1171
|
-
]
|
|
1172
|
-
|
|
1173
1201
|
[[package]]
|
|
1174
1202
|
name = "soupsieve"
|
|
1175
|
-
version = "2.
|
|
1203
|
+
version = "2.8.3"
|
|
1176
1204
|
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
1177
1205
|
optional = false
|
|
1178
|
-
python-versions = ">=3.
|
|
1179
|
-
groups = ["main"]
|
|
1206
|
+
python-versions = ">=3.9"
|
|
1180
1207
|
files = [
|
|
1181
|
-
{file = "soupsieve-2.
|
|
1182
|
-
{file = "soupsieve-2.
|
|
1208
|
+
{file = "soupsieve-2.8.3-py3-none-any.whl", hash = "sha256:ed64f2ba4eebeab06cc4962affce381647455978ffc1e36bb79a545b91f45a95"},
|
|
1209
|
+
{file = "soupsieve-2.8.3.tar.gz", hash = "sha256:3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349"},
|
|
1183
1210
|
]
|
|
1184
1211
|
|
|
1185
1212
|
[[package]]
|
|
1186
1213
|
name = "starlette"
|
|
1187
|
-
version = "0.
|
|
1214
|
+
version = "0.50.0"
|
|
1188
1215
|
description = "The little ASGI library that shines."
|
|
1189
1216
|
optional = false
|
|
1190
|
-
python-versions = ">=3.
|
|
1191
|
-
groups = ["main"]
|
|
1217
|
+
python-versions = ">=3.10"
|
|
1192
1218
|
files = [
|
|
1193
|
-
{file = "starlette-0.
|
|
1194
|
-
{file = "starlette-0.
|
|
1219
|
+
{file = "starlette-0.50.0-py3-none-any.whl", hash = "sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca"},
|
|
1220
|
+
{file = "starlette-0.50.0.tar.gz", hash = "sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca"},
|
|
1195
1221
|
]
|
|
1196
1222
|
|
|
1197
1223
|
[package.dependencies]
|
|
1198
1224
|
anyio = ">=3.6.2,<5"
|
|
1199
|
-
typing-extensions = {version = ">=4.10.0", markers = "python_version < \"3.13\""}
|
|
1200
1225
|
|
|
1201
1226
|
[package.extras]
|
|
1202
1227
|
full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"]
|
|
1203
1228
|
|
|
1204
1229
|
[[package]]
|
|
1205
1230
|
name = "typing-extensions"
|
|
1206
|
-
version = "4.
|
|
1231
|
+
version = "4.15.0"
|
|
1207
1232
|
description = "Backported and Experimental Type Hints for Python 3.9+"
|
|
1208
1233
|
optional = false
|
|
1209
1234
|
python-versions = ">=3.9"
|
|
1210
|
-
groups = ["main"]
|
|
1211
1235
|
files = [
|
|
1212
|
-
{file = "typing_extensions-4.
|
|
1213
|
-
{file = "typing_extensions-4.
|
|
1236
|
+
{file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"},
|
|
1237
|
+
{file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"},
|
|
1214
1238
|
]
|
|
1215
1239
|
|
|
1216
1240
|
[[package]]
|
|
1217
1241
|
name = "typing-inspection"
|
|
1218
|
-
version = "0.4.
|
|
1242
|
+
version = "0.4.2"
|
|
1219
1243
|
description = "Runtime typing introspection tools"
|
|
1220
1244
|
optional = false
|
|
1221
1245
|
python-versions = ">=3.9"
|
|
1222
|
-
groups = ["main"]
|
|
1223
1246
|
files = [
|
|
1224
|
-
{file = "typing_inspection-0.4.
|
|
1225
|
-
{file = "typing_inspection-0.4.
|
|
1247
|
+
{file = "typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7"},
|
|
1248
|
+
{file = "typing_inspection-0.4.2.tar.gz", hash = "sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"},
|
|
1226
1249
|
]
|
|
1227
1250
|
|
|
1228
1251
|
[package.dependencies]
|
|
@@ -1230,33 +1253,31 @@ typing-extensions = ">=4.12.0"
|
|
|
1230
1253
|
|
|
1231
1254
|
[[package]]
|
|
1232
1255
|
name = "tzdata"
|
|
1233
|
-
version = "2025.
|
|
1256
|
+
version = "2025.3"
|
|
1234
1257
|
description = "Provider of IANA time zone data"
|
|
1235
1258
|
optional = false
|
|
1236
1259
|
python-versions = ">=2"
|
|
1237
|
-
groups = ["main"]
|
|
1238
1260
|
files = [
|
|
1239
|
-
{file = "tzdata-2025.
|
|
1240
|
-
{file = "tzdata-2025.
|
|
1261
|
+
{file = "tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1"},
|
|
1262
|
+
{file = "tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7"},
|
|
1241
1263
|
]
|
|
1242
1264
|
|
|
1243
1265
|
[[package]]
|
|
1244
1266
|
name = "urllib3"
|
|
1245
|
-
version = "2.
|
|
1267
|
+
version = "2.6.3"
|
|
1246
1268
|
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
1247
1269
|
optional = false
|
|
1248
1270
|
python-versions = ">=3.9"
|
|
1249
|
-
groups = ["main"]
|
|
1250
1271
|
files = [
|
|
1251
|
-
{file = "urllib3-2.
|
|
1252
|
-
{file = "urllib3-2.
|
|
1272
|
+
{file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
|
|
1273
|
+
{file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
|
|
1253
1274
|
]
|
|
1254
1275
|
|
|
1255
1276
|
[package.extras]
|
|
1256
|
-
brotli = ["brotli (>=1.0
|
|
1277
|
+
brotli = ["brotli (>=1.2.0)", "brotlicffi (>=1.2.0.0)"]
|
|
1257
1278
|
h2 = ["h2 (>=4,<5)"]
|
|
1258
1279
|
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
1259
|
-
zstd = ["
|
|
1280
|
+
zstd = ["backports-zstd (>=1.0.0)"]
|
|
1260
1281
|
|
|
1261
1282
|
[[package]]
|
|
1262
1283
|
name = "verboselogs"
|
|
@@ -1264,7 +1285,6 @@ version = "1.7"
|
|
|
1264
1285
|
description = "Verbose logging level for Python's logging module"
|
|
1265
1286
|
optional = false
|
|
1266
1287
|
python-versions = "*"
|
|
1267
|
-
groups = ["main"]
|
|
1268
1288
|
files = [
|
|
1269
1289
|
{file = "verboselogs-1.7-py2.py3-none-any.whl", hash = "sha256:d63f23bf568295b95d3530c6864a0b580cec70e7ff974177dead1e4ffbc6ff49"},
|
|
1270
1290
|
{file = "verboselogs-1.7.tar.gz", hash = "sha256:e33ddedcdfdafcb3a174701150430b11b46ceb64c2a9a26198c76a156568e427"},
|
|
@@ -1272,20 +1292,19 @@ files = [
|
|
|
1272
1292
|
|
|
1273
1293
|
[[package]]
|
|
1274
1294
|
name = "websocket-client"
|
|
1275
|
-
version = "1.
|
|
1295
|
+
version = "1.9.0"
|
|
1276
1296
|
description = "WebSocket client for Python with low level API options"
|
|
1277
1297
|
optional = false
|
|
1278
|
-
python-versions = ">=3.
|
|
1279
|
-
groups = ["main"]
|
|
1298
|
+
python-versions = ">=3.9"
|
|
1280
1299
|
files = [
|
|
1281
|
-
{file = "websocket_client-1.
|
|
1282
|
-
{file = "websocket_client-1.
|
|
1300
|
+
{file = "websocket_client-1.9.0-py3-none-any.whl", hash = "sha256:af248a825037ef591efbf6ed20cc5faa03d3b47b9e5a2230a529eeee1c1fc3ef"},
|
|
1301
|
+
{file = "websocket_client-1.9.0.tar.gz", hash = "sha256:9e813624b6eb619999a97dc7958469217c3176312b3a16a4bd1bc7e08a46ec98"},
|
|
1283
1302
|
]
|
|
1284
1303
|
|
|
1285
1304
|
[package.extras]
|
|
1286
|
-
docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "
|
|
1305
|
+
docs = ["Sphinx (>=6.0)", "myst-parser (>=2.0.0)", "sphinx_rtd_theme (>=1.1.0)"]
|
|
1287
1306
|
optional = ["python-socks", "wsaccel"]
|
|
1288
|
-
test = ["websockets"]
|
|
1307
|
+
test = ["pytest", "websockets"]
|
|
1289
1308
|
|
|
1290
1309
|
[[package]]
|
|
1291
1310
|
name = "wrapica"
|
|
@@ -1293,7 +1312,6 @@ version = "2.40.1.post20251107162736"
|
|
|
1293
1312
|
description = "Secondary level functions for ICAv2 based off libica"
|
|
1294
1313
|
optional = false
|
|
1295
1314
|
python-versions = "<3.15,>=3.12"
|
|
1296
|
-
groups = ["main"]
|
|
1297
1315
|
files = [
|
|
1298
1316
|
{file = "wrapica-2.40.1.post20251107162736-py3-none-any.whl", hash = "sha256:1e157934f6f78f31725a389e61a73eb7049be8d90436dab8b293f8ff9078635e"},
|
|
1299
1317
|
{file = "wrapica-2.40.1.post20251107162736.tar.gz", hash = "sha256:39256764f6480bb4410cdf5ebc88142a0824dc15ba84a446b876f7dbcc379999"},
|
|
@@ -1320,6 +1338,6 @@ test = ["pytest", "pytest-mock"]
|
|
|
1320
1338
|
toml = ["tomli_w (>=1.0.0,<2)"]
|
|
1321
1339
|
|
|
1322
1340
|
[metadata]
|
|
1323
|
-
lock-version = "2.
|
|
1324
|
-
python-versions = "
|
|
1325
|
-
content-hash = "
|
|
1341
|
+
lock-version = "2.0"
|
|
1342
|
+
python-versions = "^3.14, <3.15"
|
|
1343
|
+
content-hash = "a5b62376948887cdd479c0fae46e967b0b2c0bf2e6734d299be2d82ee09b48fe"
|