langgraph-api 0.2.110__tar.gz → 0.2.113__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.
Potentially problematic release.
This version of langgraph-api might be problematic. Click here for more details.
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/PKG-INFO +2 -2
- langgraph_api-0.2.113/langgraph_api/__init__.py +1 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/threads.py +15 -6
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/client.mts +4 -4
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/remote.py +5 -2
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/pyproject.toml +1 -1
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/uv.lock +93 -82
- langgraph_api-0.2.110/langgraph_api/__init__.py +0 -1
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/.gitignore +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/LICENSE +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/Makefile +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/README.md +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/benchmark/.gitignore +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/benchmark/Makefile +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/benchmark/README.md +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/benchmark/burst.js +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/benchmark/ramp.js +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/benchmark/weather.js +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/constraints.txt +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/forbidden.txt +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/healthcheck.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/assistants.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/mcp.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/meta.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/openapi.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/runs.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/store.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/api/ui.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/asgi_transport.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/asyncio.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/custom.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/langsmith/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/langsmith/backend.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/langsmith/client.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/middleware.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/noop.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/auth/studio_user.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/cli.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/command.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/config.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/cron_scheduler.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/errors.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/feature_flags.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/graph.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/http.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/http_metrics.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/.gitignore +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/.prettierrc +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/base.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/build.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/client.http.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/errors.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/global.d.ts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/package.json +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/schema.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/graph.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/load.hooks.mjs +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/preload.mjs +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/utils/files.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/utils/importMap.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/utils/pythonSchemas.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/utils/serde.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/sse.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/traceblock.mts +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/tsconfig.json +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/ui.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/yarn.lock +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/logging.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/metadata.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/middleware/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/middleware/http_logger.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/middleware/private_network.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/middleware/request_id.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/models/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/models/run.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/patch.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/queue_entrypoint.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/route.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/schema.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/serde.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/server.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/sse.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/state.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/store.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/stream.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/thread_ttl.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/traceblock.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/tunneling/cloudflare.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/utils/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/utils/cache.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/utils/config.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/utils/future.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/utils.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/validation.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/webhook.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/worker.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_license/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_license/validation.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/__init__.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/checkpoint.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/database.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/lifespan.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/metrics.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/ops.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/queue.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/retry.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_runtime/store.py +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/logging.json +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/openapi.json +0 -0
- {langgraph_api-0.2.110 → langgraph_api-0.2.113}/scripts/create_license.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langgraph-api
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.113
|
|
4
4
|
Author-email: Nuno Campos <nuno@langchain.dev>, Will Fu-Hinthorn <will@langchain.dev>
|
|
5
5
|
License: Elastic-2.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -11,7 +11,7 @@ Requires-Dist: httpx>=0.25.0
|
|
|
11
11
|
Requires-Dist: jsonschema-rs<0.30,>=0.20.0
|
|
12
12
|
Requires-Dist: langchain-core>=0.3.64
|
|
13
13
|
Requires-Dist: langgraph-checkpoint>=2.0.23
|
|
14
|
-
Requires-Dist: langgraph-runtime-inmem<0.7,>=0.6.
|
|
14
|
+
Requires-Dist: langgraph-runtime-inmem<0.7,>=0.6.7
|
|
15
15
|
Requires-Dist: langgraph-sdk>=0.2.0
|
|
16
16
|
Requires-Dist: langgraph>=0.4.0
|
|
17
17
|
Requires-Dist: langsmith>=0.3.45
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.113"
|
|
@@ -58,20 +58,29 @@ async def search_threads(
|
|
|
58
58
|
):
|
|
59
59
|
"""List threads."""
|
|
60
60
|
payload = await request.json(ThreadSearchRequest)
|
|
61
|
+
limit = int(payload.get("limit") or 10)
|
|
62
|
+
offset = int(payload.get("offset") or 0)
|
|
61
63
|
async with connect() as conn:
|
|
62
|
-
iter,
|
|
64
|
+
iter, next_offset = await Threads.search(
|
|
63
65
|
conn,
|
|
64
66
|
status=payload.get("status"),
|
|
65
67
|
values=payload.get("values"),
|
|
66
68
|
metadata=payload.get("metadata"),
|
|
67
|
-
limit=
|
|
68
|
-
offset=
|
|
69
|
+
limit=limit,
|
|
70
|
+
offset=offset,
|
|
69
71
|
sort_by=payload.get("sort_by"),
|
|
70
72
|
sort_order=payload.get("sort_order"),
|
|
71
73
|
)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
threads = [thread async for thread in iter]
|
|
75
|
+
if next_offset is None:
|
|
76
|
+
response_headers = {"X-Pagination-Total": str(len(threads) + offset)}
|
|
77
|
+
else:
|
|
78
|
+
cur = str(next_offset)
|
|
79
|
+
response_headers = {
|
|
80
|
+
"X-Pagination-Total": cur,
|
|
81
|
+
"X-Pagination-Next": cur,
|
|
82
|
+
}
|
|
83
|
+
return ApiResponse(threads, headers=response_headers)
|
|
75
84
|
|
|
76
85
|
|
|
77
86
|
@retry_db
|
|
@@ -344,6 +344,7 @@ const handleStream = <T extends z.ZodType<any>>(
|
|
|
344
344
|
};
|
|
345
345
|
|
|
346
346
|
try {
|
|
347
|
+
timer = setTimeout(sendHeartbeat, HEARTBEAT_MS);
|
|
347
348
|
for await (const data of handler({ graph_id: graphId, ...body })) {
|
|
348
349
|
await sendSSE(name, data);
|
|
349
350
|
}
|
|
@@ -1094,14 +1095,13 @@ async function main() {
|
|
|
1094
1095
|
}
|
|
1095
1096
|
|
|
1096
1097
|
app.get("/ok", (c) => c.json({ ok: true }));
|
|
1097
|
-
|
|
1098
|
+
|
|
1098
1099
|
app.get("/debug/heapdump", async (c) => {
|
|
1099
1100
|
try {
|
|
1100
|
-
const target =
|
|
1101
|
-
`/tmp/heapdump-${Date.now()}.heapsnapshot`;
|
|
1101
|
+
const target = `/tmp/heapdump-${Date.now()}.heapsnapshot`;
|
|
1102
1102
|
await fs.mkdir(path.dirname(target), { recursive: true });
|
|
1103
1103
|
const written = writeHeapSnapshot(target);
|
|
1104
|
-
return c.json({ ok: true, written });
|
|
1104
|
+
return c.json({ ok: true, written }); // 200
|
|
1105
1105
|
} catch (error) {
|
|
1106
1106
|
if (error instanceof HTTPException) {
|
|
1107
1107
|
return c.json(serializeError(error), error.status);
|
|
@@ -239,6 +239,7 @@ class RemotePregel(BaseRemotePregel):
|
|
|
239
239
|
task.get("error"),
|
|
240
240
|
tuple(interrupts),
|
|
241
241
|
state,
|
|
242
|
+
task.get("result"),
|
|
242
243
|
)
|
|
243
244
|
)
|
|
244
245
|
return tuple(result)
|
|
@@ -699,10 +700,12 @@ async def run_remote_checkpointer():
|
|
|
699
700
|
payload = orjson.loads(await request.body())
|
|
700
701
|
return ApiResponse(await cb(payload))
|
|
701
702
|
except ValueError as exc:
|
|
702
|
-
await logger.
|
|
703
|
+
await logger.aexception(
|
|
704
|
+
"ValueError calling remote handler", exc_info=exc
|
|
705
|
+
)
|
|
703
706
|
return ApiResponse({"error": str(exc)}, status_code=400)
|
|
704
707
|
except Exception as exc:
|
|
705
|
-
await logger.
|
|
708
|
+
await logger.aexception("Error calling remote handler", exc_info=exc)
|
|
706
709
|
return ApiResponse({"error": str(exc)}, status_code=500)
|
|
707
710
|
|
|
708
711
|
return wrapped
|
|
@@ -376,7 +376,7 @@ wheels = [
|
|
|
376
376
|
|
|
377
377
|
[[package]]
|
|
378
378
|
name = "langgraph"
|
|
379
|
-
version = "0.6.
|
|
379
|
+
version = "0.6.2"
|
|
380
380
|
source = { registry = "https://pypi.org/simple" }
|
|
381
381
|
dependencies = [
|
|
382
382
|
{ name = "langchain-core" },
|
|
@@ -386,9 +386,9 @@ dependencies = [
|
|
|
386
386
|
{ name = "pydantic" },
|
|
387
387
|
{ name = "xxhash" },
|
|
388
388
|
]
|
|
389
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
389
|
+
sdist = { url = "https://files.pythonhosted.org/packages/67/4a/09a7732620f1b04a22069730a07eec8db8aa78f482a759534f3a72302073/langgraph-0.6.2.tar.gz", hash = "sha256:ac8784ac21224b3fa6d55061c28748fb2341cbfb509b0b16cbb28208a2ffea93", size = 451164, upload-time = "2025-07-30T20:41:03.787Z" }
|
|
390
390
|
wheels = [
|
|
391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
391
|
+
{ url = "https://files.pythonhosted.org/packages/5c/3e/42e8fbf430fb321465bd6dddbcfe31b1d0cfd76afb45b5e11298006ff2b3/langgraph-0.6.2-py3-none-any.whl", hash = "sha256:b838dd9e56d8cf9d3f5124cad527cec6e03414aaf1a3c284003eaae89d21f32e", size = 152188, upload-time = "2025-07-30T20:41:02.203Z" },
|
|
392
392
|
]
|
|
393
393
|
|
|
394
394
|
[[package]]
|
|
@@ -490,16 +490,16 @@ wheels = [
|
|
|
490
490
|
|
|
491
491
|
[[package]]
|
|
492
492
|
name = "langgraph-checkpoint-sqlite"
|
|
493
|
-
version = "2.0.
|
|
493
|
+
version = "2.0.11"
|
|
494
494
|
source = { registry = "https://pypi.org/simple" }
|
|
495
495
|
dependencies = [
|
|
496
496
|
{ name = "aiosqlite" },
|
|
497
497
|
{ name = "langgraph-checkpoint" },
|
|
498
498
|
{ name = "sqlite-vec" },
|
|
499
499
|
]
|
|
500
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
500
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d2/aa/5f9e9de74a6d0a9b77c703db0068d0f0cdc8dbc2e9b292ae95f4de115a44/langgraph_checkpoint_sqlite-2.0.11.tar.gz", hash = "sha256:e9337204c27b01a29edff65c1ecb7da0ca8ac7f1bd66b405617459043ac6c3ed", size = 109749, upload-time = "2025-07-25T17:32:07.773Z" }
|
|
501
501
|
wheels = [
|
|
502
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
502
|
+
{ url = "https://files.pythonhosted.org/packages/3d/d4/c56f6b0e8c8211791c9954bef0edaef3dc2e118cf33800be44c7b90432bd/langgraph_checkpoint_sqlite-2.0.11-py3-none-any.whl", hash = "sha256:11c40d93225ce99fa2800332c97b16280addf9f15274def32c4d547955290d3f", size = 31191, upload-time = "2025-07-25T17:32:06.355Z" },
|
|
503
503
|
]
|
|
504
504
|
|
|
505
505
|
[[package]]
|
|
@@ -517,15 +517,15 @@ wheels = [
|
|
|
517
517
|
|
|
518
518
|
[[package]]
|
|
519
519
|
name = "langgraph-prebuilt"
|
|
520
|
-
version = "0.6.
|
|
520
|
+
version = "0.6.2"
|
|
521
521
|
source = { registry = "https://pypi.org/simple" }
|
|
522
522
|
dependencies = [
|
|
523
523
|
{ name = "langchain-core" },
|
|
524
524
|
{ name = "langgraph-checkpoint" },
|
|
525
525
|
]
|
|
526
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
526
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d6/9f/f0b611e7da5331018fb85dac34c060d1007b73aa69a4e7e10835022c0aaa/langgraph_prebuilt-0.6.2.tar.gz", hash = "sha256:fb9f4f96d8f26f88bbf997b5b2122ba366d0edf7f3160c653ffa649dff2ec062", size = 125316, upload-time = "2025-07-30T20:32:10.703Z" }
|
|
527
527
|
wheels = [
|
|
528
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
528
|
+
{ url = "https://files.pythonhosted.org/packages/04/48/f1996f8b37cb8e2bc44e3668f2bdfaa441cfb1bd418a32097372aab6b17b/langgraph_prebuilt-0.6.2-py3-none-any.whl", hash = "sha256:0c7bb1cc36da8ee3b1dd7cdd20c4023ed1f57b61e70e425bea4b16cac030117d", size = 28858, upload-time = "2025-07-30T20:32:09.712Z" },
|
|
529
529
|
]
|
|
530
530
|
|
|
531
531
|
[[package]]
|
|
@@ -642,55 +642,66 @@ wheels = [
|
|
|
642
642
|
|
|
643
643
|
[[package]]
|
|
644
644
|
name = "orjson"
|
|
645
|
-
version = "3.11.
|
|
646
|
-
source = { registry = "https://pypi.org/simple" }
|
|
647
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
648
|
-
wheels = [
|
|
649
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
651
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
652
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
653
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
654
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
655
|
-
{ url = "https://files.pythonhosted.org/packages/3f/
|
|
656
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
657
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
658
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
659
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
660
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
661
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
662
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
663
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
664
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
665
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
666
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
667
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
668
|
-
{ url = "https://files.pythonhosted.org/packages/7c/
|
|
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/
|
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
675
|
-
{ url = "https://files.pythonhosted.org/packages/c8/
|
|
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/
|
|
692
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
693
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
645
|
+
version = "3.11.1"
|
|
646
|
+
source = { registry = "https://pypi.org/simple" }
|
|
647
|
+
sdist = { url = "https://files.pythonhosted.org/packages/19/3b/fd9ff8ff64ae3900f11554d5cfc835fb73e501e043c420ad32ec574fe27f/orjson-3.11.1.tar.gz", hash = "sha256:48d82770a5fd88778063604c566f9c7c71820270c9cc9338d25147cbf34afd96", size = 5393373, upload-time = "2025-07-25T14:33:52.898Z" }
|
|
648
|
+
wheels = [
|
|
649
|
+
{ url = "https://files.pythonhosted.org/packages/a5/92/7ab270b5b3df8d5b0d3e572ddf2f03c9f6a79726338badf1ec8594e1469d/orjson-3.11.1-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:15e2a57ce3b57c1a36acffcc02e823afefceee0a532180c2568c62213c98e3ef", size = 240918, upload-time = "2025-07-25T14:32:11.021Z" },
|
|
650
|
+
{ url = "https://files.pythonhosted.org/packages/80/41/df44684cfbd2e2e03bf9b09fdb14b7abcfff267998790b6acfb69ad435f0/orjson-3.11.1-cp311-cp311-macosx_15_0_arm64.whl", hash = "sha256:17040a83ecaa130474af05bbb59a13cfeb2157d76385556041f945da936b1afd", size = 129386, upload-time = "2025-07-25T14:32:12.361Z" },
|
|
651
|
+
{ url = "https://files.pythonhosted.org/packages/c1/08/958f56edd18ba1827ad0c74b2b41a7ae0864718adee8ccb5d1a5528f8761/orjson-3.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a68f23f09e5626cc0867a96cf618f68b91acb4753d33a80bf16111fd7f9928c", size = 132508, upload-time = "2025-07-25T14:32:13.917Z" },
|
|
652
|
+
{ url = "https://files.pythonhosted.org/packages/cc/b6/5e56e189dacbf51e53ba8150c20e61ee746f6d57b697f5c52315ffc88a83/orjson-3.11.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47e07528bb6ccbd6e32a55e330979048b59bfc5518b47c89bc7ab9e3de15174a", size = 128501, upload-time = "2025-07-25T14:32:15.13Z" },
|
|
653
|
+
{ url = "https://files.pythonhosted.org/packages/fe/de/f6c301a514f5934405fd4b8f3d3efc758c911d06c3de3f4be1e30d675fa4/orjson-3.11.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f3807cce72bf40a9d251d689cbec28d2efd27e0f6673709f948f971afd52cb09", size = 130465, upload-time = "2025-07-25T14:32:17.355Z" },
|
|
654
|
+
{ url = "https://files.pythonhosted.org/packages/47/08/f7dbaab87d6f05eebff2d7b8e6a8ed5f13b2fe3e3ae49472b527d03dbd7a/orjson-3.11.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5b2dc7e88da4ca201c940f5e6127998d9e89aa64264292334dad62854bc7fc27", size = 132416, upload-time = "2025-07-25T14:32:18.933Z" },
|
|
655
|
+
{ url = "https://files.pythonhosted.org/packages/43/3f/dd5a185273b7ba6aa238cfc67bf9edaa1885ae51ce942bc1a71d0f99f574/orjson-3.11.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3091dad33ac9e67c0a550cfff8ad5be156e2614d6f5d2a9247df0627751a1495", size = 134924, upload-time = "2025-07-25T14:32:20.134Z" },
|
|
656
|
+
{ url = "https://files.pythonhosted.org/packages/db/ef/729d23510eaa81f0ce9d938d99d72dcf5e4ed3609d9d0bcf9c8a282cc41a/orjson-3.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0ed0fce2307843b79a0c83de49f65b86197f1e2310de07af9db2a1a77a61ce4c", size = 130938, upload-time = "2025-07-25T14:32:21.769Z" },
|
|
657
|
+
{ url = "https://files.pythonhosted.org/packages/82/96/120feb6807f9e1f4c68fc842a0f227db8575eafb1a41b2537567b91c19d8/orjson-3.11.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:5a31e84782a18c30abd56774c0cfa7b9884589f4d37d9acabfa0504dad59bb9d", size = 130811, upload-time = "2025-07-25T14:32:22.931Z" },
|
|
658
|
+
{ url = "https://files.pythonhosted.org/packages/89/66/4695e946a453fa22ff945da4b1ed0691b3f4ec86b828d398288db4a0ff79/orjson-3.11.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:26b6c821abf1ae515fbb8e140a2406c9f9004f3e52acb780b3dee9bfffddbd84", size = 404272, upload-time = "2025-07-25T14:32:25.238Z" },
|
|
659
|
+
{ url = "https://files.pythonhosted.org/packages/cd/7b/1c953e2c9e55af126c6cb678a30796deb46d7713abdeb706b8765929464c/orjson-3.11.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f857b3d134b36a8436f1e24dcb525b6b945108b30746c1b0b556200b5cb76d39", size = 146196, upload-time = "2025-07-25T14:32:26.909Z" },
|
|
660
|
+
{ url = "https://files.pythonhosted.org/packages/bf/c2/bef5d3bc83f2e178592ff317e2cf7bd38ebc16b641f076ea49f27aadd1d3/orjson-3.11.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:df146f2a14116ce80f7da669785fcb411406d8e80136558b0ecda4c924b9ac55", size = 135336, upload-time = "2025-07-25T14:32:28.22Z" },
|
|
661
|
+
{ url = "https://files.pythonhosted.org/packages/92/95/bc6006881ebdb4608ed900a763c3e3c6be0d24c3aadd62beb774f9464ec6/orjson-3.11.1-cp311-cp311-win32.whl", hash = "sha256:d777c57c1f86855fe5492b973f1012be776e0398571f7cc3970e9a58ecf4dc17", size = 136665, upload-time = "2025-07-25T14:32:29.976Z" },
|
|
662
|
+
{ url = "https://files.pythonhosted.org/packages/59/c3/1f2b9cc0c60ea2473d386fed2df2b25ece50aeb73c798d4669aadff3061e/orjson-3.11.1-cp311-cp311-win_amd64.whl", hash = "sha256:e9a5fd589951f02ec2fcb8d69339258bbf74b41b104c556e6d4420ea5e059313", size = 131388, upload-time = "2025-07-25T14:32:31.595Z" },
|
|
663
|
+
{ url = "https://files.pythonhosted.org/packages/b0/e5/40c97e5a6b85944022fe54b463470045b8651b7bb2f1e16a95c42812bf97/orjson-3.11.1-cp311-cp311-win_arm64.whl", hash = "sha256:4cddbe41ee04fddad35d75b9cf3e3736ad0b80588280766156b94783167777af", size = 126786, upload-time = "2025-07-25T14:32:32.787Z" },
|
|
664
|
+
{ url = "https://files.pythonhosted.org/packages/98/77/e55513826b712807caadb2b733eee192c1df105c6bbf0d965c253b72f124/orjson-3.11.1-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:2b7c8be96db3a977367250c6367793a3c5851a6ca4263f92f0b48d00702f9910", size = 240955, upload-time = "2025-07-25T14:32:34.056Z" },
|
|
665
|
+
{ url = "https://files.pythonhosted.org/packages/c9/88/a78132dddcc9c3b80a9fa050b3516bb2c996a9d78ca6fb47c8da2a80a696/orjson-3.11.1-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:72e18088f567bd4a45db5e3196677d9ed1605e356e500c8e32dd6e303167a13d", size = 129294, upload-time = "2025-07-25T14:32:35.323Z" },
|
|
666
|
+
{ url = "https://files.pythonhosted.org/packages/09/02/6591e0dcb2af6bceea96cb1b5f4b48c1445492a3ef2891ac4aa306bb6f73/orjson-3.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d346e2ae1ce17888f7040b65a5a4a0c9734cb20ffbd228728661e020b4c8b3a5", size = 132310, upload-time = "2025-07-25T14:32:36.53Z" },
|
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/e9/36/c1cfbc617bcfa4835db275d5e0fe9bbdbe561a4b53d3b2de16540ec29c50/orjson-3.11.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4bda5426ebb02ceb806a7d7ec9ba9ee5e0c93fca62375151a7b1c00bc634d06b", size = 128529, upload-time = "2025-07-25T14:32:37.817Z" },
|
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/7c/bd/91a156c5df3aaf1d68b2ab5be06f1969955a8d3e328d7794f4338ac1d017/orjson-3.11.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:10506cebe908542c4f024861102673db534fd2e03eb9b95b30d94438fa220abf", size = 130925, upload-time = "2025-07-25T14:32:39.03Z" },
|
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/a3/4c/a65cc24e9a5f87c9833a50161ab97b5edbec98bec99dfbba13827549debc/orjson-3.11.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45202ee3f5494644e064c41abd1320497fb92fd31fc73af708708af664ac3b56", size = 132432, upload-time = "2025-07-25T14:32:40.619Z" },
|
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/2e/4d/3fc3e5d7115f4f7d01b481e29e5a79bcbcc45711a2723242787455424f40/orjson-3.11.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5adaf01b92e0402a9ac5c3ebe04effe2bbb115f0914a0a53d34ea239a746289", size = 135069, upload-time = "2025-07-25T14:32:41.84Z" },
|
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/dc/c6/7585aa8522af896060dc0cd7c336ba6c574ae854416811ee6642c505cc95/orjson-3.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6162a1a757a1f1f4a94bc6ffac834a3602e04ad5db022dd8395a54ed9dd51c81", size = 131045, upload-time = "2025-07-25T14:32:43.085Z" },
|
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/6a/4e/b8a0a943793d2708ebc39e743c943251e08ee0f3279c880aefd8e9cb0c70/orjson-3.11.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:78404206977c9f946613d3f916727c189d43193e708d760ea5d4b2087d6b0968", size = 130597, upload-time = "2025-07-25T14:32:44.336Z" },
|
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/72/2b/7d30e2aed2f585d5d385fb45c71d9b16ba09be58c04e8767ae6edc6c9282/orjson-3.11.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:db48f8e81072e26df6cdb0e9fff808c28597c6ac20a13d595756cf9ba1fed48a", size = 404207, upload-time = "2025-07-25T14:32:45.612Z" },
|
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/1b/7e/772369ec66fcbce79477f0891918309594cd00e39b67a68d4c445d2ab754/orjson-3.11.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0c1e394e67ced6bb16fea7054d99fbdd99a539cf4d446d40378d4c06e0a8548d", size = 146628, upload-time = "2025-07-25T14:32:46.981Z" },
|
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/b4/c8/62bdb59229d7e393ae309cef41e32cc1f0b567b21dfd0742da70efb8b40c/orjson-3.11.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e7a840752c93d4eecd1378e9bb465c3703e127b58f675cd5c620f361b6cf57a4", size = 135449, upload-time = "2025-07-25T14:32:48.727Z" },
|
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/02/47/1c99aa60e19f781424eabeaacd9e999eafe5b59c81ead4273b773f0f3af1/orjson-3.11.1-cp312-cp312-win32.whl", hash = "sha256:4537b0e09f45d2b74cb69c7f39ca1e62c24c0488d6bf01cd24673c74cd9596bf", size = 136653, upload-time = "2025-07-25T14:32:50.622Z" },
|
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/31/9a/132999929a2892ab07e916669accecc83e5bff17e11a1186b4c6f23231f0/orjson-3.11.1-cp312-cp312-win_amd64.whl", hash = "sha256:dbee6b050062540ae404530cacec1bf25e56e8d87d8d9b610b935afeb6725cae", size = 131426, upload-time = "2025-07-25T14:32:51.883Z" },
|
|
678
|
+
{ url = "https://files.pythonhosted.org/packages/9c/77/d984ee5a1ca341090902e080b187721ba5d1573a8d9759e0c540975acfb2/orjson-3.11.1-cp312-cp312-win_arm64.whl", hash = "sha256:f55e557d4248322d87c4673e085c7634039ff04b47bfc823b87149ae12bef60d", size = 126635, upload-time = "2025-07-25T14:32:53.2Z" },
|
|
679
|
+
{ url = "https://files.pythonhosted.org/packages/c9/e9/880ef869e6f66279ce3a381a32afa0f34e29a94250146911eee029e56efc/orjson-3.11.1-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:53cfefe4af059e65aabe9683f76b9c88bf34b4341a77d329227c2424e0e59b0e", size = 240835, upload-time = "2025-07-25T14:32:54.507Z" },
|
|
680
|
+
{ url = "https://files.pythonhosted.org/packages/f0/1f/52039ef3d03eeea21763b46bc99ebe11d9de8510c72b7b5569433084a17e/orjson-3.11.1-cp313-cp313-macosx_15_0_arm64.whl", hash = "sha256:93d5abed5a6f9e1b6f9b5bf6ed4423c11932b5447c2f7281d3b64e0f26c6d064", size = 129226, upload-time = "2025-07-25T14:32:55.908Z" },
|
|
681
|
+
{ url = "https://files.pythonhosted.org/packages/ee/da/59fdffc9465a760be2cd3764ef9cd5535eec8f095419f972fddb123b6d0e/orjson-3.11.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dbf06642f3db2966df504944cdd0eb68ca2717f0353bb20b20acd78109374a6", size = 132261, upload-time = "2025-07-25T14:32:57.538Z" },
|
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/bb/5c/8610911c7e969db7cf928c8baac4b2f1e68d314bc3057acf5ca64f758435/orjson-3.11.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:dddf4e78747fa7f2188273f84562017a3c4f0824485b78372513c1681ea7a894", size = 128614, upload-time = "2025-07-25T14:32:58.808Z" },
|
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/f7/a1/a1db9d4310d014c90f3b7e9b72c6fb162cba82c5f46d0b345669eaebdd3a/orjson-3.11.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fa3fe8653c9f57f0e16f008e43626485b6723b84b2f741f54d1258095b655912", size = 130968, upload-time = "2025-07-25T14:33:00.038Z" },
|
|
684
|
+
{ url = "https://files.pythonhosted.org/packages/56/ff/11acd1fd7c38ea7a1b5d6bf582ae3da05931bee64620995eb08fd63c77fe/orjson-3.11.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6334d2382aff975a61f6f4d1c3daf39368b887c7de08f7c16c58f485dcf7adb2", size = 132439, upload-time = "2025-07-25T14:33:01.354Z" },
|
|
685
|
+
{ url = "https://files.pythonhosted.org/packages/70/f9/bb564dd9450bf8725e034a8ad7f4ae9d4710a34caf63b85ce1c0c6d40af0/orjson-3.11.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a3d0855b643f259ee0cb76fe3df4c04483354409a520a902b067c674842eb6b8", size = 135299, upload-time = "2025-07-25T14:33:03.079Z" },
|
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/94/bb/c8eafe6051405e241dda3691db4d9132d3c3462d1d10a17f50837dd130b4/orjson-3.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0eacdfeefd0a79987926476eb16e0245546bedeb8febbbbcf4b653e79257a8e4", size = 131004, upload-time = "2025-07-25T14:33:04.416Z" },
|
|
687
|
+
{ url = "https://files.pythonhosted.org/packages/a2/40/bed8d7dcf1bd2df8813bf010a25f645863a2f75e8e0ebdb2b55784cf1a62/orjson-3.11.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0ed07faf9e4873518c60480325dcbc16d17c59a165532cccfb409b4cdbaeff24", size = 130583, upload-time = "2025-07-25T14:33:05.768Z" },
|
|
688
|
+
{ url = "https://files.pythonhosted.org/packages/57/e7/cfa2eb803ad52d74fbb5424a429b5be164e51d23f1d853e5e037173a5c48/orjson-3.11.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:d6d308dd578ae3658f62bb9eba54801533225823cd3248c902be1ebc79b5e014", size = 404218, upload-time = "2025-07-25T14:33:07.117Z" },
|
|
689
|
+
{ url = "https://files.pythonhosted.org/packages/d5/21/bc703af5bc6e9c7e18dcf4404dcc4ec305ab9bb6c82d3aee5952c0c56abf/orjson-3.11.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:c4aa13ca959ba6b15c0a98d3d204b850f9dc36c08c9ce422ffb024eb30d6e058", size = 146605, upload-time = "2025-07-25T14:33:08.55Z" },
|
|
690
|
+
{ url = "https://files.pythonhosted.org/packages/8f/fe/d26a0150534c4965a06f556aa68bf3c3b82999d5d7b0facd3af7b390c4af/orjson-3.11.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:be3d0653322abc9b68e5bcdaee6cfd58fcbe9973740ab222b87f4d687232ab1f", size = 135434, upload-time = "2025-07-25T14:33:09.967Z" },
|
|
691
|
+
{ url = "https://files.pythonhosted.org/packages/89/b6/1cb28365f08cbcffc464f8512320c6eb6db6a653f03d66de47ea3c19385f/orjson-3.11.1-cp313-cp313-win32.whl", hash = "sha256:4dd34e7e2518de8d7834268846f8cab7204364f427c56fb2251e098da86f5092", size = 136596, upload-time = "2025-07-25T14:33:11.333Z" },
|
|
692
|
+
{ url = "https://files.pythonhosted.org/packages/f9/35/7870d0d3ed843652676d84d8a6038791113eacc85237b673b925802826b8/orjson-3.11.1-cp313-cp313-win_amd64.whl", hash = "sha256:d6895d32032b6362540e6d0694b19130bb4f2ad04694002dce7d8af588ca5f77", size = 131319, upload-time = "2025-07-25T14:33:12.614Z" },
|
|
693
|
+
{ url = "https://files.pythonhosted.org/packages/b7/3e/5bcd50fd865eb664d4edfdaaaff51e333593ceb5695a22c0d0a0d2b187ba/orjson-3.11.1-cp313-cp313-win_arm64.whl", hash = "sha256:bb7c36d5d3570fcbb01d24fa447a21a7fe5a41141fd88e78f7994053cc4e28f4", size = 126613, upload-time = "2025-07-25T14:33:13.927Z" },
|
|
694
|
+
{ url = "https://files.pythonhosted.org/packages/61/d8/0a5cd31ed100b4e569e143cb0cddefc21f0bcb8ce284f44bca0bb0e10f3d/orjson-3.11.1-cp314-cp314-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:7b71ef394327b3d0b39f6ea7ade2ecda2731a56c6a7cbf0d6a7301203b92a89b", size = 240819, upload-time = "2025-07-25T14:33:15.223Z" },
|
|
695
|
+
{ url = "https://files.pythonhosted.org/packages/b9/95/7eb2c76c92192ceca16bc81845ff100bbb93f568b4b94d914b6a4da47d61/orjson-3.11.1-cp314-cp314-macosx_15_0_arm64.whl", hash = "sha256:77c0fe28ed659b62273995244ae2aa430e432c71f86e4573ab16caa2f2e3ca5e", size = 129218, upload-time = "2025-07-25T14:33:16.637Z" },
|
|
696
|
+
{ url = "https://files.pythonhosted.org/packages/da/84/e6b67f301b18adbbc346882f456bea44daebbd032ba725dbd7b741e3a7f1/orjson-3.11.1-cp314-cp314-manylinux_2_34_aarch64.whl", hash = "sha256:1495692f1f1ba2467df429343388a0ed259382835922e124c0cfdd56b3d1f727", size = 132238, upload-time = "2025-07-25T14:33:17.934Z" },
|
|
697
|
+
{ url = "https://files.pythonhosted.org/packages/84/78/a45a86e29d9b2f391f9d00b22da51bc4b46b86b788fd42df2c5fcf3e8005/orjson-3.11.1-cp314-cp314-manylinux_2_34_x86_64.whl", hash = "sha256:08c6a762fca63ca4dc04f66c48ea5d2428db55839fec996890e1bfaf057b658c", size = 130998, upload-time = "2025-07-25T14:33:19.282Z" },
|
|
698
|
+
{ url = "https://files.pythonhosted.org/packages/ea/8f/6eb3ee6760d93b2ce996a8529164ee1f5bafbdf64b74c7314b68db622b32/orjson-3.11.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:9e26794fe3976810b2c01fda29bd9ac7c91a3c1284b29cc9a383989f7b614037", size = 130559, upload-time = "2025-07-25T14:33:20.589Z" },
|
|
699
|
+
{ url = "https://files.pythonhosted.org/packages/1b/78/9572ae94bdba6813917c9387e7834224c011ea6b4530ade07d718fd31598/orjson-3.11.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:4b4b4f8f0b1d3ef8dc73e55363a0ffe012a42f4e2f1a140bf559698dca39b3fa", size = 404231, upload-time = "2025-07-25T14:33:22.019Z" },
|
|
700
|
+
{ url = "https://files.pythonhosted.org/packages/1f/a3/68381ad0757e084927c5ee6cfdeab1c6c89405949ee493db557e60871c4c/orjson-3.11.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:848be553ea35aa89bfefbed2e27c8a41244c862956ab8ba00dc0b27e84fd58de", size = 146658, upload-time = "2025-07-25T14:33:23.675Z" },
|
|
701
|
+
{ url = "https://files.pythonhosted.org/packages/00/db/fac56acf77aab778296c3f541a3eec643266f28ecd71d6c0cba251e47655/orjson-3.11.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c964c29711a4b1df52f8d9966f015402a6cf87753a406c1c4405c407dd66fd45", size = 135443, upload-time = "2025-07-25T14:33:25.04Z" },
|
|
702
|
+
{ url = "https://files.pythonhosted.org/packages/76/b1/326fa4b87426197ead61c1eec2eeb3babc9eb33b480ac1f93894e40c8c08/orjson-3.11.1-cp314-cp314-win32.whl", hash = "sha256:33aada2e6b6bc9c540d396528b91e666cedb383740fee6e6a917f561b390ecb1", size = 136643, upload-time = "2025-07-25T14:33:26.449Z" },
|
|
703
|
+
{ url = "https://files.pythonhosted.org/packages/0f/8e/2987ae2109f3bfd39680f8a187d1bc09ad7f8fb019dcdc719b08c7242ade/orjson-3.11.1-cp314-cp314-win_amd64.whl", hash = "sha256:68e10fd804e44e36188b9952543e3fa22f5aa8394da1b5283ca2b423735c06e8", size = 131324, upload-time = "2025-07-25T14:33:27.896Z" },
|
|
704
|
+
{ url = "https://files.pythonhosted.org/packages/21/5f/253e08e6974752b124fbf3a4de3ad53baa766b0cb4a333d47706d307e396/orjson-3.11.1-cp314-cp314-win_arm64.whl", hash = "sha256:f3cf6c07f8b32127d836be8e1c55d4f34843f7df346536da768e9f73f22078a1", size = 126605, upload-time = "2025-07-25T14:33:29.244Z" },
|
|
694
705
|
]
|
|
695
706
|
|
|
696
707
|
[[package]]
|
|
@@ -1017,27 +1028,27 @@ wheels = [
|
|
|
1017
1028
|
|
|
1018
1029
|
[[package]]
|
|
1019
1030
|
name = "ruff"
|
|
1020
|
-
version = "0.12.
|
|
1021
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1022
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1023
|
-
wheels = [
|
|
1024
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1025
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1026
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1027
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1028
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1029
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1030
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1031
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1032
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1033
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1034
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1035
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1036
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1037
|
-
{ url = "https://files.pythonhosted.org/packages/34/
|
|
1038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1039
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1040
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1031
|
+
version = "0.12.7"
|
|
1032
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1033
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a1/81/0bd3594fa0f690466e41bd033bdcdf86cba8288345ac77ad4afbe5ec743a/ruff-0.12.7.tar.gz", hash = "sha256:1fc3193f238bc2d7968772c82831a4ff69252f673be371fb49663f0068b7ec71", size = 5197814, upload-time = "2025-07-29T22:32:35.877Z" }
|
|
1034
|
+
wheels = [
|
|
1035
|
+
{ url = "https://files.pythonhosted.org/packages/e1/d2/6cb35e9c85e7a91e8d22ab32ae07ac39cc34a71f1009a6f9e4a2a019e602/ruff-0.12.7-py3-none-linux_armv6l.whl", hash = "sha256:76e4f31529899b8c434c3c1dede98c4483b89590e15fb49f2d46183801565303", size = 11852189, upload-time = "2025-07-29T22:31:41.281Z" },
|
|
1036
|
+
{ url = "https://files.pythonhosted.org/packages/63/5b/a4136b9921aa84638f1a6be7fb086f8cad0fde538ba76bda3682f2599a2f/ruff-0.12.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:789b7a03e72507c54fb3ba6209e4bb36517b90f1a3569ea17084e3fd295500fb", size = 12519389, upload-time = "2025-07-29T22:31:54.265Z" },
|
|
1037
|
+
{ url = "https://files.pythonhosted.org/packages/a8/c9/3e24a8472484269b6b1821794141f879c54645a111ded4b6f58f9ab0705f/ruff-0.12.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:2e1c2a3b8626339bb6369116e7030a4cf194ea48f49b64bb505732a7fce4f4e3", size = 11743384, upload-time = "2025-07-29T22:31:59.575Z" },
|
|
1038
|
+
{ url = "https://files.pythonhosted.org/packages/26/7c/458dd25deeb3452c43eaee853c0b17a1e84169f8021a26d500ead77964fd/ruff-0.12.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32dec41817623d388e645612ec70d5757a6d9c035f3744a52c7b195a57e03860", size = 11943759, upload-time = "2025-07-29T22:32:01.95Z" },
|
|
1039
|
+
{ url = "https://files.pythonhosted.org/packages/7f/8b/658798472ef260ca050e400ab96ef7e85c366c39cf3dfbef4d0a46a528b6/ruff-0.12.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:47ef751f722053a5df5fa48d412dbb54d41ab9b17875c6840a58ec63ff0c247c", size = 11654028, upload-time = "2025-07-29T22:32:04.367Z" },
|
|
1040
|
+
{ url = "https://files.pythonhosted.org/packages/a8/86/9c2336f13b2a3326d06d39178fd3448dcc7025f82514d1b15816fe42bfe8/ruff-0.12.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a828a5fc25a3efd3e1ff7b241fd392686c9386f20e5ac90aa9234a5faa12c423", size = 13225209, upload-time = "2025-07-29T22:32:06.952Z" },
|
|
1041
|
+
{ url = "https://files.pythonhosted.org/packages/76/69/df73f65f53d6c463b19b6b312fd2391dc36425d926ec237a7ed028a90fc1/ruff-0.12.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:5726f59b171111fa6a69d82aef48f00b56598b03a22f0f4170664ff4d8298efb", size = 14182353, upload-time = "2025-07-29T22:32:10.053Z" },
|
|
1042
|
+
{ url = "https://files.pythonhosted.org/packages/58/1e/de6cda406d99fea84b66811c189b5ea139814b98125b052424b55d28a41c/ruff-0.12.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:74e6f5c04c4dd4aba223f4fe6e7104f79e0eebf7d307e4f9b18c18362124bccd", size = 13631555, upload-time = "2025-07-29T22:32:12.644Z" },
|
|
1043
|
+
{ url = "https://files.pythonhosted.org/packages/6f/ae/625d46d5164a6cc9261945a5e89df24457dc8262539ace3ac36c40f0b51e/ruff-0.12.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5d0bfe4e77fba61bf2ccadf8cf005d6133e3ce08793bbe870dd1c734f2699a3e", size = 12667556, upload-time = "2025-07-29T22:32:15.312Z" },
|
|
1044
|
+
{ url = "https://files.pythonhosted.org/packages/55/bf/9cb1ea5e3066779e42ade8d0cd3d3b0582a5720a814ae1586f85014656b6/ruff-0.12.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06bfb01e1623bf7f59ea749a841da56f8f653d641bfd046edee32ede7ff6c606", size = 12939784, upload-time = "2025-07-29T22:32:17.69Z" },
|
|
1045
|
+
{ url = "https://files.pythonhosted.org/packages/55/7f/7ead2663be5627c04be83754c4f3096603bf5e99ed856c7cd29618c691bd/ruff-0.12.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e41df94a957d50083fd09b916d6e89e497246698c3f3d5c681c8b3e7b9bb4ac8", size = 11771356, upload-time = "2025-07-29T22:32:20.134Z" },
|
|
1046
|
+
{ url = "https://files.pythonhosted.org/packages/17/40/a95352ea16edf78cd3a938085dccc55df692a4d8ba1b3af7accbe2c806b0/ruff-0.12.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:4000623300563c709458d0ce170c3d0d788c23a058912f28bbadc6f905d67afa", size = 11612124, upload-time = "2025-07-29T22:32:22.645Z" },
|
|
1047
|
+
{ url = "https://files.pythonhosted.org/packages/4d/74/633b04871c669e23b8917877e812376827c06df866e1677f15abfadc95cb/ruff-0.12.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:69ffe0e5f9b2cf2b8e289a3f8945b402a1b19eff24ec389f45f23c42a3dd6fb5", size = 12479945, upload-time = "2025-07-29T22:32:24.765Z" },
|
|
1048
|
+
{ url = "https://files.pythonhosted.org/packages/be/34/c3ef2d7799c9778b835a76189c6f53c179d3bdebc8c65288c29032e03613/ruff-0.12.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a07a5c8ffa2611a52732bdc67bf88e243abd84fe2d7f6daef3826b59abbfeda4", size = 12998677, upload-time = "2025-07-29T22:32:27.022Z" },
|
|
1049
|
+
{ url = "https://files.pythonhosted.org/packages/77/ab/aca2e756ad7b09b3d662a41773f3edcbd262872a4fc81f920dc1ffa44541/ruff-0.12.7-py3-none-win32.whl", hash = "sha256:c928f1b2ec59fb77dfdf70e0419408898b63998789cc98197e15f560b9e77f77", size = 11756687, upload-time = "2025-07-29T22:32:29.381Z" },
|
|
1050
|
+
{ url = "https://files.pythonhosted.org/packages/b4/71/26d45a5042bc71db22ddd8252ca9d01e9ca454f230e2996bb04f16d72799/ruff-0.12.7-py3-none-win_amd64.whl", hash = "sha256:9c18f3d707ee9edf89da76131956aba1270c6348bfee8f6c647de841eac7194f", size = 12912365, upload-time = "2025-07-29T22:32:31.517Z" },
|
|
1051
|
+
{ url = "https://files.pythonhosted.org/packages/4c/9b/0b8aa09817b63e78d94b4977f18b1fcaead3165a5ee49251c5d5c245bb2d/ruff-0.12.7-py3-none-win_arm64.whl", hash = "sha256:dfce05101dbd11833a0776716d5d1578641b7fddb537fe7fa956ab85d1769b69", size = 11982083, upload-time = "2025-07-29T22:32:33.881Z" },
|
|
1041
1052
|
]
|
|
1042
1053
|
|
|
1043
1054
|
[[package]]
|
|
@@ -1108,11 +1119,11 @@ wheels = [
|
|
|
1108
1119
|
|
|
1109
1120
|
[[package]]
|
|
1110
1121
|
name = "truststore"
|
|
1111
|
-
version = "0.10.
|
|
1122
|
+
version = "0.10.3"
|
|
1112
1123
|
source = { registry = "https://pypi.org/simple" }
|
|
1113
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1124
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/19/d90d35e584f58bac270beee003dd93b664335c0b9074b03b8604c6ea36ec/truststore-0.10.3.tar.gz", hash = "sha256:16ff5f6faf692acca470f9b92e66b4c0faccb9b702d0b0486d3d465932b6b3b1", size = 26214, upload-time = "2025-07-29T19:05:31.67Z" }
|
|
1114
1125
|
wheels = [
|
|
1115
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1126
|
+
{ url = "https://files.pythonhosted.org/packages/2e/49/184050dc32c6ae6a1ef4ebd16ab5128483c02fa1e686d5559df0ba1c08b2/truststore-0.10.3-py3-none-any.whl", hash = "sha256:5bcc0889390f7b69e56be3df02f4912cfbb5a8bdb77a63fdcacb91049707879b", size = 18649, upload-time = "2025-07-29T19:05:30.414Z" },
|
|
1116
1127
|
]
|
|
1117
1128
|
|
|
1118
1129
|
[[package]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.110"
|
|
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
|
|
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
|
{langgraph_api-0.2.110 → langgraph_api-0.2.113}/langgraph_api/js/src/utils/pythonSchemas.mts
RENAMED
|
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
|
|
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
|