-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
467 lines (425 loc) · 34 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]]
name = "aenum"
version = "3.1.15"
description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants"
optional = false
python-versions = "*"
files = [
{file = "aenum-3.1.15-py2-none-any.whl", hash = "sha256:27b1710b9d084de6e2e695dab78fe9f269de924b51ae2850170ee7e1ca6288a5"},
{file = "aenum-3.1.15-py3-none-any.whl", hash = "sha256:e0dfaeea4c2bd362144b87377e2c61d91958c5ed0b4daf89cb6f45ae23af6288"},
{file = "aenum-3.1.15.tar.gz", hash = "sha256:8cbd76cd18c4f870ff39b24284d3ea028fbe8731a58df3aa581e434c575b9559"},
]
[[package]]
name = "anyio"
version = "4.0.0"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
python-versions = ">=3.8"
files = [
{file = "anyio-4.0.0-py3-none-any.whl", hash = "sha256:cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f"},
{file = "anyio-4.0.0.tar.gz", hash = "sha256:f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a"},
]
[package.dependencies]
exceptiongroup = {version = ">=1.0.2", markers = "python_version < \"3.11\""}
idna = ">=2.8"
sniffio = ">=1.1"
[package.extras]
doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)"]
test = ["anyio[trio]", "coverage[toml] (>=7)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"]
trio = ["trio (>=0.22)"]
[[package]]
name = "click"
version = "8.1.7"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
]
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[[package]]
name = "exceptiongroup"
version = "1.1.3"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
{file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"},
{file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"},
]
[package.extras]
test = ["pytest (>=6)"]
[[package]]
name = "fastapi"
version = "0.101.1"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.7"
files = [
{file = "fastapi-0.101.1-py3-none-any.whl", hash = "sha256:aef5f8676eb1b8389952e1fe734abe20f04b71f6936afcc53b320ba79b686a4b"},
{file = "fastapi-0.101.1.tar.gz", hash = "sha256:7b32000d14ca9992f7461117b81e4ef9ff0c07936af641b4fe40e67d5f9d63cb"},
]
[package.dependencies]
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
starlette = ">=0.27.0,<0.28.0"
typing-extensions = ">=4.5.0"
[package.extras]
all = ["email-validator (>=2.0.0)", "httpx (>=0.23.0)", "itsdangerous (>=1.1.0)", "jinja2 (>=2.11.2)", "orjson (>=3.2.1)", "pydantic-extra-types (>=2.0.0)", "pydantic-settings (>=2.0.0)", "python-multipart (>=0.0.5)", "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)"]
[[package]]
name = "flake8"
version = "6.1.0"
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
python-versions = ">=3.8.1"
files = [
{file = "flake8-6.1.0-py2.py3-none-any.whl", hash = "sha256:ffdfce58ea94c6580c77888a86506937f9a1a227dfcd15f245d694ae20a6b6e5"},
{file = "flake8-6.1.0.tar.gz", hash = "sha256:d5b3857f07c030bdb5bf41c7f53799571d75c4491748a3adcd47de929e34cd23"},
]
[package.dependencies]
mccabe = ">=0.7.0,<0.8.0"
pycodestyle = ">=2.11.0,<2.12.0"
pyflakes = ">=3.1.0,<3.2.0"
[[package]]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.7"
files = [
{file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
{file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
]
[[package]]
name = "idna"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.5"
files = [
{file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
{file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
]
[[package]]
name = "mccabe"
version = "0.7.0"
description = "McCabe checker, plugin for flake8"
optional = false
python-versions = ">=3.6"
files = [
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
]
[[package]]
name = "openapi-client"
version = "1.1.7"
description = "server"
optional = false
python-versions = ">=3.6"
files = [
{file = "openapi-client-1.1.7.tar.gz", hash = "sha256:9fbb3ccff2981d7180b896a4969b13c98f73105b707dab42483a8f2009065f83"},
]
[package.dependencies]
python-dateutil = "*"
urllib3 = ">=1.25.3"
[[package]]
name = "pycodestyle"
version = "2.11.0"
description = "Python style guide checker"
optional = false
python-versions = ">=3.8"
files = [
{file = "pycodestyle-2.11.0-py2.py3-none-any.whl", hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8"},
{file = "pycodestyle-2.11.0.tar.gz", hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"},
]
[[package]]
name = "pydantic"
version = "1.10.12"
description = "Data validation and settings management using python type hints"
optional = false
python-versions = ">=3.7"
files = [
{file = "pydantic-1.10.12-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a1fcb59f2f355ec350073af41d927bf83a63b50e640f4dbaa01053a28b7a7718"},
{file = "pydantic-1.10.12-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b7ccf02d7eb340b216ec33e53a3a629856afe1c6e0ef91d84a4e6f2fb2ca70fe"},
{file = "pydantic-1.10.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8fb2aa3ab3728d950bcc885a2e9eff6c8fc40bc0b7bb434e555c215491bcf48b"},
{file = "pydantic-1.10.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:771735dc43cf8383959dc9b90aa281f0b6092321ca98677c5fb6125a6f56d58d"},
{file = "pydantic-1.10.12-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ca48477862372ac3770969b9d75f1bf66131d386dba79506c46d75e6b48c1e09"},
{file = "pydantic-1.10.12-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a5e7add47a5b5a40c49b3036d464e3c7802f8ae0d1e66035ea16aa5b7a3923ed"},
{file = "pydantic-1.10.12-cp310-cp310-win_amd64.whl", hash = "sha256:e4129b528c6baa99a429f97ce733fff478ec955513630e61b49804b6cf9b224a"},
{file = "pydantic-1.10.12-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b0d191db0f92dfcb1dec210ca244fdae5cbe918c6050b342d619c09d31eea0cc"},
{file = "pydantic-1.10.12-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:795e34e6cc065f8f498c89b894a3c6da294a936ee71e644e4bd44de048af1405"},
{file = "pydantic-1.10.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:69328e15cfda2c392da4e713443c7dbffa1505bc9d566e71e55abe14c97ddc62"},
{file = "pydantic-1.10.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2031de0967c279df0d8a1c72b4ffc411ecd06bac607a212892757db7462fc494"},
{file = "pydantic-1.10.12-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:ba5b2e6fe6ca2b7e013398bc7d7b170e21cce322d266ffcd57cca313e54fb246"},
{file = "pydantic-1.10.12-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2a7bac939fa326db1ab741c9d7f44c565a1d1e80908b3797f7f81a4f86bc8d33"},
{file = "pydantic-1.10.12-cp311-cp311-win_amd64.whl", hash = "sha256:87afda5539d5140cb8ba9e8b8c8865cb5b1463924d38490d73d3ccfd80896b3f"},
{file = "pydantic-1.10.12-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:549a8e3d81df0a85226963611950b12d2d334f214436a19537b2efed61b7639a"},
{file = "pydantic-1.10.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:598da88dfa127b666852bef6d0d796573a8cf5009ffd62104094a4fe39599565"},
{file = "pydantic-1.10.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ba5c4a8552bff16c61882db58544116d021d0b31ee7c66958d14cf386a5b5350"},
{file = "pydantic-1.10.12-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c79e6a11a07da7374f46970410b41d5e266f7f38f6a17a9c4823db80dadf4303"},
{file = "pydantic-1.10.12-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ab26038b8375581dc832a63c948f261ae0aa21f1d34c1293469f135fa92972a5"},
{file = "pydantic-1.10.12-cp37-cp37m-win_amd64.whl", hash = "sha256:e0a16d274b588767602b7646fa05af2782576a6cf1022f4ba74cbb4db66f6ca8"},
{file = "pydantic-1.10.12-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6a9dfa722316f4acf4460afdf5d41d5246a80e249c7ff475c43a3a1e9d75cf62"},
{file = "pydantic-1.10.12-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a73f489aebd0c2121ed974054cb2759af8a9f747de120acd2c3394cf84176ccb"},
{file = "pydantic-1.10.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b30bcb8cbfccfcf02acb8f1a261143fab622831d9c0989707e0e659f77a18e0"},
{file = "pydantic-1.10.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fcfb5296d7877af406ba1547dfde9943b1256d8928732267e2653c26938cd9c"},
{file = "pydantic-1.10.12-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:2f9a6fab5f82ada41d56b0602606a5506aab165ca54e52bc4545028382ef1c5d"},
{file = "pydantic-1.10.12-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:dea7adcc33d5d105896401a1f37d56b47d443a2b2605ff8a969a0ed5543f7e33"},
{file = "pydantic-1.10.12-cp38-cp38-win_amd64.whl", hash = "sha256:1eb2085c13bce1612da8537b2d90f549c8cbb05c67e8f22854e201bde5d98a47"},
{file = "pydantic-1.10.12-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ef6c96b2baa2100ec91a4b428f80d8f28a3c9e53568219b6c298c1125572ebc6"},
{file = "pydantic-1.10.12-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6c076be61cd0177a8433c0adcb03475baf4ee91edf5a4e550161ad57fc90f523"},
{file = "pydantic-1.10.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2d5a58feb9a39f481eda4d5ca220aa8b9d4f21a41274760b9bc66bfd72595b86"},
{file = "pydantic-1.10.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e5f805d2d5d0a41633651a73fa4ecdd0b3d7a49de4ec3fadf062fe16501ddbf1"},
{file = "pydantic-1.10.12-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:1289c180abd4bd4555bb927c42ee42abc3aee02b0fb2d1223fb7c6e5bef87dbe"},
{file = "pydantic-1.10.12-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5d1197e462e0364906cbc19681605cb7c036f2475c899b6f296104ad42b9f5fb"},
{file = "pydantic-1.10.12-cp39-cp39-win_amd64.whl", hash = "sha256:fdbdd1d630195689f325c9ef1a12900524dceb503b00a987663ff4f58669b93d"},
{file = "pydantic-1.10.12-py3-none-any.whl", hash = "sha256:b749a43aa51e32839c9d71dc67eb1e4221bb04af1033a32e3923d46f9effa942"},
{file = "pydantic-1.10.12.tar.gz", hash = "sha256:0fe8a415cea8f340e7a9af9c54fc71a649b43e8ca3cc732986116b3cb135d303"},
]
[package.dependencies]
typing-extensions = ">=4.2.0"
[package.extras]
dotenv = ["python-dotenv (>=0.10.4)"]
email = ["email-validator (>=1.0.3)"]
[[package]]
name = "pydantic-core"
version = "2.7.0"
description = ""
optional = false
python-versions = ">=3.7"
files = [
{file = "pydantic_core-2.7.0-cp310-cp310-macosx_10_7_x86_64.whl", hash = "sha256:17978f7565482bf94c3d424e0a24b2c8606e4323e1cb930e104e05702d8be30c"},
{file = "pydantic_core-2.7.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bf91a322659863a62a195f7a015cde4d876ba8f206d943f536b985d6982797ef"},
{file = "pydantic_core-2.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f38d480700c741af7446880a61985b61ba0d4d01cbcb48657723e9e6d093d0a3"},
{file = "pydantic_core-2.7.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8193f726ed32e373226b455f6f4fc4bf5c2ec0ffd372428c493d35ea03729116"},
{file = "pydantic_core-2.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:47f8a21007e218fd6b74512a1ec91992d95328ffbfe9a78797aab2a1a35dfce9"},
{file = "pydantic_core-2.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55fb5495b5688c7104353e619730c7a66fffc296a09ced8323853f74c56a1626"},
{file = "pydantic_core-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38207566b3ebc803c3e9bc1835930908f3622590525b1fcc7723756f49ab7f15"},
{file = "pydantic_core-2.7.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4c547e95edaf17b28b3387ad23def30dee5f912f47153bd69042d69a69f846f3"},
{file = "pydantic_core-2.7.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d57de08a7c56f8c2773a838ffaf996da5efd5fe145564cb94ab638ea900870ae"},
{file = "pydantic_core-2.7.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:64e155ec9c6313c5a6cad36ca61d1ac25bc199ff4fa19b7a9a26a312d92d4dba"},
{file = "pydantic_core-2.7.0-cp310-none-win32.whl", hash = "sha256:dd63ec3faa6a671a86d50f8245c28b433d88185b579b2fc60e7a901ce372db36"},
{file = "pydantic_core-2.7.0-cp310-none-win_amd64.whl", hash = "sha256:ec340d1794c3f833e636bf9f81fcb1c35ed52e3b6e8987d5039bf0c703e4e43b"},
{file = "pydantic_core-2.7.0-cp311-cp311-macosx_10_7_x86_64.whl", hash = "sha256:a59faec8d5a3847a777cb1df0bbc11d82f8904043efef088b63a77b2876eb76c"},
{file = "pydantic_core-2.7.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:608dae1942239e8c0d951f3bd18530211f753697fa0dd6a2877fa54fa511e709"},
{file = "pydantic_core-2.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f45e3311c88dcd8d65d0a589e0c2e112ec6d6f373549134f7d4d18edd5091098"},
{file = "pydantic_core-2.7.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:69d042f469ac07d75577fe8a8017e621d93c016a188188dd5a0986950d9e7820"},
{file = "pydantic_core-2.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d60b3a1eb1e969ded17c77f9a95a4191657f14177837b3cc2199742ff25a1f57"},
{file = "pydantic_core-2.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c34d8a6b595f5056b50f7e8fb4b6c2c5edc8ae2306c2ac3ac3ae82cd960ae8f5"},
{file = "pydantic_core-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:387b3674e564f9ea9707992fd61967f4b9cb0174f23cfa4cd90a1c4b22c54949"},
{file = "pydantic_core-2.7.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:17b61efa2f28f398ed97a33d6a08587eccce338dfd9b4e75ef1198deacf7e579"},
{file = "pydantic_core-2.7.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:1ec7197f4836ac257e8a2061137149802a7322d3ff964047f9c9fffb78e56681"},
{file = "pydantic_core-2.7.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:46b69f450e8334594f8ba56f1a9d9c22fd09af52e79d319210ef19db41ddd736"},
{file = "pydantic_core-2.7.0-cp311-none-win32.whl", hash = "sha256:4910a3be1407faee92e30fe9dc949523457ee25a64d944aea11d69035719ed43"},
{file = "pydantic_core-2.7.0-cp311-none-win_amd64.whl", hash = "sha256:fc5a65b61b81386de97f0eb6a08847c4814e8443fcb2551853d76712a9a0ff86"},
{file = "pydantic_core-2.7.0-cp311-none-win_arm64.whl", hash = "sha256:b2512a1cf6145513b78ac788d5cdf39a5e016467b8dd48e2569f51d56318581b"},
{file = "pydantic_core-2.7.0-cp312-cp312-macosx_10_7_x86_64.whl", hash = "sha256:0251baa682b430c8dc7e198ba52b62a6d8a1d30b718e7bb8cf30d1be8b8672ba"},
{file = "pydantic_core-2.7.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:94c1bb1a5d98a82838c4c0bcfdbef29d2c660c49c5eae5d30935cd83aa9c3023"},
{file = "pydantic_core-2.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1bbecb4fadcd1b6c6d3fb3efe62be24757e00bd327a95923d6725d34c110c1df"},
{file = "pydantic_core-2.7.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dac0b40f91b62d934e4b0d8b15e8c510adcda82a14b3144e857a2a59024e8bc4"},
{file = "pydantic_core-2.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c7aec6e635c9cbd49cad97f92073713ff4b529095ff87cdc7c361b60f740a914"},
{file = "pydantic_core-2.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9893a1ebd252c06366d4be3e13a395b434d5707d16a7b2782512257356343e44"},
{file = "pydantic_core-2.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50f3e0f99b16c79fb4802525dab9e089b3f4b0ea426e9d7f4851473736e565dd"},
{file = "pydantic_core-2.7.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:14ff6bdf36fa23272ecfeec905d62a0410893a8d6db22a8eb958e542d9ecd944"},
{file = "pydantic_core-2.7.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4c8d33795cb0ac9b3c30f083c143c99283d22a9ca58c4759b098bd37ecee98da"},
{file = "pydantic_core-2.7.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:784e268250a960927199bdc71c10b1f57c669872cce1757d1366f0f36de85eaa"},
{file = "pydantic_core-2.7.0-cp312-none-win32.whl", hash = "sha256:4e95cb8832876d3c5936b4165bfdc90f57cc62d878e11888d1c3d834938a225f"},
{file = "pydantic_core-2.7.0-cp312-none-win_amd64.whl", hash = "sha256:234c36560fbc3de867d12081dc330a3f2386ecd0647d1f9007d66b636b4a1086"},
{file = "pydantic_core-2.7.0-cp312-none-win_arm64.whl", hash = "sha256:32f0718fb7d427bb978745d13b7a934e632e97a80f9758f7a7f18bced4cb5a64"},
{file = "pydantic_core-2.7.0-cp37-cp37m-macosx_10_7_x86_64.whl", hash = "sha256:0fa347cad5a94af1039ab41e0473dfd06c3b9a7574d5bce2683b87e08eb8d592"},
{file = "pydantic_core-2.7.0-cp37-cp37m-macosx_11_0_arm64.whl", hash = "sha256:ac248a0f2f318b7ce7a938e2f877e98f3d483bf6bf0dd125e66458a6a9976c3c"},
{file = "pydantic_core-2.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:75887f19b068c0315b497c22ae27739041e4510c49ba5c255cef8dbc872dd45e"},
{file = "pydantic_core-2.7.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ba96d8ad14ff8aa7a8afb029ecb631e45016abc7ecda9a8624731cb336c0c22b"},
{file = "pydantic_core-2.7.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:345a2a46b9697a34409200da913298016c696139070709d318a567030d116ef3"},
{file = "pydantic_core-2.7.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:216799fa19264d486b2e68770afacf5381b754c87c52f5cffa7b6d0edc36f484"},
{file = "pydantic_core-2.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b87b89fb4b3a3d23eb0892b144849e978c1251350adec2f4d0ee5fd9ebad7719"},
{file = "pydantic_core-2.7.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c66411e228a084b6beba54e5481b99c1b789283da8a520a2aaedd9da839857ec"},
{file = "pydantic_core-2.7.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:10bc7132dd7c23e765788c60611e23948282de44ff2d58d8c4b084eb5507ef20"},
{file = "pydantic_core-2.7.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e43a219dbccb776247b995bf0ab544369e0146ce3ebc5ad4f222bab53f3dd45d"},
{file = "pydantic_core-2.7.0-cp37-none-win32.whl", hash = "sha256:6d2d8d12533b0c14495d47ffdf0029b10b8133c72858dff695eb79f82c8cdea1"},
{file = "pydantic_core-2.7.0-cp37-none-win_amd64.whl", hash = "sha256:c29a5fac780b059ed61781b2490673272e56161ca8a03bad7ea002cac08f927e"},
{file = "pydantic_core-2.7.0-cp38-cp38-macosx_10_7_x86_64.whl", hash = "sha256:ec57d409e15ae2ab9c0ec5402b3630ef8936dddf2526a1d1d867e9ffc6815896"},
{file = "pydantic_core-2.7.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ab95926c31068b1dc81aad8be971d16f7f9ecd86b0cdabb71a00e6ddb0c01249"},
{file = "pydantic_core-2.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:144b183455c56dac56fae40ec1252b38497c631b0e95d3f73d3a3f52f445aeed"},
{file = "pydantic_core-2.7.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47278988b3e6cddca92e510a7c5d224c17de44602b27fe83928703748085bdfa"},
{file = "pydantic_core-2.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:04f95e76eb0abf5ecafb15e7a770c260459d4e64dc3e91fafc0f7cae67fe270b"},
{file = "pydantic_core-2.7.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6cf982a0c8b5b6643794948a1ab59589a36d165158cb9394f3d906387cbd29ca"},
{file = "pydantic_core-2.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46cf93ae078296a3f20d63d11c5b727429226e1e216778b66776b434cc551706"},
{file = "pydantic_core-2.7.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e8aa2be2b255f3302206d1324e4eeadbfc2f654304251588af06af5b4d148050"},
{file = "pydantic_core-2.7.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b4b451a03f8d32a26d4138f50018b878aba1ff654e481e6e1bfe7e8d336335a8"},
{file = "pydantic_core-2.7.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:e12693aa4468f57869cc4cd69e647b0ed106b72069db8c3346c530c963047bfa"},
{file = "pydantic_core-2.7.0-cp38-none-win32.whl", hash = "sha256:26b890ab8983706b548b3edd584fba23c4228885e40d86b3097f7375a61ddf27"},
{file = "pydantic_core-2.7.0-cp38-none-win_amd64.whl", hash = "sha256:8ce13c59840f4980891e5f7f6ab66074347836f4a3ce90f3feadeeec4790258d"},
{file = "pydantic_core-2.7.0-cp39-cp39-macosx_10_7_x86_64.whl", hash = "sha256:11429885427c7a5aaab0dfb64bc149aec24a9d09bbd7f507dcb1cc91e69183d2"},
{file = "pydantic_core-2.7.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f1afcc1ef2ab9365e3aff706944b934a0cd1f5cac9a5b864b17586b9603de5f2"},
{file = "pydantic_core-2.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ab7dba2115c05b39f919ee9ae6a5f1eeed922eeebf78e7089b87a2f5dfd1ffba"},
{file = "pydantic_core-2.7.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:663cd5c68362b99c4a5e1187ee41c85fac1cde4ca6ebd2c9f02ca5cf5b1d4749"},
{file = "pydantic_core-2.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3611fd8558b714a5defb6718511362c2941d1e89491049fda27de9b74bad8244"},
{file = "pydantic_core-2.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:23de8a584f75520cbe4bacb221f8a6cbb9952272ec3a9e20bd219eeabac84e28"},
{file = "pydantic_core-2.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6f0d7e367198d02bfc785b97ce6d1f61bb633f88d08b36a1027113624dbd82a"},
{file = "pydantic_core-2.7.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:550587951534dee0c03394677aeb16f0128881bfe14398a7a9aec9716825ad79"},
{file = "pydantic_core-2.7.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:01512f01108546b0fed873641ae9c78bf008a5020687ab6791eb92e32454abbc"},
{file = "pydantic_core-2.7.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a8e187f7ac7f628728db9613a36a12df3da4e7380bb32199f6700d55d8e54943"},
{file = "pydantic_core-2.7.0-cp39-none-win32.whl", hash = "sha256:c25202e46c95f5527e3ccd95e06d8631bdfeafc78d4d9a599f5da1216b1c1319"},
{file = "pydantic_core-2.7.0-cp39-none-win_amd64.whl", hash = "sha256:3ceac92b6bff2c7ab1345750f7d90ad6eaaebef34235920684f6042229c347a5"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-macosx_10_7_x86_64.whl", hash = "sha256:36f650bd88868dbc5e68a62f6435c13d7873f37149efde2b7a0963ad6e7a3092"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:332aeb7642d63a0cb9a8898686a6cb528d410e1c0c7c866422df0b6c3832dfa6"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f36a3093e7dee9e9c887b0aaebb151b8ff002149a3e657a691bfe7e9c4ee58cc"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:229c5b95643b0f0f182f674acad6a39eacb2f8ec797a4abb687cbd8f004a0435"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7bf7de90d85d542a9e54406033ed53d563fcfa65e50075a5bee5166ffd210948"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:5f98fa7aaeda5c62a5e9876bb5c29c0ee8758f0cf2b82f0378ec0b2ca0d06115"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:9e438d4bc0a2fd84379087bce986fc80124bd23e85ced372ed60006b3bb1d455"},
{file = "pydantic_core-2.7.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:82beff04b1f216580c381ff816a51c6b5eb00ae018651399346f89a8fc3472fb"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-macosx_10_7_x86_64.whl", hash = "sha256:a3ca61db01b1cc1659007f3ce95718292d89c52e3dd15d8f7788ee318a75ce90"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c0b3a2dc073a75a90dd00cb75768939ee069e84b65daeda894234ef6d0359a4b"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:26e3ee931c594ee747f39a5dda5874eb6fa77167539b1249a05d6a1c3dcedaad"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:21d013fd24e3f3a7326772cbcb2766332b13bff315647ce2e7cb16467301434f"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:d6cd485f5d66d59095d24a15386cf12b458703e3b584070bae69392f761afb95"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:46888d1d674e872aa35dea5a45e9505610f4e9d59b5e3d67f45b55d20ddde660"},
{file = "pydantic_core-2.7.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:eab33bebf7e3cdb20be005c1bf1646b0b681ba4559c4cced3c16d56de90f2711"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:38fc9538fa6b11260ca5ead98310080be5591b749826884f0388ddae8d944373"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:fad5715a5186152a75c5ae1021d5d8031de4d7845cc654411cbe9d9914be82fa"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f1f77aea18f89c35b160c1a5c382f85bfcbe1e595d142ef7b76aec40e6089d85"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:978f2b7278b79235115294e9eda8377f9b36dc41fec1b1ae2865b2d85c28da6a"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:716a6482e82ac2f8a014fecf1730bbafbfc337ed8aea05d904b2b55fd90d4b93"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:f99329c4db7435a5f45aef82565b76740c6b774eac9cfa9171a90670e55a070e"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:c74d50c57f75a02c92564d281f5212546ae224a842e0dd9c4621cfd316ad967b"},
{file = "pydantic_core-2.7.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:7264eef3855c914f4be8082d91ea7921cce5d5eab14cddc2c52937cf2e204e50"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:c147aabb06d6de8f9863e53d03005adbd12df322e9ea8daf541489395548764c"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:05e8ff0ddd6111ae905bebe77eb14875ead774e31f890775ea91612b23924560"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:38c9106e04aeb601ff47b8a922661fcf565a5581a9165d9e95c139e1d3d8d5a1"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00698c874bde92150feec243f159dc006816bd7f03d1282a061c5020594926e0"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d93f69cdac92a95a5ba7e62ca282889affd742467d330d0224efef4ee105d23f"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:bb3942982055d5b49cef3fdd0ea97f34ca8b8c7751db2973aee76772d19c89d8"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:2ff6df9ea3107523f34bfac8c89587711b6dcd3296756aac3945e5aa1f10d340"},
{file = "pydantic_core-2.7.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:72534d85769cb88aa625e6fa05006181e07cb8a3745c714b6ef1f964f5b738da"},
{file = "pydantic_core-2.7.0.tar.gz", hash = "sha256:f8a842c9390ad187bd26f4fc0f96f0869e2e2d9cbf7b239837092c55d6bf8c0e"},
]
[package.dependencies]
typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
[[package]]
name = "pyflakes"
version = "3.1.0"
description = "passive checker of Python programs"
optional = false
python-versions = ">=3.8"
files = [
{file = "pyflakes-3.1.0-py2.py3-none-any.whl", hash = "sha256:4132f6d49cb4dae6819e5379898f2b8cce3c5f23994194c24b77d5da2e36f774"},
{file = "pyflakes-3.1.0.tar.gz", hash = "sha256:a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc"},
]
[[package]]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
files = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
]
[package.dependencies]
six = ">=1.5"
[[package]]
name = "python-dotenv"
version = "1.0.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false
python-versions = ">=3.8"
files = [
{file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"},
{file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"},
]
[package.extras]
cli = ["click (>=5.0)"]
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
[[package]]
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
files = [
{file = "sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"},
{file = "sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"},
]
[[package]]
name = "starlette"
version = "0.27.0"
description = "The little ASGI library that shines."
optional = false
python-versions = ">=3.7"
files = [
{file = "starlette-0.27.0-py3-none-any.whl", hash = "sha256:918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91"},
{file = "starlette-0.27.0.tar.gz", hash = "sha256:6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75"},
]
[package.dependencies]
anyio = ">=3.4.0,<5"
typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
[package.extras]
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"]
[[package]]
name = "typing-extensions"
version = "4.7.1"
description = "Backported and Experimental Type Hints for Python 3.7+"
optional = false
python-versions = ">=3.7"
files = [
{file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"},
{file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"},
]
[[package]]
name = "urllib3"
version = "2.0.4"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.7"
files = [
{file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"},
{file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"},
]
[package.extras]
brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"]
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.23.2"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"},
{file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"},
]
[package.dependencies]
click = ">=7.0"
h11 = ">=0.8"
typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
[package.extras]
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "e7b989e497e0cf7cdc90696855833c9dbaa4713a3d0de0ee8dede4957af96958"