langgraph-api 0.2.94__tar.gz → 0.2.95__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.94 → langgraph_api-0.2.95}/PKG-INFO +2 -2
- langgraph_api-0.2.95/langgraph_api/__init__.py +1 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/ui.py +1 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/langsmith/backend.py +2 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/config.py +2 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/feature_flags.py +1 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/graph.py +21 -4
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/client.mts +2 -8
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/schema.py +3 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/models/run.py +2 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/schema.py +3 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/worker.py +2 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/pyproject.toml +1 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/uv.lock +3 -3
- langgraph_api-0.2.94/langgraph_api/__init__.py +0 -1
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/.gitignore +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/LICENSE +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/Makefile +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/README.md +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/benchmark/.gitignore +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/benchmark/Makefile +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/benchmark/README.md +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/benchmark/burst.js +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/benchmark/ramp.js +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/benchmark/weather.js +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/constraints.txt +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/forbidden.txt +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/healthcheck.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/assistants.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/mcp.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/meta.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/openapi.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/runs.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/store.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/api/threads.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/asgi_transport.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/asyncio.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/custom.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/langsmith/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/langsmith/client.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/middleware.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/noop.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/auth/studio_user.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/cli.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/command.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/cron_scheduler.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/errors.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/http.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/http_metrics.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/.gitignore +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/.prettierrc +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/base.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/build.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/client.http.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/errors.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/global.d.ts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/package.json +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/remote.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/graph.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/load.hooks.mjs +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/preload.mjs +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/utils/files.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/utils/importMap.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/utils/pythonSchemas.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/src/utils/serde.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/sse.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/traceblock.mts +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/tsconfig.json +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/ui.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/js/yarn.lock +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/logging.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/metadata.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/middleware/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/middleware/http_logger.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/middleware/private_network.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/middleware/request_id.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/models/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/patch.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/queue_entrypoint.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/route.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/serde.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/server.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/sse.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/state.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/store.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/stream.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/thread_ttl.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/traceblock.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/tunneling/cloudflare.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/utils/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/utils/cache.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/utils/config.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/utils/future.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/utils.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/validation.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_api/webhook.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_license/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_license/validation.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/__init__.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/checkpoint.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/database.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/lifespan.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/metrics.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/ops.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/queue.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/retry.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/langgraph_runtime/store.py +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/logging.json +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/openapi.json +0 -0
- {langgraph_api-0.2.94 → langgraph_api-0.2.95}/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.95
|
|
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.
|
|
14
|
+
Requires-Dist: langgraph-runtime-inmem<0.7,>=0.6.0
|
|
15
15
|
Requires-Dist: langgraph-sdk>=0.1.71
|
|
16
16
|
Requires-Dist: langgraph>=0.3.27
|
|
17
17
|
Requires-Dist: langsmith>=0.3.45
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.95"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import json
|
|
2
2
|
import os
|
|
3
|
-
from typing import TypedDict
|
|
4
3
|
|
|
5
4
|
from anyio import open_file
|
|
6
5
|
from orjson import loads
|
|
7
6
|
from starlette.responses import Response
|
|
8
7
|
from starlette.routing import BaseRoute, Mount
|
|
9
8
|
from starlette.staticfiles import StaticFiles
|
|
9
|
+
from typing_extensions import TypedDict
|
|
10
10
|
|
|
11
11
|
from langgraph_api.js.ui import UI_PUBLIC_DIR, UI_SCHEMAS_FILE
|
|
12
12
|
from langgraph_api.route import ApiRequest, ApiRoute
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import NotRequired
|
|
1
|
+
from typing import NotRequired
|
|
2
2
|
|
|
3
3
|
from starlette.authentication import (
|
|
4
4
|
AuthCredentials,
|
|
@@ -7,6 +7,7 @@ from starlette.authentication import (
|
|
|
7
7
|
BaseUser,
|
|
8
8
|
)
|
|
9
9
|
from starlette.requests import HTTPConnection
|
|
10
|
+
from typing_extensions import TypedDict
|
|
10
11
|
|
|
11
12
|
from langgraph_api.auth.langsmith.client import auth_client
|
|
12
13
|
from langgraph_api.auth.studio_user import StudioUser
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import os
|
|
2
2
|
from os import environ, getenv
|
|
3
|
-
from typing import Literal
|
|
3
|
+
from typing import Literal
|
|
4
4
|
|
|
5
5
|
import orjson
|
|
6
6
|
from starlette.config import Config, undefined
|
|
7
7
|
from starlette.datastructures import CommaSeparatedStrings
|
|
8
|
+
from typing_extensions import TypedDict
|
|
8
9
|
|
|
9
10
|
from langgraph_api import traceblock
|
|
10
11
|
|
|
@@ -9,13 +9,13 @@ import warnings
|
|
|
9
9
|
from collections.abc import AsyncIterator, Callable
|
|
10
10
|
from contextlib import asynccontextmanager
|
|
11
11
|
from itertools import filterfalse
|
|
12
|
-
from typing import TYPE_CHECKING, Any, NamedTuple
|
|
12
|
+
from typing import TYPE_CHECKING, Any, NamedTuple, cast
|
|
13
13
|
from uuid import UUID, uuid5
|
|
14
14
|
|
|
15
15
|
import orjson
|
|
16
16
|
import structlog
|
|
17
17
|
from langgraph.checkpoint.base import BaseCheckpointSaver
|
|
18
|
-
from langgraph.constants import CONFIG_KEY_CHECKPOINTER
|
|
18
|
+
from langgraph.constants import CONFIG_KEY_CHECKPOINTER
|
|
19
19
|
from langgraph.graph import StateGraph
|
|
20
20
|
from langgraph.pregel import Pregel
|
|
21
21
|
from langgraph.store.base import BaseStore
|
|
@@ -23,6 +23,7 @@ from starlette.exceptions import HTTPException
|
|
|
23
23
|
|
|
24
24
|
from langgraph_api import asyncio as lg_asyncio
|
|
25
25
|
from langgraph_api import config
|
|
26
|
+
from langgraph_api.feature_flags import USE_RUNTIME_API
|
|
26
27
|
from langgraph_api.js.base import BaseRemotePregel, is_js_path
|
|
27
28
|
from langgraph_api.schema import Config
|
|
28
29
|
from langgraph_api.utils.config import run_in_executor, var_child_runnable_config
|
|
@@ -128,8 +129,24 @@ async def get_graph(
|
|
|
128
129
|
value = GRAPHS[graph_id]
|
|
129
130
|
if graph_id in FACTORY_ACCEPTS_CONFIG:
|
|
130
131
|
config = lg_config.ensure_config(config)
|
|
131
|
-
|
|
132
|
-
|
|
132
|
+
|
|
133
|
+
if store is not None:
|
|
134
|
+
if USE_RUNTIME_API:
|
|
135
|
+
from langgraph._internal._constants import CONFIG_KEY_RUNTIME
|
|
136
|
+
from langgraph.runtime import Runtime
|
|
137
|
+
|
|
138
|
+
if (
|
|
139
|
+
(runtime := config["configurable"].get(CONFIG_KEY_RUNTIME))
|
|
140
|
+
is not None
|
|
141
|
+
) and runtime.store is None:
|
|
142
|
+
patched_runtime = cast(Runtime, runtime).override(store=store)
|
|
143
|
+
config["configurable"][CONFIG_KEY_RUNTIME] = patched_runtime
|
|
144
|
+
else:
|
|
145
|
+
from langgraph.constants import CONFIG_KEY_STORE
|
|
146
|
+
|
|
147
|
+
if not config["configurable"].get(CONFIG_KEY_STORE):
|
|
148
|
+
config["configurable"][CONFIG_KEY_STORE] = store
|
|
149
|
+
|
|
133
150
|
if checkpointer is not None and not config["configurable"].get(
|
|
134
151
|
CONFIG_KEY_CHECKPOINTER
|
|
135
152
|
):
|
|
@@ -414,14 +414,8 @@ class RemoteCheckpointer extends BaseCheckpointSaver<number | string> {
|
|
|
414
414
|
}
|
|
415
415
|
|
|
416
416
|
const nextVersion = String(currentVersion + 1).padStart(32, "0");
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
.update(serialiseAsDict(_channel.checkpoint()))
|
|
420
|
-
.digest("hex");
|
|
421
|
-
return `${nextVersion}.${hash}`;
|
|
422
|
-
} catch {}
|
|
423
|
-
|
|
424
|
-
return nextVersion;
|
|
417
|
+
const nextHash = Math.random().toFixed(16).substring(2).padEnd(16, "0");
|
|
418
|
+
return `${nextVersion}.${nextHash}`;
|
|
425
419
|
}
|
|
426
420
|
}
|
|
427
421
|
|
|
@@ -5,13 +5,14 @@ import time
|
|
|
5
5
|
import urllib.parse
|
|
6
6
|
import uuid
|
|
7
7
|
from collections.abc import Mapping, Sequence
|
|
8
|
-
from typing import Any, NamedTuple
|
|
8
|
+
from typing import Any, NamedTuple
|
|
9
9
|
from uuid import UUID
|
|
10
10
|
|
|
11
11
|
import orjson
|
|
12
12
|
from langgraph.checkpoint.base.id import uuid6
|
|
13
13
|
from starlette.authentication import BaseUser
|
|
14
14
|
from starlette.exceptions import HTTPException
|
|
15
|
+
from typing_extensions import TypedDict
|
|
15
16
|
|
|
16
17
|
from langgraph_api.graph import GRAPHS, get_assistant_id
|
|
17
18
|
from langgraph_api.schema import (
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
from collections.abc import Sequence
|
|
2
2
|
from datetime import datetime
|
|
3
|
-
from typing import Any, Literal, Optional
|
|
3
|
+
from typing import Any, Literal, Optional
|
|
4
4
|
from uuid import UUID
|
|
5
5
|
|
|
6
|
+
from typing_extensions import TypedDict
|
|
7
|
+
|
|
6
8
|
from langgraph_api.serde import Fragment
|
|
7
9
|
|
|
8
10
|
MetadataInput = dict[str, Any] | None
|
|
@@ -3,11 +3,12 @@ import time
|
|
|
3
3
|
from collections.abc import AsyncGenerator
|
|
4
4
|
from contextlib import asynccontextmanager
|
|
5
5
|
from datetime import UTC, datetime
|
|
6
|
-
from typing import
|
|
6
|
+
from typing import cast
|
|
7
7
|
|
|
8
8
|
import structlog
|
|
9
9
|
from langgraph.pregel.debug import CheckpointPayload, TaskResultPayload
|
|
10
10
|
from starlette.exceptions import HTTPException
|
|
11
|
+
from typing_extensions import TypedDict
|
|
11
12
|
|
|
12
13
|
import langgraph_api.logging as lg_logging
|
|
13
14
|
from langgraph_api.auth.custom import SimpleUser, normalize_user
|
|
@@ -481,15 +481,15 @@ dev = [
|
|
|
481
481
|
|
|
482
482
|
[[package]]
|
|
483
483
|
name = "langgraph-checkpoint"
|
|
484
|
-
version = "2.1.
|
|
484
|
+
version = "2.1.1"
|
|
485
485
|
source = { registry = "https://pypi.org/simple" }
|
|
486
486
|
dependencies = [
|
|
487
487
|
{ name = "langchain-core" },
|
|
488
488
|
{ name = "ormsgpack" },
|
|
489
489
|
]
|
|
490
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
490
|
+
sdist = { url = "https://files.pythonhosted.org/packages/73/3e/d00eb2b56c3846a0cabd2e5aa71c17a95f882d4f799a6ffe96a19b55eba9/langgraph_checkpoint-2.1.1.tar.gz", hash = "sha256:72038c0f9e22260cb9bff1f3ebe5eb06d940b7ee5c1e4765019269d4f21cf92d", size = 136256, upload-time = "2025-07-17T13:07:52.411Z" }
|
|
491
491
|
wheels = [
|
|
492
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
492
|
+
{ url = "https://files.pythonhosted.org/packages/4c/dd/64686797b0927fb18b290044be12ae9d4df01670dce6bb2498d5ab65cb24/langgraph_checkpoint-2.1.1-py3-none-any.whl", hash = "sha256:5a779134fd28134a9a83d078be4450bbf0e0c79fdf5e992549658899e6fc5ea7", size = 43925, upload-time = "2025-07-17T13:07:51.023Z" },
|
|
493
493
|
]
|
|
494
494
|
|
|
495
495
|
[[package]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.94"
|
|
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
|
|
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
|