apitally 0.14.3__tar.gz → 0.14.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {apitally-0.14.3 → apitally-0.14.5}/.github/workflows/publish.yaml +2 -2
- {apitally-0.14.3 → apitally-0.14.5}/.github/workflows/tests.yaml +17 -7
- {apitally-0.14.3 → apitally-0.14.5}/.pre-commit-config.yaml +6 -2
- {apitally-0.14.3 → apitally-0.14.5}/PKG-INFO +1 -1
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/client_asyncio.py +7 -8
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/client_base.py +1 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/client_threading.py +7 -8
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/request_logging.py +5 -7
- {apitally-0.14.3 → apitally-0.14.5}/pyproject.toml +1 -1
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_request_logging.py +6 -1
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_starlette.py +1 -0
- {apitally-0.14.3 → apitally-0.14.5}/uv.lock +152 -137
- {apitally-0.14.3 → apitally-0.14.5}/.github/workflows/summary.yaml +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/.gitignore +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/LICENSE +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/Makefile +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/README.md +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/__init__.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/__init__.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/consumers.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/logging.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/requests.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/server_errors.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/client/validation_errors.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/common.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/django.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/django_ninja.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/django_rest_framework.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/fastapi.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/flask.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/litestar.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/py.typed +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/apitally/starlette.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/renovate.json +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/__init__.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/conftest.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/constants.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/django_ninja_urls.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/django_rest_framework_urls.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_asyncio.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_consumers.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_requests.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_server_errors.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_threading.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_client_validation_errors.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_django_ninja.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_django_rest_framework.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_fastapi.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_flask.py +0 -0
- {apitally-0.14.3 → apitally-0.14.5}/tests/test_litestar.py +0 -0
@@ -16,7 +16,7 @@ jobs:
|
|
16
16
|
- uses: actions/checkout@v4
|
17
17
|
- uses: actions/setup-python@v5
|
18
18
|
with:
|
19
|
-
python-version: "3.
|
19
|
+
python-version: "3.13"
|
20
20
|
- uses: pre-commit/action@v3.0.1
|
21
21
|
|
22
22
|
test-coverage:
|
@@ -24,12 +24,12 @@ jobs:
|
|
24
24
|
steps:
|
25
25
|
- uses: actions/checkout@v4
|
26
26
|
- name: Install uv
|
27
|
-
uses: astral-sh/setup-uv@
|
27
|
+
uses: astral-sh/setup-uv@v5
|
28
28
|
with:
|
29
|
-
version: "0.5.
|
29
|
+
version: "0.5.21"
|
30
30
|
enable-cache: true
|
31
31
|
- name: Install Python
|
32
|
-
run: uv python install 3.
|
32
|
+
run: uv python install 3.13
|
33
33
|
- name: Install dependencies
|
34
34
|
run: uv sync --all-extras --frozen
|
35
35
|
- name: Run checks
|
@@ -46,7 +46,7 @@ jobs:
|
|
46
46
|
strategy:
|
47
47
|
fail-fast: false
|
48
48
|
matrix:
|
49
|
-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
49
|
+
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
50
50
|
deps:
|
51
51
|
- starlette
|
52
52
|
- fastapi starlette
|
@@ -78,12 +78,22 @@ jobs:
|
|
78
78
|
deps: djangorestframework==3.10.* django==2.2.* uritemplate
|
79
79
|
- python: "3.12"
|
80
80
|
deps: litestar==2.0.1
|
81
|
+
- python: "3.13"
|
82
|
+
deps: fastapi==0.100.1 starlette
|
83
|
+
- python: "3.13"
|
84
|
+
deps: fastapi==0.87.0 starlette
|
85
|
+
- python: "3.13"
|
86
|
+
deps: djangorestframework==3.12.* django==3.2.* uritemplate
|
87
|
+
- python: "3.13"
|
88
|
+
deps: djangorestframework==3.10.* django==2.2.* uritemplate
|
89
|
+
- python: "3.13"
|
90
|
+
deps: litestar==2.0.1
|
81
91
|
steps:
|
82
92
|
- uses: actions/checkout@v4
|
83
93
|
- name: Install uv
|
84
|
-
uses: astral-sh/setup-uv@
|
94
|
+
uses: astral-sh/setup-uv@v5
|
85
95
|
with:
|
86
|
-
version: "0.5.
|
96
|
+
version: "0.5.21"
|
87
97
|
enable-cache: true
|
88
98
|
- name: Install Python
|
89
99
|
run: uv python install ${{ matrix.python }}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
default_language_version:
|
2
|
-
python: "3.
|
2
|
+
python: "3.13"
|
3
3
|
repos:
|
4
4
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
5
5
|
rev: v5.0.0
|
@@ -8,8 +8,12 @@ repos:
|
|
8
8
|
- id: trailing-whitespace
|
9
9
|
- id: mixed-line-ending
|
10
10
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
11
|
-
rev: v0.
|
11
|
+
rev: v0.9.2
|
12
12
|
hooks:
|
13
13
|
- id: ruff
|
14
14
|
args: ["--fix", "--exit-non-zero-on-fix"]
|
15
15
|
- id: ruff-format
|
16
|
+
- repo: https://github.com/astral-sh/uv-pre-commit
|
17
|
+
rev: 0.5.21
|
18
|
+
hooks:
|
19
|
+
- id: uv-lock
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apitally
|
3
|
-
Version: 0.14.
|
3
|
+
Version: 0.14.5
|
4
4
|
Summary: Simple API monitoring & analytics for REST APIs built with FastAPI, Flask, Django, Starlette and Litestar.
|
5
5
|
Project-URL: Homepage, https://apitally.io
|
6
6
|
Project-URL: Documentation, https://docs.apitally.io
|
@@ -6,7 +6,7 @@ import random
|
|
6
6
|
import time
|
7
7
|
from contextlib import suppress
|
8
8
|
from functools import partial
|
9
|
-
from typing import Any, AsyncIterator, Dict, Optional,
|
9
|
+
from typing import Any, AsyncIterator, Dict, Optional, Union
|
10
10
|
from uuid import UUID
|
11
11
|
|
12
12
|
import backoff
|
@@ -40,7 +40,7 @@ class ApitallyClient(ApitallyClientBase):
|
|
40
40
|
self.proxy = proxy
|
41
41
|
self._stop_sync_loop = False
|
42
42
|
self._sync_loop_task: Optional[asyncio.Task] = None
|
43
|
-
self._sync_data_queue: asyncio.Queue[
|
43
|
+
self._sync_data_queue: asyncio.Queue[Dict[str, Any]] = asyncio.Queue()
|
44
44
|
self._set_startup_data_task: Optional[asyncio.Task] = None
|
45
45
|
|
46
46
|
def get_http_client(self) -> httpx.AsyncClient:
|
@@ -103,20 +103,19 @@ class ApitallyClient(ApitallyClientBase):
|
|
103
103
|
|
104
104
|
async def send_sync_data(self, client: httpx.AsyncClient) -> None:
|
105
105
|
data = self.get_sync_data()
|
106
|
-
self._sync_data_queue.put_nowait(
|
106
|
+
self._sync_data_queue.put_nowait(data)
|
107
107
|
|
108
108
|
i = 0
|
109
109
|
while not self._sync_data_queue.empty():
|
110
|
-
|
110
|
+
data = self._sync_data_queue.get_nowait()
|
111
111
|
try:
|
112
|
-
if
|
112
|
+
if time.time() - data["timestamp"] <= MAX_QUEUE_TIME:
|
113
113
|
if i > 0:
|
114
|
-
await asyncio.sleep(random.uniform(0.1, 0.
|
115
|
-
data["time_offset"] = time_offset
|
114
|
+
await asyncio.sleep(random.uniform(0.1, 0.5))
|
116
115
|
await self._send_sync_data(client, data)
|
117
116
|
i += 1
|
118
117
|
except httpx.HTTPError:
|
119
|
-
self._sync_data_queue.put_nowait(
|
118
|
+
self._sync_data_queue.put_nowait(data)
|
120
119
|
break
|
121
120
|
finally:
|
122
121
|
self._sync_data_queue.task_done()
|
@@ -89,6 +89,7 @@ class ApitallyClientBase(ABC):
|
|
89
89
|
|
90
90
|
def get_sync_data(self) -> Dict[str, Any]:
|
91
91
|
data = {
|
92
|
+
"timestamp": time.time(),
|
92
93
|
"requests": self.request_counter.get_and_reset_requests(),
|
93
94
|
"validation_errors": self.validation_error_counter.get_and_reset_validation_errors(),
|
94
95
|
"server_errors": self.server_error_counter.get_and_reset_server_errors(),
|
@@ -8,7 +8,7 @@ from functools import partial
|
|
8
8
|
from io import BufferedReader
|
9
9
|
from queue import Queue
|
10
10
|
from threading import Event, Thread
|
11
|
-
from typing import Any, Callable, Dict, Optional
|
11
|
+
from typing import Any, Callable, Dict, Optional
|
12
12
|
from uuid import UUID
|
13
13
|
|
14
14
|
import backoff
|
@@ -58,7 +58,7 @@ class ApitallyClient(ApitallyClientBase):
|
|
58
58
|
self.proxies = {"https": proxy} if proxy else None
|
59
59
|
self._thread: Optional[Thread] = None
|
60
60
|
self._stop_sync_loop = Event()
|
61
|
-
self._sync_data_queue: Queue[
|
61
|
+
self._sync_data_queue: Queue[Dict[str, Any]] = Queue()
|
62
62
|
|
63
63
|
def start_sync_loop(self) -> None:
|
64
64
|
self._stop_sync_loop.clear()
|
@@ -114,20 +114,19 @@ class ApitallyClient(ApitallyClientBase):
|
|
114
114
|
|
115
115
|
def send_sync_data(self, session: requests.Session) -> None:
|
116
116
|
data = self.get_sync_data()
|
117
|
-
self._sync_data_queue.put_nowait(
|
117
|
+
self._sync_data_queue.put_nowait(data)
|
118
118
|
|
119
119
|
i = 0
|
120
120
|
while not self._sync_data_queue.empty():
|
121
|
-
|
121
|
+
data = self._sync_data_queue.get_nowait()
|
122
122
|
try:
|
123
|
-
if
|
123
|
+
if time.time() - data["timestamp"] <= MAX_QUEUE_TIME:
|
124
124
|
if i > 0:
|
125
|
-
time.sleep(random.uniform(0.1, 0.
|
126
|
-
data["time_offset"] = time_offset
|
125
|
+
time.sleep(random.uniform(0.1, 0.5))
|
127
126
|
self._send_sync_data(session, data)
|
128
127
|
i += 1
|
129
128
|
except requests.RequestException:
|
130
|
-
self._sync_data_queue.put_nowait(
|
129
|
+
self._sync_data_queue.put_nowait(data)
|
131
130
|
break
|
132
131
|
finally:
|
133
132
|
self._sync_data_queue.task_done()
|
@@ -5,7 +5,6 @@ import tempfile
|
|
5
5
|
import threading
|
6
6
|
import time
|
7
7
|
from collections import deque
|
8
|
-
from contextlib import suppress
|
9
8
|
from dataclasses import dataclass, field
|
10
9
|
from functools import lru_cache
|
11
10
|
from io import BufferedReader
|
@@ -29,14 +28,14 @@ MASKED = "******"
|
|
29
28
|
ALLOWED_CONTENT_TYPES = ["application/json", "text/plain"]
|
30
29
|
EXCLUDE_PATH_PATTERNS = [
|
31
30
|
r"/_?healthz?$",
|
32
|
-
r"/_?health[_
|
33
|
-
r"/_?heart[_
|
31
|
+
r"/_?health[\-_]?checks?$",
|
32
|
+
r"/_?heart[\-_]?beats?$",
|
34
33
|
r"/ping$",
|
35
34
|
r"/ready$",
|
36
35
|
r"/live$",
|
37
36
|
]
|
38
37
|
EXCLUDE_USER_AGENT_PATTERNS = [
|
39
|
-
r"health[_
|
38
|
+
r"health[\-_ ]?check",
|
40
39
|
r"microsoft-azure-application-lb",
|
41
40
|
r"googlehc",
|
42
41
|
r"kube-probe",
|
@@ -307,9 +306,8 @@ class RequestLogger:
|
|
307
306
|
@staticmethod
|
308
307
|
def _match_patterns(value: str, patterns: List[str]) -> bool:
|
309
308
|
for pattern in patterns:
|
310
|
-
|
311
|
-
|
312
|
-
return True
|
309
|
+
if re.search(pattern, value, re.I) is not None:
|
310
|
+
return True
|
313
311
|
return False
|
314
312
|
|
315
313
|
@staticmethod
|
@@ -121,8 +121,8 @@ def test_request_log_exclusion(request_logger: RequestLogger, request_dict: Requ
|
|
121
121
|
response_dict["status_code"] = 404
|
122
122
|
request_logger.log_request(request_dict, response_dict)
|
123
123
|
assert len(request_logger.write_deque) == 1
|
124
|
-
response_dict["status_code"] = 200
|
125
124
|
|
125
|
+
response_dict["status_code"] = 200
|
126
126
|
request_dict["path"] = "/api/excluded"
|
127
127
|
request_logger.log_request(request_dict, response_dict)
|
128
128
|
assert len(request_logger.write_deque) == 1
|
@@ -131,6 +131,11 @@ def test_request_log_exclusion(request_logger: RequestLogger, request_dict: Requ
|
|
131
131
|
request_logger.log_request(request_dict, response_dict)
|
132
132
|
assert len(request_logger.write_deque) == 1
|
133
133
|
|
134
|
+
request_dict["path"] = "/"
|
135
|
+
request_dict["headers"] = [("User-Agent", "ELB-HealthChecker/2.0")]
|
136
|
+
request_logger.log_request(request_dict, response_dict)
|
137
|
+
assert len(request_logger.write_deque) == 1
|
138
|
+
|
134
139
|
|
135
140
|
def test_request_log_masking(request_logger: RequestLogger, request_dict: RequestDict, response_dict: ResponseDict):
|
136
141
|
from apitally.client.request_logging import BODY_MASKED, MASKED
|
@@ -328,6 +328,7 @@ def test_get_startup_data(app: Starlette, mocker: MockerFixture):
|
|
328
328
|
data = _get_startup_data(app=app.middleware_stack, app_version="1.2.3", openapi_url=None)
|
329
329
|
assert len(data["paths"]) == 7
|
330
330
|
assert {"method": "get", "path": "/api/foo"} in data["paths"]
|
331
|
+
assert {"method": "post", "path": "/test/task"} in data["paths"]
|
331
332
|
assert {"method": "get", "path": "/stream"} in data["paths"]
|
332
333
|
assert data["versions"]["starlette"]
|
333
334
|
assert data["versions"]["app"] == "1.2.3"
|
@@ -38,7 +38,7 @@ wheels = [
|
|
38
38
|
|
39
39
|
[[package]]
|
40
40
|
name = "anyio"
|
41
|
-
version = "4.
|
41
|
+
version = "4.8.0"
|
42
42
|
source = { registry = "https://pypi.org/simple" }
|
43
43
|
resolution-markers = [
|
44
44
|
"python_full_version >= '3.10'",
|
@@ -50,14 +50,13 @@ dependencies = [
|
|
50
50
|
{ name = "sniffio", marker = "python_full_version >= '3.9'" },
|
51
51
|
{ name = "typing-extensions", marker = "python_full_version >= '3.9' and python_full_version < '3.13'" },
|
52
52
|
]
|
53
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
53
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a3/73/199a98fc2dae33535d6b8e8e6ec01f8c1d76c9adb096c6b7d64823038cde/anyio-4.8.0.tar.gz", hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a", size = 181126 }
|
54
54
|
wheels = [
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/46/eb/e7f063ad1fec6b3178a3cd82d1a3c4de82cccf283fc42746168188e1cdd5/anyio-4.8.0-py3-none-any.whl", hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a", size = 96041 },
|
56
56
|
]
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "apitally"
|
60
|
-
version = "0.14.3.dev6+g3887c1b.d20241227"
|
61
60
|
source = { editable = "." }
|
62
61
|
dependencies = [
|
63
62
|
{ name = "backoff" },
|
@@ -65,14 +64,14 @@ dependencies = [
|
|
65
64
|
|
66
65
|
[package.optional-dependencies]
|
67
66
|
django-ninja = [
|
68
|
-
{ name = "django", version = "4.2.
|
69
|
-
{ name = "django", version = "5.1.
|
67
|
+
{ name = "django", version = "4.2.18", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
68
|
+
{ name = "django", version = "5.1.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
70
69
|
{ name = "django-ninja" },
|
71
70
|
{ name = "requests" },
|
72
71
|
]
|
73
72
|
django-rest-framework = [
|
74
|
-
{ name = "django", version = "4.2.
|
75
|
-
{ name = "django", version = "5.1.
|
73
|
+
{ name = "django", version = "4.2.18", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
74
|
+
{ name = "django", version = "5.1.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
76
75
|
{ name = "djangorestframework" },
|
77
76
|
{ name = "inflection" },
|
78
77
|
{ name = "requests" },
|
@@ -166,7 +165,7 @@ dev = [
|
|
166
165
|
{ name = "mypy", specifier = "~=1.14.0" },
|
167
166
|
{ name = "pre-commit", marker = "python_full_version < '3.9'", specifier = "~=3.5.0" },
|
168
167
|
{ name = "pre-commit", marker = "python_full_version >= '3.9'", specifier = "~=4.0.1" },
|
169
|
-
{ name = "ruff", specifier = "~=0.
|
168
|
+
{ name = "ruff", specifier = "~=0.9.1" },
|
170
169
|
]
|
171
170
|
test = [
|
172
171
|
{ name = "pytest", marker = "python_full_version < '3.9'", specifier = "~=7.4.4" },
|
@@ -660,35 +659,35 @@ toml = [
|
|
660
659
|
|
661
660
|
[[package]]
|
662
661
|
name = "debugpy"
|
663
|
-
version = "1.8.
|
664
|
-
source = { registry = "https://pypi.org/simple" }
|
665
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
666
|
-
wheels = [
|
667
|
-
{ url = "https://files.pythonhosted.org/packages/
|
668
|
-
{ url = "https://files.pythonhosted.org/packages/
|
669
|
-
{ url = "https://files.pythonhosted.org/packages/
|
670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
671
|
-
{ url = "https://files.pythonhosted.org/packages/
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
673
|
-
{ url = "https://files.pythonhosted.org/packages/ca/
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
675
|
-
{ url = "https://files.pythonhosted.org/packages/
|
676
|
-
{ url = "https://files.pythonhosted.org/packages/
|
677
|
-
{ url = "https://files.pythonhosted.org/packages/
|
678
|
-
{ url = "https://files.pythonhosted.org/packages/
|
679
|
-
{ url = "https://files.pythonhosted.org/packages/
|
680
|
-
{ url = "https://files.pythonhosted.org/packages/
|
681
|
-
{ url = "https://files.pythonhosted.org/packages/
|
682
|
-
{ url = "https://files.pythonhosted.org/packages/
|
683
|
-
{ url = "https://files.pythonhosted.org/packages/
|
684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
685
|
-
{ url = "https://files.pythonhosted.org/packages/
|
686
|
-
{ url = "https://files.pythonhosted.org/packages/
|
687
|
-
{ url = "https://files.pythonhosted.org/packages/
|
688
|
-
{ url = "https://files.pythonhosted.org/packages/
|
689
|
-
{ url = "https://files.pythonhosted.org/packages/
|
690
|
-
{ url = "https://files.pythonhosted.org/packages/
|
691
|
-
{ url = "https://files.pythonhosted.org/packages/
|
662
|
+
version = "1.8.12"
|
663
|
+
source = { registry = "https://pypi.org/simple" }
|
664
|
+
sdist = { url = "https://files.pythonhosted.org/packages/68/25/c74e337134edf55c4dfc9af579eccb45af2393c40960e2795a94351e8140/debugpy-1.8.12.tar.gz", hash = "sha256:646530b04f45c830ceae8e491ca1c9320a2d2f0efea3141487c82130aba70dce", size = 1641122 }
|
665
|
+
wheels = [
|
666
|
+
{ url = "https://files.pythonhosted.org/packages/56/19/dd58334c0a1ec07babf80bf29fb8daf1a7ca4c1a3bbe61548e40616ac087/debugpy-1.8.12-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:a2ba7ffe58efeae5b8fad1165357edfe01464f9aef25e814e891ec690e7dd82a", size = 2076091 },
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/4c/37/bde1737da15f9617d11ab7b8d5267165f1b7dae116b2585a6643e89e1fa2/debugpy-1.8.12-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cbbd4149c4fc5e7d508ece083e78c17442ee13b0e69bfa6bd63003e486770f45", size = 3560717 },
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/d9/ca/bc67f5a36a7de072908bc9e1156c0f0b272a9a2224cf21540ab1ffd71a1f/debugpy-1.8.12-cp310-cp310-win32.whl", hash = "sha256:b202f591204023b3ce62ff9a47baa555dc00bb092219abf5caf0e3718ac20e7c", size = 5180672 },
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/c1/b9/e899c0a80dfa674dbc992f36f2b1453cd1ee879143cdb455bc04fce999da/debugpy-1.8.12-cp310-cp310-win_amd64.whl", hash = "sha256:9649eced17a98ce816756ce50433b2dd85dfa7bc92ceb60579d68c053f98dff9", size = 5212702 },
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/af/9f/5b8af282253615296264d4ef62d14a8686f0dcdebb31a669374e22fff0a4/debugpy-1.8.12-cp311-cp311-macosx_14_0_universal2.whl", hash = "sha256:36f4829839ef0afdfdd208bb54f4c3d0eea86106d719811681a8627ae2e53dd5", size = 2174643 },
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/ef/31/f9274dcd3b0f9f7d1e60373c3fa4696a585c55acb30729d313bb9d3bcbd1/debugpy-1.8.12-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a28ed481d530e3138553be60991d2d61103ce6da254e51547b79549675f539b7", size = 3133457 },
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/ab/ca/6ee59e9892e424477e0c76e3798046f1fd1288040b927319c7a7b0baa484/debugpy-1.8.12-cp311-cp311-win32.whl", hash = "sha256:4ad9a94d8f5c9b954e0e3b137cc64ef3f579d0df3c3698fe9c3734ee397e4abb", size = 5106220 },
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/d5/1a/8ab508ab05ede8a4eae3b139bbc06ea3ca6234f9e8c02713a044f253be5e/debugpy-1.8.12-cp311-cp311-win_amd64.whl", hash = "sha256:4703575b78dd697b294f8c65588dc86874ed787b7348c65da70cfc885efdf1e1", size = 5130481 },
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/ba/e6/0f876ecfe5831ebe4762b19214364753c8bc2b357d28c5d739a1e88325c7/debugpy-1.8.12-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:7e94b643b19e8feb5215fa508aee531387494bf668b2eca27fa769ea11d9f498", size = 2500846 },
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/19/64/33f41653a701f3cd2cbff8b41ebaad59885b3428b5afd0d93d16012ecf17/debugpy-1.8.12-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:086b32e233e89a2740c1615c2f775c34ae951508b28b308681dbbb87bba97d06", size = 4222181 },
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/32/a6/02646cfe50bfacc9b71321c47dc19a46e35f4e0aceea227b6d205e900e34/debugpy-1.8.12-cp312-cp312-win32.whl", hash = "sha256:2ae5df899732a6051b49ea2632a9ea67f929604fd2b036613a9f12bc3163b92d", size = 5227017 },
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/da/a6/10056431b5c47103474312cf4a2ec1001f73e0b63b1216706d5fef2531eb/debugpy-1.8.12-cp312-cp312-win_amd64.whl", hash = "sha256:39dfbb6fa09f12fae32639e3286112fc35ae976114f1f3d37375f3130a820969", size = 5267555 },
|
678
|
+
{ url = "https://files.pythonhosted.org/packages/cf/4d/7c3896619a8791effd5d8c31f0834471fc8f8fb3047ec4f5fc69dd1393dd/debugpy-1.8.12-cp313-cp313-macosx_14_0_universal2.whl", hash = "sha256:696d8ae4dff4cbd06bf6b10d671e088b66669f110c7c4e18a44c43cf75ce966f", size = 2485246 },
|
679
|
+
{ url = "https://files.pythonhosted.org/packages/99/46/bc6dcfd7eb8cc969a5716d858e32485eb40c72c6a8dc88d1e3a4d5e95813/debugpy-1.8.12-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:898fba72b81a654e74412a67c7e0a81e89723cfe2a3ea6fcd3feaa3395138ca9", size = 4218616 },
|
680
|
+
{ url = "https://files.pythonhosted.org/packages/03/dd/d7fcdf0381a9b8094da1f6a1c9f19fed493a4f8576a2682349b3a8b20ec7/debugpy-1.8.12-cp313-cp313-win32.whl", hash = "sha256:22a11c493c70413a01ed03f01c3c3a2fc4478fc6ee186e340487b2edcd6f4180", size = 5226540 },
|
681
|
+
{ url = "https://files.pythonhosted.org/packages/25/bd/ecb98f5b5fc7ea0bfbb3c355bc1dd57c198a28780beadd1e19915bf7b4d9/debugpy-1.8.12-cp313-cp313-win_amd64.whl", hash = "sha256:fdb3c6d342825ea10b90e43d7f20f01535a72b3a1997850c0c3cefa5c27a4a2c", size = 5267134 },
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/6f/56/6c7ddb4dfd2feca7ea3a580a32c7694f6c77183fa08932ee8ba37a0e703c/debugpy-1.8.12-cp38-cp38-macosx_14_0_x86_64.whl", hash = "sha256:b0232cd42506d0c94f9328aaf0d1d0785f90f87ae72d9759df7e5051be039738", size = 2076797 },
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/73/25/a58e149ddcd609c8212ca733999251022e53508906e2c9f67252e4516de6/debugpy-1.8.12-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9af40506a59450f1315168d47a970db1a65aaab5df3833ac389d2899a5d63b3f", size = 3632547 },
|
684
|
+
{ url = "https://files.pythonhosted.org/packages/91/c7/17c09b9d8332d09b7b0aa430085010945d92d90945748948cd38865c0b93/debugpy-1.8.12-cp38-cp38-win32.whl", hash = "sha256:5cc45235fefac57f52680902b7d197fb2f3650112379a6fa9aa1b1c1d3ed3f02", size = 5185270 },
|
685
|
+
{ url = "https://files.pythonhosted.org/packages/3b/d1/afdbb99f95f54c2768fa2511bf38ec8805b4cde319725e318e5016b252ec/debugpy-1.8.12-cp38-cp38-win_amd64.whl", hash = "sha256:557cc55b51ab2f3371e238804ffc8510b6ef087673303890f57a24195d096e61", size = 5217697 },
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/89/37/a3333c5b69c086465ea3c073424ef2775e52a6c17276f642f64209c4a082/debugpy-1.8.12-cp39-cp39-macosx_14_0_x86_64.whl", hash = "sha256:b5c6c967d02fee30e157ab5227706f965d5c37679c687b1e7bbc5d9e7128bd41", size = 2077275 },
|
687
|
+
{ url = "https://files.pythonhosted.org/packages/50/1d/99f6a0a78b4b513ff2b0d0e44c1e705f7ee34e3aba0e8add617d339d97dc/debugpy-1.8.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:88a77f422f31f170c4b7e9ca58eae2a6c8e04da54121900651dfa8e66c29901a", size = 3555956 },
|
688
|
+
{ url = "https://files.pythonhosted.org/packages/b8/86/c624665aaa807d065da2016b05e9f2fb4fa56872d67a5fbd7751e77f7f88/debugpy-1.8.12-cp39-cp39-win32.whl", hash = "sha256:a4042edef80364239f5b7b5764e55fd3ffd40c32cf6753da9bda4ff0ac466018", size = 5181535 },
|
689
|
+
{ url = "https://files.pythonhosted.org/packages/72/c7/d59a0f845ce1677b5c2bb170f08cc1cc3531625a5fdce9c67bd31116540a/debugpy-1.8.12-cp39-cp39-win_amd64.whl", hash = "sha256:f30b03b0f27608a0b26c75f0bb8a880c752c0e0b01090551b9d87c7d783e2069", size = 5213601 },
|
690
|
+
{ url = "https://files.pythonhosted.org/packages/38/c4/5120ad36405c3008f451f94b8f92ef1805b1e516f6ff870f331ccb3c4cc0/debugpy-1.8.12-py2.py3-none-any.whl", hash = "sha256:274b6a2040349b5c9864e475284bce5bb062e63dce368a394b8cc865ae3b00c6", size = 5229490 },
|
692
691
|
]
|
693
692
|
|
694
693
|
[[package]]
|
@@ -711,7 +710,7 @@ wheels = [
|
|
711
710
|
|
712
711
|
[[package]]
|
713
712
|
name = "django"
|
714
|
-
version = "4.2.
|
713
|
+
version = "4.2.18"
|
715
714
|
source = { registry = "https://pypi.org/simple" }
|
716
715
|
resolution-markers = [
|
717
716
|
"python_full_version == '3.9.*'",
|
@@ -723,14 +722,14 @@ dependencies = [
|
|
723
722
|
{ name = "sqlparse", marker = "python_full_version < '3.10'" },
|
724
723
|
{ name = "tzdata", marker = "python_full_version < '3.10' and sys_platform == 'win32'" },
|
725
724
|
]
|
726
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
725
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/82/470d12df22d7b56b12812539ce7bed332d8cfda51a657ab2b59f3390cae3/Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b", size = 10428204 }
|
727
726
|
wheels = [
|
728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/93/76/39c641b5787e5e61f35b9d29c6f19bf94506bf7be3e48249f72233c4625d/Django-4.2.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19", size = 7993633 },
|
729
728
|
]
|
730
729
|
|
731
730
|
[[package]]
|
732
731
|
name = "django"
|
733
|
-
version = "5.1.
|
732
|
+
version = "5.1.5"
|
734
733
|
source = { registry = "https://pypi.org/simple" }
|
735
734
|
resolution-markers = [
|
736
735
|
"python_full_version >= '3.10'",
|
@@ -740,9 +739,9 @@ dependencies = [
|
|
740
739
|
{ name = "sqlparse", marker = "python_full_version >= '3.10'" },
|
741
740
|
{ name = "tzdata", marker = "python_full_version >= '3.10' and sys_platform == 'win32'" },
|
742
741
|
]
|
743
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
742
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/17/834e3e08d590dcc27d4cc3c5cd4e2fb757b7a92bab9de8ee402455732952/Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3", size = 10700031 }
|
744
743
|
wheels = [
|
745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
744
|
+
{ url = "https://files.pythonhosted.org/packages/11/e6/e92c8c788b83d109f34d933c5e817095d85722719cb4483472abc135f44e/Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459", size = 8276957 },
|
746
745
|
]
|
747
746
|
|
748
747
|
[[package]]
|
@@ -750,8 +749,8 @@ name = "django-ninja"
|
|
750
749
|
version = "1.3.0"
|
751
750
|
source = { registry = "https://pypi.org/simple" }
|
752
751
|
dependencies = [
|
753
|
-
{ name = "django", version = "4.2.
|
754
|
-
{ name = "django", version = "5.1.
|
752
|
+
{ name = "django", version = "4.2.18", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
753
|
+
{ name = "django", version = "5.1.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
755
754
|
{ name = "pydantic" },
|
756
755
|
]
|
757
756
|
sdist = { url = "https://files.pythonhosted.org/packages/9c/77/89ee4ebaa5151b7d85cebaf8d6ec0b9e5074326c3ad8259c763763306d51/django_ninja-1.3.0.tar.gz", hash = "sha256:5b320e2dc0f41a6032bfa7e1ebc33559ae1e911a426f0c6be6674a50b20819be", size = 3702324 }
|
@@ -777,8 +776,8 @@ version = "3.15.2"
|
|
777
776
|
source = { registry = "https://pypi.org/simple" }
|
778
777
|
dependencies = [
|
779
778
|
{ name = "backports-zoneinfo", marker = "python_full_version < '3.9'" },
|
780
|
-
{ name = "django", version = "4.2.
|
781
|
-
{ name = "django", version = "5.1.
|
779
|
+
{ name = "django", version = "4.2.18", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
780
|
+
{ name = "django", version = "5.1.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
782
781
|
]
|
783
782
|
sdist = { url = "https://files.pythonhosted.org/packages/2c/ce/31482eb688bdb4e271027076199e1aa8d02507e530b6d272ab8b4481557c/djangorestframework-3.15.2.tar.gz", hash = "sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad", size = 1067420 }
|
784
783
|
wheels = [
|
@@ -817,15 +816,15 @@ wheels = [
|
|
817
816
|
|
818
817
|
[[package]]
|
819
818
|
name = "faker"
|
820
|
-
version = "33.1
|
819
|
+
version = "33.3.1"
|
821
820
|
source = { registry = "https://pypi.org/simple" }
|
822
821
|
dependencies = [
|
823
822
|
{ name = "python-dateutil" },
|
824
823
|
{ name = "typing-extensions" },
|
825
824
|
]
|
826
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
825
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9c/50/48ab6ba3f07ee7d0eac367695aeb8bc9eb9c3debc0445a67cd07e2d62b44/faker-33.3.1.tar.gz", hash = "sha256:49dde3b06a5602177bc2ad013149b6f60a290b7154539180d37b6f876ae79b20", size = 1854895 }
|
827
826
|
wheels = [
|
828
|
-
{ url = "https://files.pythonhosted.org/packages/
|
827
|
+
{ url = "https://files.pythonhosted.org/packages/c2/01/6acc8b4dba4154cd93b444382a9ad3c099557aac577bdc7d66373e0a0c68/Faker-33.3.1-py3-none-any.whl", hash = "sha256:ac4cf2f967ce02c898efa50651c43180bd658a7707cfd676fcc5410ad1482c03", size = 1894842 },
|
829
828
|
]
|
830
829
|
|
831
830
|
[[package]]
|
@@ -963,7 +962,7 @@ resolution-markers = [
|
|
963
962
|
"python_full_version == '3.9.*'",
|
964
963
|
]
|
965
964
|
dependencies = [
|
966
|
-
{ name = "anyio", version = "4.
|
965
|
+
{ name = "anyio", version = "4.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
967
966
|
{ name = "certifi", marker = "python_full_version >= '3.9'" },
|
968
967
|
{ name = "httpcore", version = "1.0.7", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
969
968
|
{ name = "idna", marker = "python_full_version >= '3.9'" },
|
@@ -988,15 +987,15 @@ wheels = [
|
|
988
987
|
|
989
988
|
[[package]]
|
990
989
|
name = "identify"
|
991
|
-
version = "2.6.
|
990
|
+
version = "2.6.5"
|
992
991
|
source = { registry = "https://pypi.org/simple" }
|
993
992
|
resolution-markers = [
|
994
993
|
"python_full_version >= '3.10'",
|
995
994
|
"python_full_version == '3.9.*'",
|
996
995
|
]
|
997
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
996
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cf/92/69934b9ef3c31ca2470980423fda3d00f0460ddefdf30a67adf7f17e2e00/identify-2.6.5.tar.gz", hash = "sha256:c10b33f250e5bba374fae86fb57f3adcebf1161bce7cdf92031915fd480c13bc", size = 99213 }
|
998
997
|
wheels = [
|
999
|
-
{ url = "https://files.pythonhosted.org/packages/
|
998
|
+
{ url = "https://files.pythonhosted.org/packages/ec/fa/dce098f4cdf7621aa8f7b4f919ce545891f489482f0bfa5102f3eca8608b/identify-2.6.5-py2.py3-none-any.whl", hash = "sha256:14181a47091eb75b337af4c23078c9d09225cd4c48929f521f3bf16b09d02566", size = 99078 },
|
1000
999
|
]
|
1001
1000
|
|
1002
1001
|
[[package]]
|
@@ -1221,11 +1220,11 @@ wheels = [
|
|
1221
1220
|
|
1222
1221
|
[[package]]
|
1223
1222
|
name = "litestar"
|
1224
|
-
version = "2.
|
1223
|
+
version = "2.14.0"
|
1225
1224
|
source = { registry = "https://pypi.org/simple" }
|
1226
1225
|
dependencies = [
|
1227
1226
|
{ name = "anyio", version = "4.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
1228
|
-
{ name = "anyio", version = "4.
|
1227
|
+
{ name = "anyio", version = "4.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
1229
1228
|
{ name = "click" },
|
1230
1229
|
{ name = "exceptiongroup", marker = "python_full_version < '3.11'" },
|
1231
1230
|
{ name = "httpx", version = "0.24.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
@@ -1236,15 +1235,16 @@ dependencies = [
|
|
1236
1235
|
{ name = "msgspec", version = "0.18.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
1237
1236
|
{ name = "msgspec", version = "0.19.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
1238
1237
|
{ name = "multidict" },
|
1238
|
+
{ name = "multipart" },
|
1239
1239
|
{ name = "polyfactory" },
|
1240
1240
|
{ name = "pyyaml" },
|
1241
1241
|
{ name = "rich" },
|
1242
1242
|
{ name = "rich-click" },
|
1243
1243
|
{ name = "typing-extensions" },
|
1244
1244
|
]
|
1245
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1245
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/8f/e91ea2b8518bf909c51c9b286173feebe3c9b03c389854b82345c92e1c70/litestar-2.14.0.tar.gz", hash = "sha256:ac154e46fb74ec4bbce7660f6f437adb7d413ea9bad52cd7954dc1d25e243716", size = 394285 }
|
1246
1246
|
wheels = [
|
1247
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1247
|
+
{ url = "https://files.pythonhosted.org/packages/07/e7/c5b5ccb7a7d61733320a3c228faed338542e667a547d9f0cf3d5512b0c78/litestar-2.14.0-py3-none-any.whl", hash = "sha256:5602065e263e453ee742aafe38681ba4aa9f5e3df21326cfd2082d1a766ca4fb", size = 567643 },
|
1248
1248
|
]
|
1249
1249
|
|
1250
1250
|
[[package]]
|
@@ -1617,48 +1617,63 @@ wheels = [
|
|
1617
1617
|
{ url = "https://files.pythonhosted.org/packages/99/b7/b9e70fde2c0f0c9af4cc5277782a89b66d35948ea3369ec9f598358c3ac5/multidict-6.1.0-py3-none-any.whl", hash = "sha256:48e171e52d1c4d33888e529b999e5900356b9ae588c2f09a52dcefb158b27506", size = 10051 },
|
1618
1618
|
]
|
1619
1619
|
|
1620
|
+
[[package]]
|
1621
|
+
name = "multipart"
|
1622
|
+
version = "1.2.1"
|
1623
|
+
source = { registry = "https://pypi.org/simple" }
|
1624
|
+
sdist = { url = "https://files.pythonhosted.org/packages/df/91/6c93b6a95e6a99ef929a99d019fbf5b5f7fd3368389a0b1ec7ce0a23565b/multipart-1.2.1.tar.gz", hash = "sha256:829b909b67bc1ad1c6d4488fcdc6391c2847842b08323addf5200db88dbe9480", size = 36507 }
|
1625
|
+
wheels = [
|
1626
|
+
{ url = "https://files.pythonhosted.org/packages/cc/d1/3598d1e73385baaab427392856f915487db7aa10abadd436f8f2d3e3b0f9/multipart-1.2.1-py3-none-any.whl", hash = "sha256:c03dc203bc2e67f6b46a599467ae0d87cf71d7530504b2c1ff4a9ea21d8b8c8c", size = 13730 },
|
1627
|
+
]
|
1628
|
+
|
1620
1629
|
[[package]]
|
1621
1630
|
name = "mypy"
|
1622
|
-
version = "1.14.
|
1631
|
+
version = "1.14.1"
|
1623
1632
|
source = { registry = "https://pypi.org/simple" }
|
1624
1633
|
dependencies = [
|
1625
1634
|
{ name = "mypy-extensions" },
|
1626
1635
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
1627
1636
|
{ name = "typing-extensions" },
|
1628
1637
|
]
|
1629
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1630
|
-
wheels = [
|
1631
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1632
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1633
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1634
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1635
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1636
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1637
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1638
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1639
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1640
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1641
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1642
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1643
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1644
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1645
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1646
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1647
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1648
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1649
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1651
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1652
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1653
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1654
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1655
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1656
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1657
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1658
|
-
{ url = "https://files.pythonhosted.org/packages/bb/
|
1659
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1660
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1661
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1638
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b9/eb/2c92d8ea1e684440f54fa49ac5d9a5f19967b7b472a281f419e69a8d228e/mypy-1.14.1.tar.gz", hash = "sha256:7ec88144fe9b510e8475ec2f5f251992690fcf89ccb4500b214b4226abcd32d6", size = 3216051 }
|
1639
|
+
wheels = [
|
1640
|
+
{ url = "https://files.pythonhosted.org/packages/9b/7a/87ae2adb31d68402da6da1e5f30c07ea6063e9f09b5e7cfc9dfa44075e74/mypy-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:52686e37cf13d559f668aa398dd7ddf1f92c5d613e4f8cb262be2fb4fedb0fcb", size = 11211002 },
|
1641
|
+
{ url = "https://files.pythonhosted.org/packages/e1/23/eada4c38608b444618a132be0d199b280049ded278b24cbb9d3fc59658e4/mypy-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1fb545ca340537d4b45d3eecdb3def05e913299ca72c290326be19b3804b39c0", size = 10358400 },
|
1642
|
+
{ url = "https://files.pythonhosted.org/packages/43/c9/d6785c6f66241c62fd2992b05057f404237deaad1566545e9f144ced07f5/mypy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:90716d8b2d1f4cd503309788e51366f07c56635a3309b0f6a32547eaaa36a64d", size = 12095172 },
|
1643
|
+
{ url = "https://files.pythonhosted.org/packages/c3/62/daa7e787770c83c52ce2aaf1a111eae5893de9e004743f51bfcad9e487ec/mypy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2ae753f5c9fef278bcf12e1a564351764f2a6da579d4a81347e1d5a15819997b", size = 12828732 },
|
1644
|
+
{ url = "https://files.pythonhosted.org/packages/1b/a2/5fb18318a3637f29f16f4e41340b795da14f4751ef4f51c99ff39ab62e52/mypy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:e0fe0f5feaafcb04505bcf439e991c6d8f1bf8b15f12b05feeed96e9e7bf1427", size = 13012197 },
|
1645
|
+
{ url = "https://files.pythonhosted.org/packages/28/99/e153ce39105d164b5f02c06c35c7ba958aaff50a2babba7d080988b03fe7/mypy-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:7d54bd85b925e501c555a3227f3ec0cfc54ee8b6930bd6141ec872d1c572f81f", size = 9780836 },
|
1646
|
+
{ url = "https://files.pythonhosted.org/packages/da/11/a9422850fd506edbcdc7f6090682ecceaf1f87b9dd847f9df79942da8506/mypy-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f995e511de847791c3b11ed90084a7a0aafdc074ab88c5a9711622fe4751138c", size = 11120432 },
|
1647
|
+
{ url = "https://files.pythonhosted.org/packages/b6/9e/47e450fd39078d9c02d620545b2cb37993a8a8bdf7db3652ace2f80521ca/mypy-1.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d64169ec3b8461311f8ce2fd2eb5d33e2d0f2c7b49116259c51d0d96edee48d1", size = 10279515 },
|
1648
|
+
{ url = "https://files.pythonhosted.org/packages/01/b5/6c8d33bd0f851a7692a8bfe4ee75eb82b6983a3cf39e5e32a5d2a723f0c1/mypy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ba24549de7b89b6381b91fbc068d798192b1b5201987070319889e93038967a8", size = 12025791 },
|
1649
|
+
{ url = "https://files.pythonhosted.org/packages/f0/4c/e10e2c46ea37cab5c471d0ddaaa9a434dc1d28650078ac1b56c2d7b9b2e4/mypy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:183cf0a45457d28ff9d758730cd0210419ac27d4d3f285beda038c9083363b1f", size = 12749203 },
|
1650
|
+
{ url = "https://files.pythonhosted.org/packages/88/55/beacb0c69beab2153a0f57671ec07861d27d735a0faff135a494cd4f5020/mypy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f2a0ecc86378f45347f586e4163d1769dd81c5a223d577fe351f26b179e148b1", size = 12885900 },
|
1651
|
+
{ url = "https://files.pythonhosted.org/packages/a2/75/8c93ff7f315c4d086a2dfcde02f713004357d70a163eddb6c56a6a5eff40/mypy-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:ad3301ebebec9e8ee7135d8e3109ca76c23752bac1e717bc84cd3836b4bf3eae", size = 9777869 },
|
1652
|
+
{ url = "https://files.pythonhosted.org/packages/43/1b/b38c079609bb4627905b74fc6a49849835acf68547ac33d8ceb707de5f52/mypy-1.14.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:30ff5ef8519bbc2e18b3b54521ec319513a26f1bba19a7582e7b1f58a6e69f14", size = 11266668 },
|
1653
|
+
{ url = "https://files.pythonhosted.org/packages/6b/75/2ed0d2964c1ffc9971c729f7a544e9cd34b2cdabbe2d11afd148d7838aa2/mypy-1.14.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:cb9f255c18052343c70234907e2e532bc7e55a62565d64536dbc7706a20b78b9", size = 10254060 },
|
1654
|
+
{ url = "https://files.pythonhosted.org/packages/a1/5f/7b8051552d4da3c51bbe8fcafffd76a6823779101a2b198d80886cd8f08e/mypy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8b4e3413e0bddea671012b063e27591b953d653209e7a4fa5e48759cda77ca11", size = 11933167 },
|
1655
|
+
{ url = "https://files.pythonhosted.org/packages/04/90/f53971d3ac39d8b68bbaab9a4c6c58c8caa4d5fd3d587d16f5927eeeabe1/mypy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:553c293b1fbdebb6c3c4030589dab9fafb6dfa768995a453d8a5d3b23784af2e", size = 12864341 },
|
1656
|
+
{ url = "https://files.pythonhosted.org/packages/03/d2/8bc0aeaaf2e88c977db41583559319f1821c069e943ada2701e86d0430b7/mypy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fad79bfe3b65fe6a1efaed97b445c3d37f7be9fdc348bdb2d7cac75579607c89", size = 12972991 },
|
1657
|
+
{ url = "https://files.pythonhosted.org/packages/6f/17/07815114b903b49b0f2cf7499f1c130e5aa459411596668267535fe9243c/mypy-1.14.1-cp312-cp312-win_amd64.whl", hash = "sha256:8fa2220e54d2946e94ab6dbb3ba0a992795bd68b16dc852db33028df2b00191b", size = 9879016 },
|
1658
|
+
{ url = "https://files.pythonhosted.org/packages/9e/15/bb6a686901f59222275ab228453de741185f9d54fecbaacec041679496c6/mypy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:92c3ed5afb06c3a8e188cb5da4984cab9ec9a77ba956ee419c68a388b4595255", size = 11252097 },
|
1659
|
+
{ url = "https://files.pythonhosted.org/packages/f8/b3/8b0f74dfd072c802b7fa368829defdf3ee1566ba74c32a2cb2403f68024c/mypy-1.14.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:dbec574648b3e25f43d23577309b16534431db4ddc09fda50841f1e34e64ed34", size = 10239728 },
|
1660
|
+
{ url = "https://files.pythonhosted.org/packages/c5/9b/4fd95ab20c52bb5b8c03cc49169be5905d931de17edfe4d9d2986800b52e/mypy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8c6d94b16d62eb3e947281aa7347d78236688e21081f11de976376cf010eb31a", size = 11924965 },
|
1661
|
+
{ url = "https://files.pythonhosted.org/packages/56/9d/4a236b9c57f5d8f08ed346914b3f091a62dd7e19336b2b2a0d85485f82ff/mypy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d4b19b03fdf54f3c5b2fa474c56b4c13c9dbfb9a2db4370ede7ec11a2c5927d9", size = 12867660 },
|
1662
|
+
{ url = "https://files.pythonhosted.org/packages/40/88/a61a5497e2f68d9027de2bb139c7bb9abaeb1be1584649fa9d807f80a338/mypy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0c911fde686394753fff899c409fd4e16e9b294c24bfd5e1ea4675deae1ac6fd", size = 12969198 },
|
1663
|
+
{ url = "https://files.pythonhosted.org/packages/54/da/3d6fc5d92d324701b0c23fb413c853892bfe0e1dbe06c9138037d459756b/mypy-1.14.1-cp313-cp313-win_amd64.whl", hash = "sha256:8b21525cb51671219f5307be85f7e646a153e5acc656e5cebf64bfa076c50107", size = 9885276 },
|
1664
|
+
{ url = "https://files.pythonhosted.org/packages/39/02/1817328c1372be57c16148ce7d2bfcfa4a796bedaed897381b1aad9b267c/mypy-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7084fb8f1128c76cd9cf68fe5971b37072598e7c31b2f9f95586b65c741a9d31", size = 11143050 },
|
1665
|
+
{ url = "https://files.pythonhosted.org/packages/b9/07/99db9a95ece5e58eee1dd87ca456a7e7b5ced6798fd78182c59c35a7587b/mypy-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8f845a00b4f420f693f870eaee5f3e2692fa84cc8514496114649cfa8fd5e2c6", size = 10321087 },
|
1666
|
+
{ url = "https://files.pythonhosted.org/packages/9a/eb/85ea6086227b84bce79b3baf7f465b4732e0785830726ce4a51528173b71/mypy-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:44bf464499f0e3a2d14d58b54674dee25c031703b2ffc35064bd0df2e0fac319", size = 12066766 },
|
1667
|
+
{ url = "https://files.pythonhosted.org/packages/4b/bb/f01bebf76811475d66359c259eabe40766d2f8ac8b8250d4e224bb6df379/mypy-1.14.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c99f27732c0b7dc847adb21c9d47ce57eb48fa33a17bc6d7d5c5e9f9e7ae5bac", size = 12787111 },
|
1668
|
+
{ url = "https://files.pythonhosted.org/packages/2f/c9/84837ff891edcb6dcc3c27d85ea52aab0c4a34740ff5f0ccc0eb87c56139/mypy-1.14.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:bce23c7377b43602baa0bd22ea3265c49b9ff0b76eb315d6c34721af4cdf1d9b", size = 12974331 },
|
1669
|
+
{ url = "https://files.pythonhosted.org/packages/84/5f/901e18464e6a13f8949b4909535be3fa7f823291b8ab4e4b36cfe57d6769/mypy-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:8edc07eeade7ebc771ff9cf6b211b9a7d93687ff892150cb5692e4f4272b0837", size = 9763210 },
|
1670
|
+
{ url = "https://files.pythonhosted.org/packages/ca/1f/186d133ae2514633f8558e78cd658070ba686c0e9275c5a5c24a1e1f0d67/mypy-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3888a1816d69f7ab92092f785a462944b3ca16d7c470d564165fe703b0970c35", size = 11200493 },
|
1671
|
+
{ url = "https://files.pythonhosted.org/packages/af/fc/4842485d034e38a4646cccd1369f6b1ccd7bc86989c52770d75d719a9941/mypy-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:46c756a444117c43ee984bd055db99e498bc613a70bbbc120272bd13ca579fbc", size = 10357702 },
|
1672
|
+
{ url = "https://files.pythonhosted.org/packages/b4/e6/457b83f2d701e23869cfec013a48a12638f75b9d37612a9ddf99072c1051/mypy-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:27fc248022907e72abfd8e22ab1f10e903915ff69961174784a3900a8cba9ad9", size = 12091104 },
|
1673
|
+
{ url = "https://files.pythonhosted.org/packages/f1/bf/76a569158db678fee59f4fd30b8e7a0d75bcbaeef49edd882a0d63af6d66/mypy-1.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:499d6a72fb7e5de92218db961f1a66d5f11783f9ae549d214617edab5d4dbdbb", size = 12830167 },
|
1674
|
+
{ url = "https://files.pythonhosted.org/packages/43/bc/0bc6b694b3103de9fed61867f1c8bd33336b913d16831431e7cb48ef1c92/mypy-1.14.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:57961db9795eb566dc1d1b4e9139ebc4c6b0cb6e7254ecde69d1552bf7613f60", size = 13013834 },
|
1675
|
+
{ url = "https://files.pythonhosted.org/packages/b0/79/5f5ec47849b6df1e6943d5fd8e6632fbfc04b4fd4acfa5a5a9535d11b4e2/mypy-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:07ba89fdcc9451f2ebb02853deb6aaaa3d2239a236669a63ab3801bbf923ef5c", size = 9781231 },
|
1676
|
+
{ url = "https://files.pythonhosted.org/packages/a0/b5/32dd67b69a16d088e533962e5044e51004176a9952419de0370cdaead0f8/mypy-1.14.1-py3-none-any.whl", hash = "sha256:b66a60cc4073aeb8ae00057f9c1f64d49e90f918fbcef9a977eb121da8b8f1d1", size = 2752905 },
|
1662
1677
|
]
|
1663
1678
|
|
1664
1679
|
[[package]]
|
@@ -1787,7 +1802,7 @@ resolution-markers = [
|
|
1787
1802
|
]
|
1788
1803
|
dependencies = [
|
1789
1804
|
{ name = "cfgv", marker = "python_full_version >= '3.9'" },
|
1790
|
-
{ name = "identify", version = "2.6.
|
1805
|
+
{ name = "identify", version = "2.6.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
1791
1806
|
{ name = "nodeenv", marker = "python_full_version >= '3.9'" },
|
1792
1807
|
{ name = "pyyaml", marker = "python_full_version >= '3.9'" },
|
1793
1808
|
{ name = "virtualenv", marker = "python_full_version >= '3.9'" },
|
@@ -1853,16 +1868,16 @@ wheels = [
|
|
1853
1868
|
|
1854
1869
|
[[package]]
|
1855
1870
|
name = "pydantic"
|
1856
|
-
version = "2.10.
|
1871
|
+
version = "2.10.5"
|
1857
1872
|
source = { registry = "https://pypi.org/simple" }
|
1858
1873
|
dependencies = [
|
1859
1874
|
{ name = "annotated-types" },
|
1860
1875
|
{ name = "pydantic-core" },
|
1861
1876
|
{ name = "typing-extensions" },
|
1862
1877
|
]
|
1863
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1878
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff", size = 761287 }
|
1864
1879
|
wheels = [
|
1865
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1880
|
+
{ url = "https://files.pythonhosted.org/packages/58/26/82663c79010b28eddf29dcdd0ea723439535fa917fce5905885c0e9ba562/pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53", size = 431426 },
|
1866
1881
|
]
|
1867
1882
|
|
1868
1883
|
[[package]]
|
@@ -1977,11 +1992,11 @@ wheels = [
|
|
1977
1992
|
|
1978
1993
|
[[package]]
|
1979
1994
|
name = "pygments"
|
1980
|
-
version = "2.
|
1995
|
+
version = "2.19.1"
|
1981
1996
|
source = { registry = "https://pypi.org/simple" }
|
1982
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1997
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", size = 4968581 }
|
1983
1998
|
wheels = [
|
1984
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1999
|
+
{ url = "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293 },
|
1985
2000
|
]
|
1986
2001
|
|
1987
2002
|
[[package]]
|
@@ -2375,41 +2390,41 @@ wheels = [
|
|
2375
2390
|
|
2376
2391
|
[[package]]
|
2377
2392
|
name = "ruff"
|
2378
|
-
version = "0.
|
2379
|
-
source = { registry = "https://pypi.org/simple" }
|
2380
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2381
|
-
wheels = [
|
2382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2393
|
+
version = "0.9.2"
|
2394
|
+
source = { registry = "https://pypi.org/simple" }
|
2395
|
+
sdist = { url = "https://files.pythonhosted.org/packages/80/63/77ecca9d21177600f551d1c58ab0e5a0b260940ea7312195bd2a4798f8a8/ruff-0.9.2.tar.gz", hash = "sha256:b5eceb334d55fae5f316f783437392642ae18e16dcf4f1858d55d3c2a0f8f5d0", size = 3553799 }
|
2396
|
+
wheels = [
|
2397
|
+
{ url = "https://files.pythonhosted.org/packages/af/b9/0e168e4e7fb3af851f739e8f07889b91d1a33a30fca8c29fa3149d6b03ec/ruff-0.9.2-py3-none-linux_armv6l.whl", hash = "sha256:80605a039ba1454d002b32139e4970becf84b5fee3a3c3bf1c2af6f61a784347", size = 11652408 },
|
2398
|
+
{ url = "https://files.pythonhosted.org/packages/2c/22/08ede5db17cf701372a461d1cb8fdde037da1d4fa622b69ac21960e6237e/ruff-0.9.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b9aab82bb20afd5f596527045c01e6ae25a718ff1784cb92947bff1f83068b00", size = 11587553 },
|
2399
|
+
{ url = "https://files.pythonhosted.org/packages/42/05/dedfc70f0bf010230229e33dec6e7b2235b2a1b8cbb2a991c710743e343f/ruff-0.9.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:fbd337bac1cfa96be615f6efcd4bc4d077edbc127ef30e2b8ba2a27e18c054d4", size = 11020755 },
|
2400
|
+
{ url = "https://files.pythonhosted.org/packages/df/9b/65d87ad9b2e3def67342830bd1af98803af731243da1255537ddb8f22209/ruff-0.9.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82b35259b0cbf8daa22a498018e300b9bb0174c2bbb7bcba593935158a78054d", size = 11826502 },
|
2401
|
+
{ url = "https://files.pythonhosted.org/packages/93/02/f2239f56786479e1a89c3da9bc9391120057fc6f4a8266a5b091314e72ce/ruff-0.9.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8b6a9701d1e371bf41dca22015c3f89769da7576884d2add7317ec1ec8cb9c3c", size = 11390562 },
|
2402
|
+
{ url = "https://files.pythonhosted.org/packages/c9/37/d3a854dba9931f8cb1b2a19509bfe59e00875f48ade632e95aefcb7a0aee/ruff-0.9.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9cc53e68b3c5ae41e8faf83a3b89f4a5d7b2cb666dff4b366bb86ed2a85b481f", size = 12548968 },
|
2403
|
+
{ url = "https://files.pythonhosted.org/packages/fa/c3/c7b812bb256c7a1d5553433e95980934ffa85396d332401f6b391d3c4569/ruff-0.9.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:8efd9da7a1ee314b910da155ca7e8953094a7c10d0c0a39bfde3fcfd2a015684", size = 13187155 },
|
2404
|
+
{ url = "https://files.pythonhosted.org/packages/bd/5a/3c7f9696a7875522b66aa9bba9e326e4e5894b4366bd1dc32aa6791cb1ff/ruff-0.9.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3292c5a22ea9a5f9a185e2d131dc7f98f8534a32fb6d2ee7b9944569239c648d", size = 12704674 },
|
2405
|
+
{ url = "https://files.pythonhosted.org/packages/be/d6/d908762257a96ce5912187ae9ae86792e677ca4f3dc973b71e7508ff6282/ruff-0.9.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1a605fdcf6e8b2d39f9436d343d1f0ff70c365a1e681546de0104bef81ce88df", size = 14529328 },
|
2406
|
+
{ url = "https://files.pythonhosted.org/packages/2d/c2/049f1e6755d12d9cd8823242fa105968f34ee4c669d04cac8cea51a50407/ruff-0.9.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c547f7f256aa366834829a08375c297fa63386cbe5f1459efaf174086b564247", size = 12385955 },
|
2407
|
+
{ url = "https://files.pythonhosted.org/packages/91/5a/a9bdb50e39810bd9627074e42743b00e6dc4009d42ae9f9351bc3dbc28e7/ruff-0.9.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:d18bba3d3353ed916e882521bc3e0af403949dbada344c20c16ea78f47af965e", size = 11810149 },
|
2408
|
+
{ url = "https://files.pythonhosted.org/packages/e5/fd/57df1a0543182f79a1236e82a79c68ce210efb00e97c30657d5bdb12b478/ruff-0.9.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:b338edc4610142355ccf6b87bd356729b62bf1bc152a2fad5b0c7dc04af77bfe", size = 11479141 },
|
2409
|
+
{ url = "https://files.pythonhosted.org/packages/dc/16/bc3fd1d38974f6775fc152a0554f8c210ff80f2764b43777163c3c45d61b/ruff-0.9.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:492a5e44ad9b22a0ea98cf72e40305cbdaf27fac0d927f8bc9e1df316dcc96eb", size = 12014073 },
|
2410
|
+
{ url = "https://files.pythonhosted.org/packages/47/6b/e4ca048a8f2047eb652e1e8c755f384d1b7944f69ed69066a37acd4118b0/ruff-0.9.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:af1e9e9fe7b1f767264d26b1075ac4ad831c7db976911fa362d09b2d0356426a", size = 12435758 },
|
2411
|
+
{ url = "https://files.pythonhosted.org/packages/c2/40/4d3d6c979c67ba24cf183d29f706051a53c36d78358036a9cd21421582ab/ruff-0.9.2-py3-none-win32.whl", hash = "sha256:71cbe22e178c5da20e1514e1e01029c73dc09288a8028a5d3446e6bba87a5145", size = 9796916 },
|
2412
|
+
{ url = "https://files.pythonhosted.org/packages/c3/ef/7f548752bdb6867e6939489c87fe4da489ab36191525fadc5cede2a6e8e2/ruff-0.9.2-py3-none-win_amd64.whl", hash = "sha256:c5e1d6abc798419cf46eed03f54f2e0c3adb1ad4b801119dedf23fcaf69b55b5", size = 10773080 },
|
2413
|
+
{ url = "https://files.pythonhosted.org/packages/0e/4e/33df635528292bd2d18404e4daabcd74ca8a9853b2e1df85ed3d32d24362/ruff-0.9.2-py3-none-win_arm64.whl", hash = "sha256:a1b63fa24149918f8b37cef2ee6fff81f24f0d74b6f0bdc37bc3e1f2143e41c6", size = 10001738 },
|
2399
2414
|
]
|
2400
2415
|
|
2401
2416
|
[[package]]
|
2402
2417
|
name = "sentry-sdk"
|
2403
|
-
version = "2.
|
2418
|
+
version = "2.20.0"
|
2404
2419
|
source = { registry = "https://pypi.org/simple" }
|
2405
2420
|
dependencies = [
|
2406
2421
|
{ name = "certifi" },
|
2407
2422
|
{ name = "urllib3", version = "2.2.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
2408
2423
|
{ name = "urllib3", version = "2.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
2409
2424
|
]
|
2410
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2425
|
+
sdist = { url = "https://files.pythonhosted.org/packages/68/e8/6a366c0cd5e129dda6ecb20ff097f70b18182c248d4c27e813c21f98992a/sentry_sdk-2.20.0.tar.gz", hash = "sha256:afa82713a92facf847df3c6f63cec71eb488d826a50965def3d7722aa6f0fdab", size = 300125 }
|
2411
2426
|
wheels = [
|
2412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2427
|
+
{ url = "https://files.pythonhosted.org/packages/e6/0f/6f7e6cd0f4a141752caef3f79300148422fdf2b8b68b531f30b2b0c0cbda/sentry_sdk-2.20.0-py2.py3-none-any.whl", hash = "sha256:c359a1edf950eb5e80cffd7d9111f3dbeef57994cb4415df37d39fda2cf22364", size = 322576 },
|
2413
2428
|
]
|
2414
2429
|
|
2415
2430
|
[[package]]
|
@@ -2459,7 +2474,7 @@ version = "0.41.3"
|
|
2459
2474
|
source = { registry = "https://pypi.org/simple" }
|
2460
2475
|
dependencies = [
|
2461
2476
|
{ name = "anyio", version = "4.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
2462
|
-
{ name = "anyio", version = "4.
|
2477
|
+
{ name = "anyio", version = "4.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
2463
2478
|
{ name = "typing-extensions", marker = "python_full_version < '3.10'" },
|
2464
2479
|
]
|
2465
2480
|
sdist = { url = "https://files.pythonhosted.org/packages/1a/4c/9b5764bd22eec91c4039ef4c55334e9187085da2d8a2df7bd570869aae18/starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835", size = 2574159 }
|
@@ -2562,24 +2577,24 @@ wheels = [
|
|
2562
2577
|
|
2563
2578
|
[[package]]
|
2564
2579
|
name = "types-pygments"
|
2565
|
-
version = "2.
|
2580
|
+
version = "2.19.0.20250107"
|
2566
2581
|
source = { registry = "https://pypi.org/simple" }
|
2567
2582
|
dependencies = [
|
2568
2583
|
{ name = "types-docutils" },
|
2569
2584
|
{ name = "types-setuptools" },
|
2570
2585
|
]
|
2571
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2586
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3c/d8/9e0ed97a3ca6143c74347bc32a2499809bc83039b115d0138e502679f4e8/types_pygments-2.19.0.20250107.tar.gz", hash = "sha256:94de72c7f09b956c518f566e056812c698272a7a03a9cd81f0065576c6bd3219", size = 18309 }
|
2572
2587
|
wheels = [
|
2573
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2588
|
+
{ url = "https://files.pythonhosted.org/packages/ec/e2/0777eed72b5cec191168b37522fbbe831c8353fe6655c3f29a0454f73498/types_Pygments-2.19.0.20250107-py3-none-any.whl", hash = "sha256:34a555ed327f249daed18c6309e6e62770cdb8b9c321029ba7fd852d10b16f10", size = 25548 },
|
2574
2589
|
]
|
2575
2590
|
|
2576
2591
|
[[package]]
|
2577
2592
|
name = "types-pyyaml"
|
2578
|
-
version = "6.0.12.
|
2593
|
+
version = "6.0.12.20241230"
|
2579
2594
|
source = { registry = "https://pypi.org/simple" }
|
2580
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2595
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9a/f9/4d566925bcf9396136c0a2e5dc7e230ff08d86fa011a69888dd184469d80/types_pyyaml-6.0.12.20241230.tar.gz", hash = "sha256:7f07622dbd34bb9c8b264fe860a17e0efcad00d50b5f27e93984909d9363498c", size = 17078 }
|
2581
2596
|
wheels = [
|
2582
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2597
|
+
{ url = "https://files.pythonhosted.org/packages/e8/c1/48474fbead512b70ccdb4f81ba5eb4a58f69d100ba19f17c92c0c4f50ae6/types_PyYAML-6.0.12.20241230-py3-none-any.whl", hash = "sha256:fa4d32565219b68e6dee5f67534c722e53c00d1cfc09c435ef04d7353e1e96e6", size = 20029 },
|
2583
2598
|
]
|
2584
2599
|
|
2585
2600
|
[[package]]
|
@@ -2597,11 +2612,11 @@ wheels = [
|
|
2597
2612
|
|
2598
2613
|
[[package]]
|
2599
2614
|
name = "types-setuptools"
|
2600
|
-
version = "75.
|
2615
|
+
version = "75.8.0.20250110"
|
2601
2616
|
source = { registry = "https://pypi.org/simple" }
|
2602
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2617
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f7/42/5713e90d4f9683f2301d900f33e4fc2405ad8ac224dda30f6cb7f4cd215b/types_setuptools-75.8.0.20250110.tar.gz", hash = "sha256:96f7ec8bbd6e0a54ea180d66ad68ad7a1d7954e7281a710ea2de75e355545271", size = 48185 }
|
2603
2618
|
wheels = [
|
2604
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2619
|
+
{ url = "https://files.pythonhosted.org/packages/cf/a3/dbfd106751b11c728cec21cc62cbfe7ff7391b935c4b6e8f0bdc2e6fd541/types_setuptools-75.8.0.20250110-py3-none-any.whl", hash = "sha256:a9f12980bbf9bcdc23ecd80755789085bad6bfce4060c2275bc2b4ca9f2bc480", size = 71521 },
|
2605
2620
|
]
|
2606
2621
|
|
2607
2622
|
[[package]]
|
@@ -2676,16 +2691,16 @@ wheels = [
|
|
2676
2691
|
|
2677
2692
|
[[package]]
|
2678
2693
|
name = "virtualenv"
|
2679
|
-
version = "20.
|
2694
|
+
version = "20.29.1"
|
2680
2695
|
source = { registry = "https://pypi.org/simple" }
|
2681
2696
|
dependencies = [
|
2682
2697
|
{ name = "distlib" },
|
2683
2698
|
{ name = "filelock" },
|
2684
2699
|
{ name = "platformdirs" },
|
2685
2700
|
]
|
2686
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2701
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/ca/f23dcb02e161a9bba141b1c08aa50e8da6ea25e6d780528f1d385a3efe25/virtualenv-20.29.1.tar.gz", hash = "sha256:b8b8970138d32fb606192cb97f6cd4bb644fa486be9308fb9b63f81091b5dc35", size = 7658028 }
|
2687
2702
|
wheels = [
|
2688
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2703
|
+
{ url = "https://files.pythonhosted.org/packages/89/9b/599bcfc7064fbe5740919e78c5df18e5dceb0887e676256a1061bb5ae232/virtualenv-20.29.1-py3-none-any.whl", hash = "sha256:4e4cb403c0b0da39e13b46b1b2476e505cb0046b25f242bee80f62bf990b2779", size = 4282379 },
|
2689
2704
|
]
|
2690
2705
|
|
2691
2706
|
[[package]]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|