Spaces:
Sleeping
Sleeping
Update
Browse files- .pre-commit-config.yaml +4 -22
- .vscode/settings.json +1 -5
- README.md +1 -1
- pyproject.toml +1 -1
- requirements.txt +8 -8
- uv.lock +87 -87
.pre-commit-config.yaml
CHANGED
@@ -14,38 +14,20 @@ repos:
|
|
14 |
- id: requirements-txt-fixer
|
15 |
- id: trailing-whitespace
|
16 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
17 |
-
rev: v0.8.
|
18 |
hooks:
|
19 |
- id: ruff
|
20 |
args: ["--fix"]
|
21 |
- id: ruff-format
|
22 |
-
args: ["--line-length", "119"]
|
23 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
24 |
-
rev: v1.14.
|
25 |
hooks:
|
26 |
- id: mypy
|
27 |
args: ["--ignore-missing-imports"]
|
28 |
additional_dependencies:
|
29 |
[
|
30 |
"types-python-slugify",
|
31 |
-
"types-requests",
|
32 |
-
"types-PyYAML",
|
33 |
"types-pytz",
|
|
|
|
|
34 |
]
|
35 |
-
- repo: https://github.com/kynan/nbstripout
|
36 |
-
rev: 0.8.1
|
37 |
-
hooks:
|
38 |
-
- id: nbstripout
|
39 |
-
args:
|
40 |
-
[
|
41 |
-
"--extra-keys",
|
42 |
-
"metadata.interpreter metadata.kernelspec cell.metadata.pycharm",
|
43 |
-
]
|
44 |
-
- repo: https://github.com/nbQA-dev/nbQA
|
45 |
-
rev: 1.9.1
|
46 |
-
hooks:
|
47 |
-
- id: nbqa-black
|
48 |
-
- id: nbqa-pyupgrade
|
49 |
-
args: ["--py37-plus"]
|
50 |
-
- id: nbqa-isort
|
51 |
-
args: ["--float-to-top"]
|
|
|
14 |
- id: requirements-txt-fixer
|
15 |
- id: trailing-whitespace
|
16 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
17 |
+
rev: v0.8.6
|
18 |
hooks:
|
19 |
- id: ruff
|
20 |
args: ["--fix"]
|
21 |
- id: ruff-format
|
|
|
22 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
23 |
+
rev: v1.14.1
|
24 |
hooks:
|
25 |
- id: mypy
|
26 |
args: ["--ignore-missing-imports"]
|
27 |
additional_dependencies:
|
28 |
[
|
29 |
"types-python-slugify",
|
|
|
|
|
30 |
"types-pytz",
|
31 |
+
"types-PyYAML",
|
32 |
+
"types-requests",
|
33 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.vscode/settings.json
CHANGED
@@ -13,9 +13,5 @@
|
|
13 |
"files.insertFinalNewline": false
|
14 |
},
|
15 |
"notebook.output.scrolling": true,
|
16 |
-
"notebook.
|
17 |
-
"notebook.formatOnSave.enabled": true,
|
18 |
-
"notebook.codeActionsOnSave": {
|
19 |
-
"source.organizeImports": "explicit"
|
20 |
-
}
|
21 |
}
|
|
|
13 |
"files.insertFinalNewline": false
|
14 |
},
|
15 |
"notebook.output.scrolling": true,
|
16 |
+
"notebook.formatOnSave.enabled": true
|
|
|
|
|
|
|
|
|
17 |
}
|
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🦀
|
|
4 |
colorFrom: green
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.12.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
---
|
pyproject.toml
CHANGED
@@ -5,7 +5,7 @@ description = ""
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
8 |
-
"gradio>=5.
|
9 |
]
|
10 |
|
11 |
[tool.ruff]
|
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.10"
|
7 |
dependencies = [
|
8 |
+
"gradio>=5.12.0",
|
9 |
]
|
10 |
|
11 |
[tool.ruff]
|
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ aiofiles==23.2.1
|
|
4 |
# via gradio
|
5 |
annotated-types==0.7.0
|
6 |
# via pydantic
|
7 |
-
anyio==4.
|
8 |
# via
|
9 |
# gradio
|
10 |
# httpx
|
@@ -32,9 +32,9 @@ fsspec==2024.12.0
|
|
32 |
# via
|
33 |
# gradio-client
|
34 |
# huggingface-hub
|
35 |
-
gradio==5.
|
36 |
# via icml2022-papers (pyproject.toml)
|
37 |
-
gradio-client==1.5.
|
38 |
# via gradio
|
39 |
h11==0.14.0
|
40 |
# via
|
@@ -47,7 +47,7 @@ httpx==0.28.1
|
|
47 |
# gradio
|
48 |
# gradio-client
|
49 |
# safehttpx
|
50 |
-
huggingface-hub==0.27.
|
51 |
# via
|
52 |
# gradio
|
53 |
# gradio-client
|
@@ -70,7 +70,7 @@ numpy==2.2.1
|
|
70 |
# via
|
71 |
# gradio
|
72 |
# pandas
|
73 |
-
orjson==3.10.
|
74 |
# via gradio
|
75 |
packaging==24.2
|
76 |
# via
|
@@ -81,7 +81,7 @@ pandas==2.2.3
|
|
81 |
# via gradio
|
82 |
pillow==11.1.0
|
83 |
# via gradio
|
84 |
-
pydantic==2.10.
|
85 |
# via
|
86 |
# fastapi
|
87 |
# gradio
|
@@ -89,7 +89,7 @@ pydantic-core==2.27.2
|
|
89 |
# via pydantic
|
90 |
pydub==0.25.1
|
91 |
# via gradio
|
92 |
-
pygments==2.
|
93 |
# via rich
|
94 |
python-dateutil==2.9.0.post0
|
95 |
# via pandas
|
@@ -105,7 +105,7 @@ requests==2.32.3
|
|
105 |
# via huggingface-hub
|
106 |
rich==13.9.4
|
107 |
# via typer
|
108 |
-
ruff==0.
|
109 |
# via gradio
|
110 |
safehttpx==0.1.6
|
111 |
# via gradio
|
|
|
4 |
# via gradio
|
5 |
annotated-types==0.7.0
|
6 |
# via pydantic
|
7 |
+
anyio==4.8.0
|
8 |
# via
|
9 |
# gradio
|
10 |
# httpx
|
|
|
32 |
# via
|
33 |
# gradio-client
|
34 |
# huggingface-hub
|
35 |
+
gradio==5.12.0
|
36 |
# via icml2022-papers (pyproject.toml)
|
37 |
+
gradio-client==1.5.4
|
38 |
# via gradio
|
39 |
h11==0.14.0
|
40 |
# via
|
|
|
47 |
# gradio
|
48 |
# gradio-client
|
49 |
# safehttpx
|
50 |
+
huggingface-hub==0.27.1
|
51 |
# via
|
52 |
# gradio
|
53 |
# gradio-client
|
|
|
70 |
# via
|
71 |
# gradio
|
72 |
# pandas
|
73 |
+
orjson==3.10.14
|
74 |
# via gradio
|
75 |
packaging==24.2
|
76 |
# via
|
|
|
81 |
# via gradio
|
82 |
pillow==11.1.0
|
83 |
# via gradio
|
84 |
+
pydantic==2.10.5
|
85 |
# via
|
86 |
# fastapi
|
87 |
# gradio
|
|
|
89 |
# via pydantic
|
90 |
pydub==0.25.1
|
91 |
# via gradio
|
92 |
+
pygments==2.19.1
|
93 |
# via rich
|
94 |
python-dateutil==2.9.0.post0
|
95 |
# via pandas
|
|
|
105 |
# via huggingface-hub
|
106 |
rich==13.9.4
|
107 |
# via typer
|
108 |
+
ruff==0.9.1
|
109 |
# via gradio
|
110 |
safehttpx==0.1.6
|
111 |
# via gradio
|
uv.lock
CHANGED
@@ -27,7 +27,7 @@ wheels = [
|
|
27 |
|
28 |
[[package]]
|
29 |
name = "anyio"
|
30 |
-
version = "4.
|
31 |
source = { registry = "https://pypi.org/simple" }
|
32 |
dependencies = [
|
33 |
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
|
@@ -35,9 +35,9 @@ dependencies = [
|
|
35 |
{ name = "sniffio" },
|
36 |
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
37 |
]
|
38 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
39 |
wheels = [
|
40 |
-
{ url = "https://files.pythonhosted.org/packages/
|
41 |
]
|
42 |
|
43 |
[[package]]
|
@@ -223,7 +223,7 @@ wheels = [
|
|
223 |
|
224 |
[[package]]
|
225 |
name = "gradio"
|
226 |
-
version = "5.
|
227 |
source = { registry = "https://pypi.org/simple" }
|
228 |
dependencies = [
|
229 |
{ name = "aiofiles" },
|
@@ -256,12 +256,12 @@ dependencies = [
|
|
256 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
257 |
]
|
258 |
wheels = [
|
259 |
-
{ url = "https://files.pythonhosted.org/packages/
|
260 |
]
|
261 |
|
262 |
[[package]]
|
263 |
name = "gradio-client"
|
264 |
-
version = "1.5.
|
265 |
source = { registry = "https://pypi.org/simple" }
|
266 |
dependencies = [
|
267 |
{ name = "fsspec" },
|
@@ -271,9 +271,9 @@ dependencies = [
|
|
271 |
{ name = "typing-extensions" },
|
272 |
{ name = "websockets" },
|
273 |
]
|
274 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
275 |
wheels = [
|
276 |
-
{ url = "https://files.pythonhosted.org/packages/
|
277 |
]
|
278 |
|
279 |
[[package]]
|
@@ -315,7 +315,7 @@ wheels = [
|
|
315 |
|
316 |
[[package]]
|
317 |
name = "huggingface-hub"
|
318 |
-
version = "0.27.
|
319 |
source = { registry = "https://pypi.org/simple" }
|
320 |
dependencies = [
|
321 |
{ name = "filelock" },
|
@@ -326,9 +326,9 @@ dependencies = [
|
|
326 |
{ name = "tqdm" },
|
327 |
{ name = "typing-extensions" },
|
328 |
]
|
329 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
330 |
wheels = [
|
331 |
-
{ url = "https://files.pythonhosted.org/packages/
|
332 |
]
|
333 |
|
334 |
[[package]]
|
@@ -340,7 +340,7 @@ dependencies = [
|
|
340 |
]
|
341 |
|
342 |
[package.metadata]
|
343 |
-
requires-dist = [{ name = "gradio", specifier = ">=5.
|
344 |
|
345 |
[[package]]
|
346 |
name = "idna"
|
@@ -486,58 +486,58 @@ wheels = [
|
|
486 |
|
487 |
[[package]]
|
488 |
name = "orjson"
|
489 |
-
version = "3.10.
|
490 |
source = { registry = "https://pypi.org/simple" }
|
491 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
492 |
wheels = [
|
493 |
-
{ url = "https://files.pythonhosted.org/packages/
|
494 |
-
{ url = "https://files.pythonhosted.org/packages/9f/
|
495 |
-
{ url = "https://files.pythonhosted.org/packages/
|
496 |
-
{ url = "https://files.pythonhosted.org/packages/
|
497 |
-
{ url = "https://files.pythonhosted.org/packages/
|
498 |
-
{ url = "https://files.pythonhosted.org/packages/
|
499 |
-
{ url = "https://files.pythonhosted.org/packages/
|
500 |
-
{ url = "https://files.pythonhosted.org/packages/
|
501 |
-
{ url = "https://files.pythonhosted.org/packages/
|
502 |
-
{ url = "https://files.pythonhosted.org/packages/
|
503 |
-
{ url = "https://files.pythonhosted.org/packages/
|
504 |
-
{ url = "https://files.pythonhosted.org/packages/
|
505 |
-
{ url = "https://files.pythonhosted.org/packages/
|
506 |
-
{ url = "https://files.pythonhosted.org/packages/
|
507 |
-
{ url = "https://files.pythonhosted.org/packages/
|
508 |
-
{ url = "https://files.pythonhosted.org/packages/
|
509 |
-
{ url = "https://files.pythonhosted.org/packages/
|
510 |
-
{ url = "https://files.pythonhosted.org/packages/
|
511 |
-
{ url = "https://files.pythonhosted.org/packages/
|
512 |
-
{ url = "https://files.pythonhosted.org/packages/
|
513 |
-
{ url = "https://files.pythonhosted.org/packages/
|
514 |
-
{ url = "https://files.pythonhosted.org/packages/
|
515 |
-
{ url = "https://files.pythonhosted.org/packages/
|
516 |
-
{ url = "https://files.pythonhosted.org/packages/
|
517 |
-
{ url = "https://files.pythonhosted.org/packages/
|
518 |
-
{ url = "https://files.pythonhosted.org/packages/
|
519 |
-
{ url = "https://files.pythonhosted.org/packages/
|
520 |
-
{ url = "https://files.pythonhosted.org/packages/
|
521 |
-
{ url = "https://files.pythonhosted.org/packages/39/
|
522 |
-
{ url = "https://files.pythonhosted.org/packages/
|
523 |
-
{ url = "https://files.pythonhosted.org/packages/
|
524 |
-
{ url = "https://files.pythonhosted.org/packages/
|
525 |
-
{ url = "https://files.pythonhosted.org/packages/
|
526 |
-
{ url = "https://files.pythonhosted.org/packages/
|
527 |
-
{ url = "https://files.pythonhosted.org/packages/
|
528 |
-
{ url = "https://files.pythonhosted.org/packages/
|
529 |
-
{ url = "https://files.pythonhosted.org/packages/
|
530 |
-
{ url = "https://files.pythonhosted.org/packages/
|
531 |
-
{ url = "https://files.pythonhosted.org/packages/
|
532 |
-
{ url = "https://files.pythonhosted.org/packages/
|
533 |
-
{ url = "https://files.pythonhosted.org/packages/
|
534 |
-
{ url = "https://files.pythonhosted.org/packages/
|
535 |
-
{ url = "https://files.pythonhosted.org/packages/
|
536 |
-
{ url = "https://files.pythonhosted.org/packages/
|
537 |
-
{ url = "https://files.pythonhosted.org/packages/
|
538 |
-
{ url = "https://files.pythonhosted.org/packages/
|
539 |
-
{ url = "https://files.pythonhosted.org/packages/
|
540 |
-
{ url = "https://files.pythonhosted.org/packages/
|
541 |
]
|
542 |
|
543 |
[[package]]
|
@@ -666,16 +666,16 @@ wheels = [
|
|
666 |
|
667 |
[[package]]
|
668 |
name = "pydantic"
|
669 |
-
version = "2.10.
|
670 |
source = { registry = "https://pypi.org/simple" }
|
671 |
dependencies = [
|
672 |
{ name = "annotated-types" },
|
673 |
{ name = "pydantic-core" },
|
674 |
{ name = "typing-extensions" },
|
675 |
]
|
676 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
677 |
wheels = [
|
678 |
-
{ url = "https://files.pythonhosted.org/packages/
|
679 |
]
|
680 |
|
681 |
[[package]]
|
@@ -764,11 +764,11 @@ wheels = [
|
|
764 |
|
765 |
[[package]]
|
766 |
name = "pygments"
|
767 |
-
version = "2.
|
768 |
source = { registry = "https://pypi.org/simple" }
|
769 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
770 |
wheels = [
|
771 |
-
{ url = "https://files.pythonhosted.org/packages/
|
772 |
]
|
773 |
|
774 |
[[package]]
|
@@ -876,27 +876,27 @@ wheels = [
|
|
876 |
|
877 |
[[package]]
|
878 |
name = "ruff"
|
879 |
-
version = "0.
|
880 |
source = { registry = "https://pypi.org/simple" }
|
881 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
882 |
wheels = [
|
883 |
-
{ url = "https://files.pythonhosted.org/packages/
|
884 |
-
{ url = "https://files.pythonhosted.org/packages/
|
885 |
-
{ url = "https://files.pythonhosted.org/packages/
|
886 |
-
{ url = "https://files.pythonhosted.org/packages/
|
887 |
-
{ url = "https://files.pythonhosted.org/packages/
|
888 |
-
{ url = "https://files.pythonhosted.org/packages/
|
889 |
-
{ url = "https://files.pythonhosted.org/packages/
|
890 |
-
{ url = "https://files.pythonhosted.org/packages/
|
891 |
-
{ url = "https://files.pythonhosted.org/packages/
|
892 |
-
{ url = "https://files.pythonhosted.org/packages/
|
893 |
-
{ url = "https://files.pythonhosted.org/packages/
|
894 |
-
{ url = "https://files.pythonhosted.org/packages/
|
895 |
-
{ url = "https://files.pythonhosted.org/packages/
|
896 |
-
{ url = "https://files.pythonhosted.org/packages/
|
897 |
-
{ url = "https://files.pythonhosted.org/packages/
|
898 |
-
{ url = "https://files.pythonhosted.org/packages/
|
899 |
-
{ url = "https://files.pythonhosted.org/packages/
|
900 |
]
|
901 |
|
902 |
[[package]]
|
|
|
27 |
|
28 |
[[package]]
|
29 |
name = "anyio"
|
30 |
+
version = "4.8.0"
|
31 |
source = { registry = "https://pypi.org/simple" }
|
32 |
dependencies = [
|
33 |
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
|
|
|
35 |
{ name = "sniffio" },
|
36 |
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
37 |
]
|
38 |
+
sdist = { url = "https://files.pythonhosted.org/packages/a3/73/199a98fc2dae33535d6b8e8e6ec01f8c1d76c9adb096c6b7d64823038cde/anyio-4.8.0.tar.gz", hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a", size = 181126 }
|
39 |
wheels = [
|
40 |
+
{ url = "https://files.pythonhosted.org/packages/46/eb/e7f063ad1fec6b3178a3cd82d1a3c4de82cccf283fc42746168188e1cdd5/anyio-4.8.0-py3-none-any.whl", hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a", size = 96041 },
|
41 |
]
|
42 |
|
43 |
[[package]]
|
|
|
223 |
|
224 |
[[package]]
|
225 |
name = "gradio"
|
226 |
+
version = "5.12.0"
|
227 |
source = { registry = "https://pypi.org/simple" }
|
228 |
dependencies = [
|
229 |
{ name = "aiofiles" },
|
|
|
256 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
257 |
]
|
258 |
wheels = [
|
259 |
+
{ url = "https://files.pythonhosted.org/packages/7a/70/fb8611fabeb432d05946ef89d7acc6fde6c7e85ca9a05d39626b4cdf1a17/gradio-5.12.0-py3-none-any.whl", hash = "sha256:b4b79a2c537131a8a5e23046565e64da40156ac24f9082e563e734e89641e160", size = 57580407 },
|
260 |
]
|
261 |
|
262 |
[[package]]
|
263 |
name = "gradio-client"
|
264 |
+
version = "1.5.4"
|
265 |
source = { registry = "https://pypi.org/simple" }
|
266 |
dependencies = [
|
267 |
{ name = "fsspec" },
|
|
|
271 |
{ name = "typing-extensions" },
|
272 |
{ name = "websockets" },
|
273 |
]
|
274 |
+
sdist = { url = "https://files.pythonhosted.org/packages/cb/60/e822beb21c93497285b10c34a20da5ef0e4b18fb736e89077b599e2783d1/gradio_client-1.5.4.tar.gz", hash = "sha256:281a1b6c4e45210c70b60888bb6f329c27f30645d7aa376e1f20966de82273dc", size = 319517 }
|
275 |
wheels = [
|
276 |
+
{ url = "https://files.pythonhosted.org/packages/a6/3d/e05202dd42581c2a1e93c730d10a0ef45bc40921332c9aa0d6645bbf0e2b/gradio_client-1.5.4-py3-none-any.whl", hash = "sha256:ad38c9a6f7fc590e822627f5bf5685321a7822b8f1a88b76d00a0621a43162d6", size = 321364 },
|
277 |
]
|
278 |
|
279 |
[[package]]
|
|
|
315 |
|
316 |
[[package]]
|
317 |
name = "huggingface-hub"
|
318 |
+
version = "0.27.1"
|
319 |
source = { registry = "https://pypi.org/simple" }
|
320 |
dependencies = [
|
321 |
{ name = "filelock" },
|
|
|
326 |
{ name = "tqdm" },
|
327 |
{ name = "typing-extensions" },
|
328 |
]
|
329 |
+
sdist = { url = "https://files.pythonhosted.org/packages/e1/d2/d6976de7542792fc077b498d64af64882b6d8bb40679284ec0bff77d5929/huggingface_hub-0.27.1.tar.gz", hash = "sha256:c004463ca870283909d715d20f066ebd6968c2207dae9393fdffb3c1d4d8f98b", size = 379407 }
|
330 |
wheels = [
|
331 |
+
{ url = "https://files.pythonhosted.org/packages/6c/3f/50f6b25fafdcfb1c089187a328c95081abf882309afd86f4053951507cd1/huggingface_hub-0.27.1-py3-none-any.whl", hash = "sha256:1c5155ca7d60b60c2e2fc38cbb3ffb7f7c3adf48f824015b219af9061771daec", size = 450658 },
|
332 |
]
|
333 |
|
334 |
[[package]]
|
|
|
340 |
]
|
341 |
|
342 |
[package.metadata]
|
343 |
+
requires-dist = [{ name = "gradio", specifier = ">=5.12.0" }]
|
344 |
|
345 |
[[package]]
|
346 |
name = "idna"
|
|
|
486 |
|
487 |
[[package]]
|
488 |
name = "orjson"
|
489 |
+
version = "3.10.14"
|
490 |
source = { registry = "https://pypi.org/simple" }
|
491 |
+
sdist = { url = "https://files.pythonhosted.org/packages/92/f7/3219b56f47b4f5e864fb11cdf4ac0aaa3de608730ad2dc4c6e16382f35ec/orjson-3.10.14.tar.gz", hash = "sha256:cf31f6f071a6b8e7aa1ead1fa27b935b48d00fbfa6a28ce856cfff2d5dd68eed", size = 5282116 }
|
492 |
wheels = [
|
493 |
+
{ url = "https://files.pythonhosted.org/packages/b3/62/64348b8b29a14c7342f6aa45c8be0a87fdda2ce7716bc123717376537077/orjson-3.10.14-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:849ea7845a55f09965826e816cdc7689d6cf74fe9223d79d758c714af955bcb6", size = 249439 },
|
494 |
+
{ url = "https://files.pythonhosted.org/packages/9f/51/48f4dfbca7b4db630316b170db4a150a33cd405650258bd62a2d619b43b4/orjson-3.10.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5947b139dfa33f72eecc63f17e45230a97e741942955a6c9e650069305eb73d", size = 135811 },
|
495 |
+
{ url = "https://files.pythonhosted.org/packages/a1/1c/e18770843e6d045605c8e00a1be801da5668fa934b323b0492a49c9dee4f/orjson-3.10.14-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cde6d76910d3179dae70f164466692f4ea36da124d6fb1a61399ca589e81d69a", size = 150154 },
|
496 |
+
{ url = "https://files.pythonhosted.org/packages/51/1e/3817dc79164f1fc17fc53102f74f62d31f5f4ec042abdd24d94c5e06e51c/orjson-3.10.14-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c6dfbaeb7afa77ca608a50e2770a0461177b63a99520d4928e27591b142c74b1", size = 139740 },
|
497 |
+
{ url = "https://files.pythonhosted.org/packages/ff/fc/fbf9e25448f7a2d67c1a2b6dad78a9340666bf9fda3339ff59b1e93f0b6f/orjson-3.10.14-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fa45e489ef80f28ff0e5ba0a72812b8cfc7c1ef8b46a694723807d1b07c89ebb", size = 154479 },
|
498 |
+
{ url = "https://files.pythonhosted.org/packages/d4/df/c8b7ea21ff658f6a9a26d562055631c01d445bda5eb613c02c7d0934607d/orjson-3.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f5007abfdbb1d866e2aa8990bd1c465f0f6da71d19e695fc278282be12cffa5", size = 130414 },
|
499 |
+
{ url = "https://files.pythonhosted.org/packages/df/f7/e29c2d42bef8fbf696a5e54e6339b0b9ea5179326950fee6ae80acf59d09/orjson-3.10.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1b49e2af011c84c3f2d541bb5cd1e3c7c2df672223e7e3ea608f09cf295e5f8a", size = 138545 },
|
500 |
+
{ url = "https://files.pythonhosted.org/packages/8e/97/afdf2908fe8eaeecb29e97fa82dc934f275acf330e5271def0b8fbac5478/orjson-3.10.14-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:164ac155109226b3a2606ee6dda899ccfbe6e7e18b5bdc3fbc00f79cc074157d", size = 130952 },
|
501 |
+
{ url = "https://files.pythonhosted.org/packages/4a/dd/04e01c1305694f47e9794c60ec7cece02e55fa9d57c5d72081eaaa62ad1d/orjson-3.10.14-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:6b1225024cf0ef5d15934b5ffe9baf860fe8bc68a796513f5ea4f5056de30bca", size = 414673 },
|
502 |
+
{ url = "https://files.pythonhosted.org/packages/fa/12/28c4d5f6a395ac9693b250f0662366968c47fc99c8f3cd803a65b1f5ba46/orjson-3.10.14-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:d6546e8073dc382e60fcae4a001a5a1bc46da5eab4a4878acc2d12072d6166d5", size = 141002 },
|
503 |
+
{ url = "https://files.pythonhosted.org/packages/21/f6/357cb167c2d2fd9542251cfd9f68681b67ed4dcdac82aa6ee2f4f3ab952e/orjson-3.10.14-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9f1d2942605c894162252d6259b0121bf1cb493071a1ea8cb35d79cb3e6ac5bc", size = 129626 },
|
504 |
+
{ url = "https://files.pythonhosted.org/packages/df/07/d9062353500df9db8bfa7c6a5982687c97d0b69a5b158c4166d407ac94e2/orjson-3.10.14-cp310-cp310-win32.whl", hash = "sha256:397083806abd51cf2b3bbbf6c347575374d160331a2d33c5823e22249ad3118b", size = 142429 },
|
505 |
+
{ url = "https://files.pythonhosted.org/packages/50/ba/6ba2bf69ac0526d143aebe78bc39e6e5fbb51d5336fbc5efb9aab6687cd9/orjson-3.10.14-cp310-cp310-win_amd64.whl", hash = "sha256:fa18f949d3183a8d468367056be989666ac2bef3a72eece0bade9cdb733b3c28", size = 133512 },
|
506 |
+
{ url = "https://files.pythonhosted.org/packages/bf/18/26721760368e12b691fb6811692ed21ae5275ea918db409ba26866cacbe8/orjson-3.10.14-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:f506fd666dd1ecd15a832bebc66c4df45c1902fd47526292836c339f7ba665a9", size = 249437 },
|
507 |
+
{ url = "https://files.pythonhosted.org/packages/d5/5b/2adfe7cc301edeb3bffc1942956659c19ec00d51a21c53c17c0767bebf47/orjson-3.10.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:efe5fd254cfb0eeee13b8ef7ecb20f5d5a56ddda8a587f3852ab2cedfefdb5f6", size = 135812 },
|
508 |
+
{ url = "https://files.pythonhosted.org/packages/8a/68/07df7787fd9ff6dba815b2d793eec5e039d288fdf150431ed48a660bfcbb/orjson-3.10.14-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4ddc8c866d7467f5ee2991397d2ea94bcf60d0048bdd8ca555740b56f9042725", size = 150153 },
|
509 |
+
{ url = "https://files.pythonhosted.org/packages/02/71/f68562734461b801b53bacd5365e079dcb3c78656a662f0639494880e522/orjson-3.10.14-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3af8e42ae4363773658b8d578d56dedffb4f05ceeb4d1d4dd3fb504950b45526", size = 139742 },
|
510 |
+
{ url = "https://files.pythonhosted.org/packages/04/03/1355fb27652582f00d3c62e93a32b982fa42bc31d2e07f0a317867069096/orjson-3.10.14-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:84dd83110503bc10e94322bf3ffab8bc49150176b49b4984dc1cce4c0a993bf9", size = 154479 },
|
511 |
+
{ url = "https://files.pythonhosted.org/packages/7c/47/1c2a840f27715e8bc2bbafffc851512ede6e53483593eded190919bdcaf4/orjson-3.10.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36f5bfc0399cd4811bf10ec7a759c7ab0cd18080956af8ee138097d5b5296a95", size = 130413 },
|
512 |
+
{ url = "https://files.pythonhosted.org/packages/dd/b2/5bb51006cbae85b052d1bbee7ff43ae26fa155bb3d31a71b0c07d384d5e3/orjson-3.10.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:868943660fb2a1e6b6b965b74430c16a79320b665b28dd4511d15ad5038d37d5", size = 138545 },
|
513 |
+
{ url = "https://files.pythonhosted.org/packages/79/30/7841a5dd46bb46b8e868791d5469c9d4788d3e26b7e69d40256647997baf/orjson-3.10.14-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:33449c67195969b1a677533dee9d76e006001213a24501333624623e13c7cc8e", size = 130953 },
|
514 |
+
{ url = "https://files.pythonhosted.org/packages/08/49/720e7c2040c0f1df630a36d83d449bd7e4d4471071d5ece47a4f7211d570/orjson-3.10.14-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:e4c9f60f9fb0b5be66e416dcd8c9d94c3eabff3801d875bdb1f8ffc12cf86905", size = 414675 },
|
515 |
+
{ url = "https://files.pythonhosted.org/packages/50/b0/ca7619f34280e7dcbd50dbc9c5fe5200c12cd7269b8858652beb3887483f/orjson-3.10.14-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:0de4d6315cfdbd9ec803b945c23b3a68207fd47cbe43626036d97e8e9561a436", size = 141004 },
|
516 |
+
{ url = "https://files.pythonhosted.org/packages/75/1b/7548e3a711543f438e87a4349e00439ab7f37807942e5659f29363f35765/orjson-3.10.14-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:83adda3db595cb1a7e2237029b3249c85afbe5c747d26b41b802e7482cb3933e", size = 129629 },
|
517 |
+
{ url = "https://files.pythonhosted.org/packages/b0/1e/4930a6ff46debd6be1ff18e869b7bc43a7ad762c865610b7e745038d6f68/orjson-3.10.14-cp311-cp311-win32.whl", hash = "sha256:998019ef74a4997a9d741b1473533cdb8faa31373afc9849b35129b4b8ec048d", size = 142430 },
|
518 |
+
{ url = "https://files.pythonhosted.org/packages/28/e0/6cc1cd1dfde36555e81ac869f7847e86bb11c27f97b72fde2f1509b12163/orjson-3.10.14-cp311-cp311-win_amd64.whl", hash = "sha256:9d034abdd36f0f0f2240f91492684e5043d46f290525d1117712d5b8137784eb", size = 133516 },
|
519 |
+
{ url = "https://files.pythonhosted.org/packages/8c/dc/dc5a882be016ee8688bd867ad3b4e3b2ab039d91383099702301a1adb6ac/orjson-3.10.14-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:2ad4b7e367efba6dc3f119c9a0fcd41908b7ec0399a696f3cdea7ec477441b09", size = 249396 },
|
520 |
+
{ url = "https://files.pythonhosted.org/packages/f0/95/4c23ff5c0505cd687928608e0b7910ccb44ce59490079e1c17b7610aa0d0/orjson-3.10.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f496286fc85e93ce0f71cc84fc1c42de2decf1bf494094e188e27a53694777a7", size = 135689 },
|
521 |
+
{ url = "https://files.pythonhosted.org/packages/ad/39/b4bdd19604dce9d6509c4d86e8e251a1373a24204b4c4169866dcecbe5f5/orjson-3.10.14-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c7f189bbfcded40e41a6969c1068ba305850ba016665be71a217918931416fbf", size = 150136 },
|
522 |
+
{ url = "https://files.pythonhosted.org/packages/1d/92/7b9bad96353abd3e89947960252dcf1022ce2df7f29056e434de05e18b6d/orjson-3.10.14-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8cc8204f0b75606869c707da331058ddf085de29558b516fc43c73ee5ee2aadb", size = 139766 },
|
523 |
+
{ url = "https://files.pythonhosted.org/packages/a6/bd/abb13c86540b7a91b40d7d9f8549d03a026bc22d78fa93f71d68b8f4c36e/orjson-3.10.14-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:deaa2899dff7f03ab667e2ec25842d233e2a6a9e333efa484dfe666403f3501c", size = 154533 },
|
524 |
+
{ url = "https://files.pythonhosted.org/packages/c0/02/0bcb91ec9c7143012359983aca44f567f87df379957cd4af11336217b12f/orjson-3.10.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1c3ea52642c9714dc6e56de8a451a066f6d2707d273e07fe8a9cc1ba073813d", size = 130658 },
|
525 |
+
{ url = "https://files.pythonhosted.org/packages/b4/1e/b304596bb1f800d47d6e92305bd09f0eef693ed4f7b2095db63f9808b229/orjson-3.10.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9d3f9ed72e7458ded9a1fb1b4d4ed4c4fdbaf82030ce3f9274b4dc1bff7ace2b", size = 138546 },
|
526 |
+
{ url = "https://files.pythonhosted.org/packages/56/c7/65d72b22080186ef618a46afeb9386e20056f3237664090f3a2f8da1cd6d/orjson-3.10.14-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:07520685d408a2aba514c17ccc16199ff2934f9f9e28501e676c557f454a37fe", size = 130774 },
|
527 |
+
{ url = "https://files.pythonhosted.org/packages/4d/85/1ab35a832f32b37ccd673721e845cf302f23453603112255af611c91d1d1/orjson-3.10.14-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:76344269b550ea01488d19a2a369ab572c1ac4449a72e9f6ac0d70eb1cbfb953", size = 414649 },
|
528 |
+
{ url = "https://files.pythonhosted.org/packages/d1/7d/1d6575f779bab8fe698fa6d52e8aa3aa0a9fca4885d0bf6197700455713a/orjson-3.10.14-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:e2979d0f2959990620f7e62da6cd954e4620ee815539bc57a8ae46e2dacf90e3", size = 141060 },
|
529 |
+
{ url = "https://files.pythonhosted.org/packages/f8/26/68513e28b3bd1d7633318ed2818e86d1bfc8b782c87c520c7b363092837f/orjson-3.10.14-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:03f61ca3674555adcb1aa717b9fc87ae936aa7a63f6aba90a474a88701278780", size = 129798 },
|
530 |
+
{ url = "https://files.pythonhosted.org/packages/44/ca/020fb99c98ff7267ba18ce798ff0c8c3aa97cd949b611fc76cad3c87e534/orjson-3.10.14-cp312-cp312-win32.whl", hash = "sha256:d5075c54edf1d6ad81d4c6523ce54a748ba1208b542e54b97d8a882ecd810fd1", size = 142524 },
|
531 |
+
{ url = "https://files.pythonhosted.org/packages/70/7f/f2d346819a273653825e7c92dc26418c8da506003c9fc1dfe8157e733b2e/orjson-3.10.14-cp312-cp312-win_amd64.whl", hash = "sha256:175cafd322e458603e8ce73510a068d16b6e6f389c13f69bf16de0e843d7d406", size = 133663 },
|
532 |
+
{ url = "https://files.pythonhosted.org/packages/46/bb/f1b037d89f580c79eda0940772384cc226a697be1cb4eb94ae4e792aa34c/orjson-3.10.14-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:0905ca08a10f7e0e0c97d11359609300eb1437490a7f32bbaa349de757e2e0c7", size = 249333 },
|
533 |
+
{ url = "https://files.pythonhosted.org/packages/e4/72/12958a073cace3f8acef0f9a30739d95f46bbb1544126fecad11527d4508/orjson-3.10.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92d13292249f9f2a3e418cbc307a9fbbef043c65f4bd8ba1eb620bc2aaba3d15", size = 125038 },
|
534 |
+
{ url = "https://files.pythonhosted.org/packages/c0/ae/461f78b1c98de1bc034af88bc21c6a792cc63373261fbc10a6ee560814fa/orjson-3.10.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90937664e776ad316d64251e2fa2ad69265e4443067668e4727074fe39676414", size = 130604 },
|
535 |
+
{ url = "https://files.pythonhosted.org/packages/ae/d2/17f50513f56bff7898840fddf7fb88f501305b9b2605d2793ff224789665/orjson-3.10.14-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9ed3d26c4cb4f6babaf791aa46a029265850e80ec2a566581f5c2ee1a14df4f1", size = 130756 },
|
536 |
+
{ url = "https://files.pythonhosted.org/packages/fa/bc/673856e4af94c9890dfd8e2054c05dc2ddc16d1728c2aa0c5bd198943105/orjson-3.10.14-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:56ee546c2bbe9599aba78169f99d1dc33301853e897dbaf642d654248280dc6e", size = 414613 },
|
537 |
+
{ url = "https://files.pythonhosted.org/packages/09/01/08c5b69b0756dd1790fcffa569d6a28dedcd7b97f825e4b46537b788908c/orjson-3.10.14-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:901e826cb2f1bdc1fcef3ef59adf0c451e8f7c0b5deb26c1a933fb66fb505eae", size = 141010 },
|
538 |
+
{ url = "https://files.pythonhosted.org/packages/5b/98/72883bb6cf88fd364996e62d2026622ca79bfb8dbaf96ccdd2018ada25b1/orjson-3.10.14-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:26336c0d4b2d44636e1e1e6ed1002f03c6aae4a8a9329561c8883f135e9ff010", size = 129732 },
|
539 |
+
{ url = "https://files.pythonhosted.org/packages/e4/99/347418f7ef56dcb478ba131a6112b8ddd5b747942652b6e77a53155a7e21/orjson-3.10.14-cp313-cp313-win32.whl", hash = "sha256:e2bc525e335a8545c4e48f84dd0328bc46158c9aaeb8a1c2276546e94540ea3d", size = 142504 },
|
540 |
+
{ url = "https://files.pythonhosted.org/packages/59/ac/5e96cad01083015f7bfdb02ccafa489da8e6caa7f4c519e215f04d2bd856/orjson-3.10.14-cp313-cp313-win_amd64.whl", hash = "sha256:eca04dfd792cedad53dc9a917da1a522486255360cb4e77619343a20d9f35364", size = 133388 },
|
541 |
]
|
542 |
|
543 |
[[package]]
|
|
|
666 |
|
667 |
[[package]]
|
668 |
name = "pydantic"
|
669 |
+
version = "2.10.5"
|
670 |
source = { registry = "https://pypi.org/simple" }
|
671 |
dependencies = [
|
672 |
{ name = "annotated-types" },
|
673 |
{ name = "pydantic-core" },
|
674 |
{ name = "typing-extensions" },
|
675 |
]
|
676 |
+
sdist = { url = "https://files.pythonhosted.org/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff", size = 761287 }
|
677 |
wheels = [
|
678 |
+
{ url = "https://files.pythonhosted.org/packages/58/26/82663c79010b28eddf29dcdd0ea723439535fa917fce5905885c0e9ba562/pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53", size = 431426 },
|
679 |
]
|
680 |
|
681 |
[[package]]
|
|
|
764 |
|
765 |
[[package]]
|
766 |
name = "pygments"
|
767 |
+
version = "2.19.1"
|
768 |
source = { registry = "https://pypi.org/simple" }
|
769 |
+
sdist = { url = "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", size = 4968581 }
|
770 |
wheels = [
|
771 |
+
{ url = "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293 },
|
772 |
]
|
773 |
|
774 |
[[package]]
|
|
|
876 |
|
877 |
[[package]]
|
878 |
name = "ruff"
|
879 |
+
version = "0.9.1"
|
880 |
source = { registry = "https://pypi.org/simple" }
|
881 |
+
sdist = { url = "https://files.pythonhosted.org/packages/67/3e/e89f736f01aa9517a97e2e7e0ce8d34a4d8207087b3cfdec95133fee13b5/ruff-0.9.1.tar.gz", hash = "sha256:fd2b25ecaf907d6458fa842675382c8597b3c746a2dde6717fe3415425df0c17", size = 3498844 }
|
882 |
wheels = [
|
883 |
+
{ url = "https://files.pythonhosted.org/packages/dc/05/c3a2e0feb3d5d394cdfd552de01df9d3ec8a3a3771bbff247fab7e668653/ruff-0.9.1-py3-none-linux_armv6l.whl", hash = "sha256:84330dda7abcc270e6055551aca93fdde1b0685fc4fd358f26410f9349cf1743", size = 10645241 },
|
884 |
+
{ url = "https://files.pythonhosted.org/packages/dd/da/59f0a40e5f88ee5c054ad175caaa2319fc96571e1d29ab4730728f2aad4f/ruff-0.9.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3cae39ba5d137054b0e5b472aee3b78a7c884e61591b100aeb544bcd1fc38d4f", size = 10391066 },
|
885 |
+
{ url = "https://files.pythonhosted.org/packages/b7/fe/85e1c1acf0ba04a3f2d54ae61073da030f7a5dc386194f96f3c6ca444a78/ruff-0.9.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:50c647ff96f4ba288db0ad87048257753733763b409b2faf2ea78b45c8bb7fcb", size = 10012308 },
|
886 |
+
{ url = "https://files.pythonhosted.org/packages/6f/9b/780aa5d4bdca8dcea4309264b8faa304bac30e1ce0bcc910422bfcadd203/ruff-0.9.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f0c8b149e9c7353cace7d698e1656ffcf1e36e50f8ea3b5d5f7f87ff9986a7ca", size = 10881960 },
|
887 |
+
{ url = "https://files.pythonhosted.org/packages/12/f4/dac4361afbfe520afa7186439e8094e4884ae3b15c8fc75fb2e759c1f267/ruff-0.9.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:beb3298604540c884d8b282fe7625651378e1986c25df51dec5b2f60cafc31ce", size = 10414803 },
|
888 |
+
{ url = "https://files.pythonhosted.org/packages/f0/a2/057a3cb7999513cb78d6cb33a7d1cc6401c82d7332583786e4dad9e38e44/ruff-0.9.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:39d0174ccc45c439093971cc06ed3ac4dc545f5e8bdacf9f067adf879544d969", size = 11464929 },
|
889 |
+
{ url = "https://files.pythonhosted.org/packages/eb/c6/1ccfcc209bee465ced4874dcfeaadc88aafcc1ea9c9f31ef66f063c187f0/ruff-0.9.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:69572926c0f0c9912288915214ca9b2809525ea263603370b9e00bed2ba56dbd", size = 12170717 },
|
890 |
+
{ url = "https://files.pythonhosted.org/packages/84/97/4a524027518525c7cf6931e9fd3b2382be5e4b75b2b61bec02681a7685a5/ruff-0.9.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:937267afce0c9170d6d29f01fcd1f4378172dec6760a9f4dface48cdabf9610a", size = 11708921 },
|
891 |
+
{ url = "https://files.pythonhosted.org/packages/a6/a4/4e77cf6065c700d5593b25fca6cf725b1ab6d70674904f876254d0112ed0/ruff-0.9.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:186c2313de946f2c22bdf5954b8dd083e124bcfb685732cfb0beae0c47233d9b", size = 13058074 },
|
892 |
+
{ url = "https://files.pythonhosted.org/packages/f9/d6/fcb78e0531e863d0a952c4c5600cc5cd317437f0e5f031cd2288b117bb37/ruff-0.9.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f94942a3bb767675d9a051867c036655fe9f6c8a491539156a6f7e6b5f31831", size = 11281093 },
|
893 |
+
{ url = "https://files.pythonhosted.org/packages/e4/3b/7235bbeff00c95dc2d073cfdbf2b871b5bbf476754c5d277815d286b4328/ruff-0.9.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:728d791b769cc28c05f12c280f99e8896932e9833fef1dd8756a6af2261fd1ab", size = 10882610 },
|
894 |
+
{ url = "https://files.pythonhosted.org/packages/2a/66/5599d23257c61cf038137f82999ca8f9d0080d9d5134440a461bef85b461/ruff-0.9.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:2f312c86fb40c5c02b44a29a750ee3b21002bd813b5233facdaf63a51d9a85e1", size = 10489273 },
|
895 |
+
{ url = "https://files.pythonhosted.org/packages/78/85/de4aa057e2532db0f9761e2c2c13834991e087787b93e4aeb5f1cb10d2df/ruff-0.9.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ae017c3a29bee341ba584f3823f805abbe5fe9cd97f87ed07ecbf533c4c88366", size = 11003314 },
|
896 |
+
{ url = "https://files.pythonhosted.org/packages/00/42/afedcaa089116d81447347f76041ff46025849fedb0ed2b187d24cf70fca/ruff-0.9.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5dc40a378a0e21b4cfe2b8a0f1812a6572fc7b230ef12cd9fac9161aa91d807f", size = 11342982 },
|
897 |
+
{ url = "https://files.pythonhosted.org/packages/39/c6/fe45f3eb27e3948b41a305d8b768e949bf6a39310e9df73f6c576d7f1d9f/ruff-0.9.1-py3-none-win32.whl", hash = "sha256:46ebf5cc106cf7e7378ca3c28ce4293b61b449cd121b98699be727d40b79ba72", size = 8819750 },
|
898 |
+
{ url = "https://files.pythonhosted.org/packages/38/8d/580db77c3b9d5c3d9479e55b0b832d279c30c8f00ab0190d4cd8fc67831c/ruff-0.9.1-py3-none-win_amd64.whl", hash = "sha256:342a824b46ddbcdddd3abfbb332fa7fcaac5488bf18073e841236aadf4ad5c19", size = 9701331 },
|
899 |
+
{ url = "https://files.pythonhosted.org/packages/b2/94/0498cdb7316ed67a1928300dd87d659c933479f44dec51b4f62bfd1f8028/ruff-0.9.1-py3-none-win_arm64.whl", hash = "sha256:1cd76c7f9c679e6e8f2af8f778367dca82b95009bc7b1a85a47f1521ae524fa7", size = 9145708 },
|
900 |
]
|
901 |
|
902 |
[[package]]
|