langgraph-api 0.2.92__tar.gz → 0.2.94__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.92 → langgraph_api-0.2.94}/PKG-INFO +2 -2
- langgraph_api-0.2.94/langgraph_api/__init__.py +1 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/runs.py +0 -1
- langgraph_api-0.2.94/langgraph_api/feature_flags.py +6 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/pyproject.toml +1 -1
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/uv.lock +98 -97
- langgraph_api-0.2.92/langgraph_api/__init__.py +0 -1
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/.gitignore +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/LICENSE +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/Makefile +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/README.md +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/benchmark/.gitignore +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/benchmark/Makefile +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/benchmark/README.md +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/benchmark/burst.js +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/benchmark/ramp.js +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/benchmark/weather.js +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/constraints.txt +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/forbidden.txt +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/healthcheck.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/assistants.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/mcp.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/meta.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/openapi.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/store.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/threads.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/api/ui.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/asgi_transport.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/asyncio.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/custom.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/langsmith/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/langsmith/backend.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/langsmith/client.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/middleware.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/noop.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/auth/studio_user.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/cli.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/command.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/config.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/cron_scheduler.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/errors.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/graph.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/http.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/http_metrics.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/.gitignore +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/.prettierrc +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/base.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/build.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/client.http.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/client.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/errors.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/global.d.ts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/package.json +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/remote.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/schema.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/graph.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/load.hooks.mjs +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/preload.mjs +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/utils/files.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/utils/importMap.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/utils/pythonSchemas.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/src/utils/serde.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/sse.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/traceblock.mts +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/tsconfig.json +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/ui.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/js/yarn.lock +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/logging.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/metadata.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/middleware/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/middleware/http_logger.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/middleware/private_network.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/middleware/request_id.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/models/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/models/run.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/patch.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/queue_entrypoint.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/route.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/schema.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/serde.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/server.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/sse.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/state.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/store.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/stream.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/thread_ttl.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/traceblock.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/tunneling/cloudflare.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/utils/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/utils/cache.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/utils/config.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/utils/future.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/utils.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/validation.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/webhook.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_api/worker.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_license/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_license/validation.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/__init__.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/checkpoint.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/database.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/lifespan.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/metrics.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/ops.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/queue.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/retry.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/langgraph_runtime/store.py +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/logging.json +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/openapi.json +0 -0
- {langgraph_api-0.2.92 → langgraph_api-0.2.94}/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.94
|
|
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.6,>=0.5.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.94"
|
|
@@ -39,23 +39,23 @@ wheels = [
|
|
|
39
39
|
|
|
40
40
|
[[package]]
|
|
41
41
|
name = "blockbuster"
|
|
42
|
-
version = "1.5.
|
|
42
|
+
version = "1.5.25"
|
|
43
43
|
source = { registry = "https://pypi.org/simple" }
|
|
44
44
|
dependencies = [
|
|
45
45
|
{ name = "forbiddenfruit", marker = "implementation_name == 'cpython'" },
|
|
46
46
|
]
|
|
47
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
47
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7f/bc/57c49465decaeeedd58ce2d970b4cdfd93a74ba9993abff2dc498a31c283/blockbuster-1.5.25.tar.gz", hash = "sha256:b72f1d2aefdeecd2a820ddf1e1c8593bf00b96e9fdc4cd2199ebafd06f7cb8f0", size = 36058, upload-time = "2025-07-14T16:00:20.766Z" }
|
|
48
48
|
wheels = [
|
|
49
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/0b/01/dccc277c014f171f61a6047bb22c684e16c7f2db6bb5c8cce1feaf41ec55/blockbuster-1.5.25-py3-none-any.whl", hash = "sha256:cb06229762273e0f5f3accdaed3d2c5a3b61b055e38843de202311ede21bb0f5", size = 13196, upload-time = "2025-07-14T16:00:19.396Z" },
|
|
50
50
|
]
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "certifi"
|
|
54
|
-
version = "2025.7.
|
|
54
|
+
version = "2025.7.14"
|
|
55
55
|
source = { registry = "https://pypi.org/simple" }
|
|
56
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
56
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b3/76/52c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41/certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995", size = 163981, upload-time = "2025-07-14T03:29:28.449Z" }
|
|
57
57
|
wheels = [
|
|
58
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
58
|
+
{ url = "https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2", size = 162722, upload-time = "2025-07-14T03:29:26.863Z" },
|
|
59
59
|
]
|
|
60
60
|
|
|
61
61
|
[[package]]
|
|
@@ -233,16 +233,16 @@ wheels = [
|
|
|
233
233
|
|
|
234
234
|
[[package]]
|
|
235
235
|
name = "fastapi"
|
|
236
|
-
version = "0.116.
|
|
236
|
+
version = "0.116.1"
|
|
237
237
|
source = { registry = "https://pypi.org/simple" }
|
|
238
238
|
dependencies = [
|
|
239
239
|
{ name = "pydantic" },
|
|
240
240
|
{ name = "starlette" },
|
|
241
241
|
{ name = "typing-extensions" },
|
|
242
242
|
]
|
|
243
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
243
|
+
sdist = { url = "https://files.pythonhosted.org/packages/78/d7/6c8b3bfe33eeffa208183ec037fee0cce9f7f024089ab1c5d12ef04bd27c/fastapi-0.116.1.tar.gz", hash = "sha256:ed52cbf946abfd70c5a0dccb24673f0670deeb517a88b3544d03c2a6bf283143", size = 296485, upload-time = "2025-07-11T16:22:32.057Z" }
|
|
244
244
|
wheels = [
|
|
245
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
245
|
+
{ url = "https://files.pythonhosted.org/packages/e5/47/d63c60f59a59467fda0f93f46335c9d18526d7071f025cb5b89d5353ea42/fastapi-0.116.1-py3-none-any.whl", hash = "sha256:c46ac7c312df840f0c9e220f7964bada936781bc4e2e6eb71f1c4d7553786565", size = 95631, upload-time = "2025-07-11T16:22:30.485Z" },
|
|
246
246
|
]
|
|
247
247
|
|
|
248
248
|
[[package]]
|
|
@@ -358,7 +358,7 @@ wheels = [
|
|
|
358
358
|
|
|
359
359
|
[[package]]
|
|
360
360
|
name = "langchain-core"
|
|
361
|
-
version = "0.3.
|
|
361
|
+
version = "0.3.69"
|
|
362
362
|
source = { registry = "https://pypi.org/simple" }
|
|
363
363
|
dependencies = [
|
|
364
364
|
{ name = "jsonpatch" },
|
|
@@ -369,14 +369,14 @@ dependencies = [
|
|
|
369
369
|
{ name = "tenacity" },
|
|
370
370
|
{ name = "typing-extensions" },
|
|
371
371
|
]
|
|
372
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
372
|
+
sdist = { url = "https://files.pythonhosted.org/packages/82/26/c4770d3933237cde2918d502e3b0a8b6ce100b296840b632658f3e59b341/langchain_core-0.3.69.tar.gz", hash = "sha256:c132961117cc7f0227a4c58dd3e209674a6dd5b7e74abc61a0df93b0d736e283", size = 563824, upload-time = "2025-07-15T21:19:56.626Z" }
|
|
373
373
|
wheels = [
|
|
374
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
374
|
+
{ url = "https://files.pythonhosted.org/packages/51/7b/bb7b088440ff9cc55e9e6eba94162cbdcd3b1693c194e1ad4764acba29b9/langchain_core-0.3.69-py3-none-any.whl", hash = "sha256:383e9cb4919f7ef4b24bf8552ef42e4323c064924fea88b28dd5d7ddb740d3b8", size = 441556, upload-time = "2025-07-15T21:19:55.342Z" },
|
|
375
375
|
]
|
|
376
376
|
|
|
377
377
|
[[package]]
|
|
378
378
|
name = "langgraph"
|
|
379
|
-
version = "0.5.
|
|
379
|
+
version = "0.5.3"
|
|
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/99/f4/f4ebb83dff589b31d4a11c0d3c9c39a55d41f2a722dfb78761f7ed95e96d/langgraph-0.5.3.tar.gz", hash = "sha256:36d4b67f984ff2649d447826fc99b1a2af3e97599a590058f20750048e4f548f", size = 442591, upload-time = "2025-07-14T20:10:02.907Z" }
|
|
390
390
|
wheels = [
|
|
391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
391
|
+
{ url = "https://files.pythonhosted.org/packages/d7/2f/11be9302d3a213debcfe44355453a1e8fd7ee5e3138edeb8bd82b56bc8f6/langgraph-0.5.3-py3-none-any.whl", hash = "sha256:9819b88a6ef6134a0fa6d6121a81b202dc3d17b25cf7ea3fe4d7669b9b252b5d", size = 143774, upload-time = "2025-07-14T20:10:01.497Z" },
|
|
392
392
|
]
|
|
393
393
|
|
|
394
394
|
[[package]]
|
|
@@ -567,20 +567,20 @@ dev = [
|
|
|
567
567
|
|
|
568
568
|
[[package]]
|
|
569
569
|
name = "langgraph-sdk"
|
|
570
|
-
version = "0.1.
|
|
570
|
+
version = "0.1.73"
|
|
571
571
|
source = { registry = "https://pypi.org/simple" }
|
|
572
572
|
dependencies = [
|
|
573
573
|
{ name = "httpx" },
|
|
574
574
|
{ name = "orjson" },
|
|
575
575
|
]
|
|
576
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
576
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/e8/daf0271f91e93b10566533955c00ee16e471066755c2efd1ba9a887a7eab/langgraph_sdk-0.1.73.tar.gz", hash = "sha256:6e6dcdf66bcf8710739899616856527a72a605ce15beb76fbac7f4ce0e2ad080", size = 72157, upload-time = "2025-07-14T23:57:22.765Z" }
|
|
577
577
|
wheels = [
|
|
578
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
578
|
+
{ url = "https://files.pythonhosted.org/packages/77/86/56e01e715e5b0028cdaff1492a89e54fa12e18c21e03b805a10ea36ecd5a/langgraph_sdk-0.1.73-py3-none-any.whl", hash = "sha256:a60ac33f70688ad07051edff1d5ed8089c8f0de1f69dc900be46e095ca20eed8", size = 50222, upload-time = "2025-07-14T23:57:21.42Z" },
|
|
579
579
|
]
|
|
580
580
|
|
|
581
581
|
[[package]]
|
|
582
582
|
name = "langsmith"
|
|
583
|
-
version = "0.4.
|
|
583
|
+
version = "0.4.6"
|
|
584
584
|
source = { registry = "https://pypi.org/simple" }
|
|
585
585
|
dependencies = [
|
|
586
586
|
{ name = "httpx" },
|
|
@@ -591,9 +591,9 @@ dependencies = [
|
|
|
591
591
|
{ name = "requests-toolbelt" },
|
|
592
592
|
{ name = "zstandard" },
|
|
593
593
|
]
|
|
594
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
594
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fc/9e/11536528c6e351820ad3fca0d2807f0e0f0619ff907529c78f68ba648497/langsmith-0.4.6.tar.gz", hash = "sha256:9189dbc9c60f2086ca3a1f0110cfe3aff6b0b7c2e0e3384f9572e70502e7933c", size = 352364, upload-time = "2025-07-15T19:43:18.541Z" }
|
|
595
595
|
wheels = [
|
|
596
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
596
|
+
{ url = "https://files.pythonhosted.org/packages/a7/9b/f2be47db823e89448ea41bfd8fc5ce6a995556bd25be4c23e5b3bb5b6c9b/langsmith-0.4.6-py3-none-any.whl", hash = "sha256:900e83fe59ee672bcf2f75c8bb47cd012bf8154d92a99c0355fc38b6485cbd3e", size = 367901, upload-time = "2025-07-15T19:43:16.508Z" },
|
|
597
597
|
]
|
|
598
598
|
|
|
599
599
|
[[package]]
|
|
@@ -646,55 +646,55 @@ wheels = [
|
|
|
646
646
|
|
|
647
647
|
[[package]]
|
|
648
648
|
name = "orjson"
|
|
649
|
-
version = "3.
|
|
650
|
-
source = { registry = "https://pypi.org/simple" }
|
|
651
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
652
|
-
wheels = [
|
|
653
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
654
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
655
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
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/
|
|
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/
|
|
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/
|
|
694
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
695
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
696
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
697
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
649
|
+
version = "3.11.0"
|
|
650
|
+
source = { registry = "https://pypi.org/simple" }
|
|
651
|
+
sdist = { url = "https://files.pythonhosted.org/packages/29/87/03ababa86d984952304ac8ce9fbd3a317afb4a225b9a81f9b606ac60c873/orjson-3.11.0.tar.gz", hash = "sha256:2e4c129da624f291bcc607016a99e7f04a353f6874f3bd8d9b47b88597d5f700", size = 5318246, upload-time = "2025-07-15T16:08:29.194Z" }
|
|
652
|
+
wheels = [
|
|
653
|
+
{ url = "https://files.pythonhosted.org/packages/f9/2c/0b71a763f0f5130aa2631ef79e2cd84d361294665acccbb12b7a9813194e/orjson-3.11.0-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:1785df7ada75c18411ff7e20ac822af904a40161ea9dfe8c55b3f6b66939add6", size = 240007, upload-time = "2025-07-15T16:06:45.411Z" },
|
|
654
|
+
{ url = "https://files.pythonhosted.org/packages/f4/5a/f79ccd63d378b9c7c771d7a54c203d261b4c618fe3034ae95cd30f934f34/orjson-3.11.0-cp311-cp311-macosx_15_0_arm64.whl", hash = "sha256:a57899bebbcea146616a2426d20b51b3562b4bc9f8039a3bd14fae361c23053d", size = 129320, upload-time = "2025-07-15T16:06:47.249Z" },
|
|
655
|
+
{ url = "https://files.pythonhosted.org/packages/7b/8a/63dafc147fa5ba945ad809c374b8f4ee692bb6b18aa6e161c3e6b69b594e/orjson-3.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b6fbc2fc825aff1456dd358c11a0ad7912a4cb4537d3db92e5334af7463a967", size = 132254, upload-time = "2025-07-15T16:06:48.597Z" },
|
|
656
|
+
{ url = "https://files.pythonhosted.org/packages/3c/11/4d1eb230483cc689a2f039c531bb2c980029c40ca5a9b5f64dce9786e955/orjson-3.11.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4305a638f4cf9bed3746ca3b7c242f14e05177d5baec2527026e0f9ee6c24fb7", size = 127003, upload-time = "2025-07-15T16:06:50.34Z" },
|
|
657
|
+
{ url = "https://files.pythonhosted.org/packages/4f/39/b6e96072946d908684e0f4b3de1639062fd5b32016b2929c035bd8e5c847/orjson-3.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1235fe7bbc37164f69302199d46f29cfb874018738714dccc5a5a44042c79c77", size = 128674, upload-time = "2025-07-15T16:06:51.659Z" },
|
|
658
|
+
{ url = "https://files.pythonhosted.org/packages/1e/dd/c77e3013f35b202ec2cc1f78a95fadf86b8c5a320d56eb1a0bbb965a87bb/orjson-3.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a640e3954e7b4fcb160097551e54cafbde9966be3991932155b71071077881aa", size = 131846, upload-time = "2025-07-15T16:06:53.359Z" },
|
|
659
|
+
{ url = "https://files.pythonhosted.org/packages/3f/7d/d83f0f96c2b142f9cdcf12df19052ea3767970989dc757598dc108db208f/orjson-3.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6d750b97d22d5566955e50b02c622f3a1d32744d7a578c878b29a873190ccb7a", size = 134016, upload-time = "2025-07-15T16:06:54.691Z" },
|
|
660
|
+
{ url = "https://files.pythonhosted.org/packages/67/4f/d22f79a3c56dde563c4fbc12eebf9224a1b87af5e4ec61beb11f9b3eb499/orjson-3.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4bfcfe498484161e011f8190a400591c52b026de96b3b3cbd3f21e8999b9dc0e", size = 127930, upload-time = "2025-07-15T16:06:56.001Z" },
|
|
661
|
+
{ url = "https://files.pythonhosted.org/packages/07/1e/26aede257db2163d974139fd4571f1e80f565216ccbd2c44ee1d43a63dcc/orjson-3.11.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:feaed3ed43a1d2df75c039798eb5ec92c350c7d86be53369bafc4f3700ce7df2", size = 130569, upload-time = "2025-07-15T16:06:57.275Z" },
|
|
662
|
+
{ url = "https://files.pythonhosted.org/packages/b4/bf/2cb57eac8d6054b555cba27203490489a7d3f5dca8c34382f22f2f0f17ba/orjson-3.11.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:aa1120607ec8fc98acf8c54aac6fb0b7b003ba883401fa2d261833111e2fa071", size = 403844, upload-time = "2025-07-15T16:06:59.107Z" },
|
|
663
|
+
{ url = "https://files.pythonhosted.org/packages/76/34/36e859ccfc45464df7b35c438c0ecc7751c930b3ebbefb50db7e3a641eb7/orjson-3.11.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:c4b48d9775b0cf1f0aca734f4c6b272cbfacfac38e6a455e6520662f9434afb7", size = 144613, upload-time = "2025-07-15T16:07:00.48Z" },
|
|
664
|
+
{ url = "https://files.pythonhosted.org/packages/31/c5/5aeb84cdd0b44dc3972668944a1312f7983c2a45fb6b0e5e32b2f9408540/orjson-3.11.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f018ed1986d79434ac712ff19f951cd00b4dfcb767444410fbb834ebec160abf", size = 132419, upload-time = "2025-07-15T16:07:01.927Z" },
|
|
665
|
+
{ url = "https://files.pythonhosted.org/packages/59/0c/95ee1e61a067ad24c4921609156b3beeca8b102f6f36dca62b08e1a7c7a8/orjson-3.11.0-cp311-cp311-win32.whl", hash = "sha256:08e191f8a55ac2c00be48e98a5d10dca004cbe8abe73392c55951bfda60fc123", size = 134620, upload-time = "2025-07-15T16:07:03.304Z" },
|
|
666
|
+
{ url = "https://files.pythonhosted.org/packages/94/3e/afd5e284db9387023803553061ea05c785c36fe7845e4fe25912424b343f/orjson-3.11.0-cp311-cp311-win_amd64.whl", hash = "sha256:b5a4214ea59c8a3b56f8d484b28114af74e9fba0956f9be5c3ce388ae143bf1f", size = 129333, upload-time = "2025-07-15T16:07:04.973Z" },
|
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/8b/a4/d29e9995d73f23f2444b4db299a99477a4f7e6f5bf8923b775ef43a4e660/orjson-3.11.0-cp311-cp311-win_arm64.whl", hash = "sha256:57e8e7198a679ab21241ab3f355a7990c7447559e35940595e628c107ef23736", size = 126656, upload-time = "2025-07-15T16:07:06.288Z" },
|
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/92/c9/241e304fb1e58ea70b720f1a9e5349c6bb7735ffac401ef1b94f422edd6d/orjson-3.11.0-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b4089f940c638bb1947d54e46c1cd58f4259072fcc97bc833ea9c78903150ac9", size = 240269, upload-time = "2025-07-15T16:07:08.173Z" },
|
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/26/7c/289457cdf40be992b43f1d90ae213ebc03a31a8e2850271ecd79e79a3135/orjson-3.11.0-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:8335a0ba1c26359fb5c82d643b4c1abbee2bc62875e0f2b5bde6c8e9e25eb68c", size = 129276, upload-time = "2025-07-15T16:07:10.128Z" },
|
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/66/de/5c0528d46ded965939b6b7f75b1fe93af42b9906b0039096fc92c9001c12/orjson-3.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63c1c9772dafc811d16d6a7efa3369a739da15d1720d6e58ebe7562f54d6f4a2", size = 131966, upload-time = "2025-07-15T16:07:11.509Z" },
|
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/ad/74/39822f267b5935fb6fc961ccc443f4968a74d34fc9270b83caa44e37d907/orjson-3.11.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9457ccbd8b241fb4ba516417a4c5b95ba0059df4ac801309bcb4ec3870f45ad9", size = 127028, upload-time = "2025-07-15T16:07:13.023Z" },
|
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/7c/e3/28f6ed7f03db69bddb3ef48621b2b05b394125188f5909ee0a43fcf4820e/orjson-3.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0846e13abe79daece94a00b92574f294acad1d362be766c04245b9b4dd0e47e1", size = 129105, upload-time = "2025-07-15T16:07:14.367Z" },
|
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/cb/50/8867fd2fc92c0ab1c3e14673ec5d9d0191202e4ab8ba6256d7a1d6943ad3/orjson-3.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5587c85ae02f608a3f377b6af9eb04829606f518257cbffa8f5081c1aacf2e2f", size = 131902, upload-time = "2025-07-15T16:07:16.176Z" },
|
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/13/65/c189deea10342afee08006331082ff67d11b98c2394989998b3ea060354a/orjson-3.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c7a1964a71c1567b4570c932a0084ac24ad52c8cf6253d1881400936565ed438", size = 134042, upload-time = "2025-07-15T16:07:17.937Z" },
|
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/2b/e4/cf23c3f4231d2a9a043940ab045f799f84a6df1b4fb6c9b4412cdc3ebf8c/orjson-3.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b5a8243e73690cc6e9151c9e1dd046a8f21778d775f7d478fa1eb4daa4897c61", size = 128260, upload-time = "2025-07-15T16:07:19.651Z" },
|
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/de/b9/2cb94d3a67edb918d19bad4a831af99cd96c3657a23daa239611bcf335d7/orjson-3.11.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:51646f6d995df37b6e1b628f092f41c0feccf1d47e3452c6e95e2474b547d842", size = 130282, upload-time = "2025-07-15T16:07:21.022Z" },
|
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/0b/96/df963cc973e689d4c56398647917b4ee95f47e5b6d2779338c09c015b23b/orjson-3.11.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:2fb8ca8f0b4e31b8aaec674c7540649b64ef02809410506a44dc68d31bd5647b", size = 403765, upload-time = "2025-07-15T16:07:25.469Z" },
|
|
678
|
+
{ url = "https://files.pythonhosted.org/packages/fb/92/71429ee1badb69f53281602dbb270fa84fc2e51c83193a814d0208bb63b0/orjson-3.11.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:64a6a3e94a44856c3f6557e6aa56a6686544fed9816ae0afa8df9077f5759791", size = 144779, upload-time = "2025-07-15T16:07:27.339Z" },
|
|
679
|
+
{ url = "https://files.pythonhosted.org/packages/c8/ab/3678b2e5ff0c622a974cb8664ed7cdda5ed26ae2b9d71ba66ec36f32d6cf/orjson-3.11.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d69f95d484938d8fab5963e09131bcf9fbbb81fa4ec132e316eb2fb9adb8ce78", size = 132797, upload-time = "2025-07-15T16:07:28.717Z" },
|
|
680
|
+
{ url = "https://files.pythonhosted.org/packages/9d/8c/74509f715ff189d2aca90ebb0bd5af6658e0f9aa2512abbe6feca4c78208/orjson-3.11.0-cp312-cp312-win32.whl", hash = "sha256:8514f9f9c667ce7d7ef709ab1a73e7fcab78c297270e90b1963df7126d2b0e23", size = 134695, upload-time = "2025-07-15T16:07:30.034Z" },
|
|
681
|
+
{ url = "https://files.pythonhosted.org/packages/82/ba/ef25e3e223f452a01eac6a5b38d05c152d037508dcbf87ad2858cbb7d82e/orjson-3.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:41b38a894520b8cb5344a35ffafdf6ae8042f56d16771b2c5eb107798cee85ee", size = 129446, upload-time = "2025-07-15T16:07:31.412Z" },
|
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/e3/cd/6f4d93867c5d81bb4ab2d4ac870d3d6e9ba34fa580a03b8d04bf1ce1d8ad/orjson-3.11.0-cp312-cp312-win_arm64.whl", hash = "sha256:5579acd235dd134467340b2f8a670c1c36023b5a69c6a3174c4792af7502bd92", size = 126400, upload-time = "2025-07-15T16:07:34.143Z" },
|
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/31/63/82d9b6b48624009d230bc6038e54778af8f84dfd54402f9504f477c5cfd5/orjson-3.11.0-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:4a8ba9698655e16746fdf5266939427da0f9553305152aeb1a1cc14974a19cfb", size = 240125, upload-time = "2025-07-15T16:07:35.976Z" },
|
|
684
|
+
{ url = "https://files.pythonhosted.org/packages/16/3a/d557ed87c63237d4c97a7bac7ac054c347ab8c4b6da09748d162ca287175/orjson-3.11.0-cp313-cp313-macosx_15_0_arm64.whl", hash = "sha256:67133847f9a35a5ef5acfa3325d4a2f7fe05c11f1505c4117bb086fc06f2a58f", size = 129189, upload-time = "2025-07-15T16:07:37.486Z" },
|
|
685
|
+
{ url = "https://files.pythonhosted.org/packages/69/5e/b2c9e22e2cd10aa7d76a629cee65d661e06a61fbaf4dc226386f5636dd44/orjson-3.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5f797d57814975b78f5f5423acb003db6f9be5186b72d48bd97a1000e89d331d", size = 131953, upload-time = "2025-07-15T16:07:39.254Z" },
|
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/e2/60/760fcd9b50eb44d1206f2b30c8d310b79714553b9d94a02f9ea3252ebe63/orjson-3.11.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:28acd19822987c5163b9e03a6e60853a52acfee384af2b394d11cb413b889246", size = 126922, upload-time = "2025-07-15T16:07:41.282Z" },
|
|
687
|
+
{ url = "https://files.pythonhosted.org/packages/6a/7a/8c46daa867ccc92da6de9567608be62052774b924a77c78382e30d50b579/orjson-3.11.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8d38d9e1e2cf9729658e35956cf01e13e89148beb4cb9e794c9c10c5cb252f8", size = 128787, upload-time = "2025-07-15T16:07:42.681Z" },
|
|
688
|
+
{ url = "https://files.pythonhosted.org/packages/f2/14/a2f1b123d85f11a19e8749f7d3f9ed6c9b331c61f7b47cfd3e9a1fedb9bc/orjson-3.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:05f094edd2b782650b0761fd78858d9254de1c1286f5af43145b3d08cdacfd51", size = 131895, upload-time = "2025-07-15T16:07:44.519Z" },
|
|
689
|
+
{ url = "https://files.pythonhosted.org/packages/c8/10/362e8192df7528e8086ea712c5cb01355c8d4e52c59a804417ba01e2eb2d/orjson-3.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6d09176a4a9e04a5394a4a0edd758f645d53d903b306d02f2691b97d5c736a9e", size = 133868, upload-time = "2025-07-15T16:07:46.227Z" },
|
|
690
|
+
{ url = "https://files.pythonhosted.org/packages/f8/4e/ef43582ef3e3dfd2a39bc3106fa543364fde1ba58489841120219da6e22f/orjson-3.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a585042104e90a61eda2564d11317b6a304eb4e71cd33e839f5af6be56c34d3", size = 128234, upload-time = "2025-07-15T16:07:48.123Z" },
|
|
691
|
+
{ url = "https://files.pythonhosted.org/packages/d7/fa/02dabb2f1d605bee8c4bb1160cfc7467976b1ed359a62cc92e0681b53c45/orjson-3.11.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d2218629dbfdeeb5c9e0573d59f809d42f9d49ae6464d2f479e667aee14c3ef4", size = 130232, upload-time = "2025-07-15T16:07:50.197Z" },
|
|
692
|
+
{ url = "https://files.pythonhosted.org/packages/16/76/951b5619605c8d2ede80cc989f32a66abc954530d86e84030db2250c63a1/orjson-3.11.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:613e54a2b10b51b656305c11235a9c4a5c5491ef5c283f86483d4e9e123ed5e4", size = 403648, upload-time = "2025-07-15T16:07:52.136Z" },
|
|
693
|
+
{ url = "https://files.pythonhosted.org/packages/96/e2/5fa53bb411455a63b3713db90b588e6ca5ed2db59ad49b3fb8a0e94e0dda/orjson-3.11.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:9dac7fbf3b8b05965986c5cfae051eb9a30fced7f15f1d13a5adc608436eb486", size = 144572, upload-time = "2025-07-15T16:07:54.004Z" },
|
|
694
|
+
{ url = "https://files.pythonhosted.org/packages/ad/d0/7d6f91e1e0f034258c3a3358f20b0c9490070e8a7ab8880085547274c7f9/orjson-3.11.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:93b64b254414e2be55ac5257124b5602c5f0b4d06b80bd27d1165efe8f36e836", size = 132766, upload-time = "2025-07-15T16:07:55.936Z" },
|
|
695
|
+
{ url = "https://files.pythonhosted.org/packages/ff/f8/4d46481f1b3fb40dc826d62179f96c808eb470cdcc74b6593fb114d74af3/orjson-3.11.0-cp313-cp313-win32.whl", hash = "sha256:359cbe11bc940c64cb3848cf22000d2aef36aff7bfd09ca2c0b9cb309c387132", size = 134638, upload-time = "2025-07-15T16:07:57.343Z" },
|
|
696
|
+
{ url = "https://files.pythonhosted.org/packages/85/3f/544938dcfb7337d85ee1e43d7685cf8f3bfd452e0b15a32fe70cb4ca5094/orjson-3.11.0-cp313-cp313-win_amd64.whl", hash = "sha256:0759b36428067dc777b202dd286fbdd33d7f261c6455c4238ea4e8474358b1e6", size = 129411, upload-time = "2025-07-15T16:07:58.852Z" },
|
|
697
|
+
{ url = "https://files.pythonhosted.org/packages/43/0c/f75015669d7817d222df1bb207f402277b77d22c4833950c8c8c7cf2d325/orjson-3.11.0-cp313-cp313-win_arm64.whl", hash = "sha256:51cdca2f36e923126d0734efaf72ddbb5d6da01dbd20eab898bdc50de80d7b5a", size = 126349, upload-time = "2025-07-15T16:08:00.322Z" },
|
|
698
698
|
]
|
|
699
699
|
|
|
700
700
|
[[package]]
|
|
@@ -731,11 +731,11 @@ wheels = [
|
|
|
731
731
|
|
|
732
732
|
[[package]]
|
|
733
733
|
name = "packaging"
|
|
734
|
-
version = "
|
|
734
|
+
version = "25.0"
|
|
735
735
|
source = { registry = "https://pypi.org/simple" }
|
|
736
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
736
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f", size = 165727, upload-time = "2025-04-19T11:48:59.673Z" }
|
|
737
737
|
wheels = [
|
|
738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
738
|
+
{ url = "https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484", size = 66469, upload-time = "2025-04-19T11:48:57.875Z" },
|
|
739
739
|
]
|
|
740
740
|
|
|
741
741
|
[[package]]
|
|
@@ -1021,27 +1021,27 @@ wheels = [
|
|
|
1021
1021
|
|
|
1022
1022
|
[[package]]
|
|
1023
1023
|
name = "ruff"
|
|
1024
|
-
version = "0.12.
|
|
1025
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1026
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1027
|
-
wheels = [
|
|
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/
|
|
1038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1039
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1040
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1041
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1042
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1043
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1044
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1024
|
+
version = "0.12.3"
|
|
1025
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1026
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c3/2a/43955b530c49684d3c38fcda18c43caf91e99204c2a065552528e0552d4f/ruff-0.12.3.tar.gz", hash = "sha256:f1b5a4b6668fd7b7ea3697d8d98857390b40c1320a63a178eee6be0899ea2d77", size = 4459341, upload-time = "2025-07-11T13:21:16.086Z" }
|
|
1027
|
+
wheels = [
|
|
1028
|
+
{ url = "https://files.pythonhosted.org/packages/e2/fd/b44c5115539de0d598d75232a1cc7201430b6891808df111b8b0506aae43/ruff-0.12.3-py3-none-linux_armv6l.whl", hash = "sha256:47552138f7206454eaf0c4fe827e546e9ddac62c2a3d2585ca54d29a890137a2", size = 10430499, upload-time = "2025-07-11T13:20:26.321Z" },
|
|
1029
|
+
{ url = "https://files.pythonhosted.org/packages/43/c5/9eba4f337970d7f639a37077be067e4ec80a2ad359e4cc6c5b56805cbc66/ruff-0.12.3-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:0a9153b000c6fe169bb307f5bd1b691221c4286c133407b8827c406a55282041", size = 11213413, upload-time = "2025-07-11T13:20:30.017Z" },
|
|
1030
|
+
{ url = "https://files.pythonhosted.org/packages/e2/2c/fac3016236cf1fe0bdc8e5de4f24c76ce53c6dd9b5f350d902549b7719b2/ruff-0.12.3-py3-none-macosx_11_0_arm64.whl", hash = "sha256:fa6b24600cf3b750e48ddb6057e901dd5b9aa426e316addb2a1af185a7509882", size = 10586941, upload-time = "2025-07-11T13:20:33.046Z" },
|
|
1031
|
+
{ url = "https://files.pythonhosted.org/packages/c5/0f/41fec224e9dfa49a139f0b402ad6f5d53696ba1800e0f77b279d55210ca9/ruff-0.12.3-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2506961bf6ead54887ba3562604d69cb430f59b42133d36976421bc8bd45901", size = 10783001, upload-time = "2025-07-11T13:20:35.534Z" },
|
|
1032
|
+
{ url = "https://files.pythonhosted.org/packages/0d/ca/dd64a9ce56d9ed6cad109606ac014860b1c217c883e93bf61536400ba107/ruff-0.12.3-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c4faaff1f90cea9d3033cbbcdf1acf5d7fb11d8180758feb31337391691f3df0", size = 10269641, upload-time = "2025-07-11T13:20:38.459Z" },
|
|
1033
|
+
{ url = "https://files.pythonhosted.org/packages/63/5c/2be545034c6bd5ce5bb740ced3e7014d7916f4c445974be11d2a406d5088/ruff-0.12.3-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40dced4a79d7c264389de1c59467d5d5cefd79e7e06d1dfa2c75497b5269a5a6", size = 11875059, upload-time = "2025-07-11T13:20:41.517Z" },
|
|
1034
|
+
{ url = "https://files.pythonhosted.org/packages/8e/d4/a74ef1e801ceb5855e9527dae105eaff136afcb9cc4d2056d44feb0e4792/ruff-0.12.3-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:0262d50ba2767ed0fe212aa7e62112a1dcbfd46b858c5bf7bbd11f326998bafc", size = 12658890, upload-time = "2025-07-11T13:20:44.442Z" },
|
|
1035
|
+
{ url = "https://files.pythonhosted.org/packages/13/c8/1057916416de02e6d7c9bcd550868a49b72df94e3cca0aeb77457dcd9644/ruff-0.12.3-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:12371aec33e1a3758597c5c631bae9a5286f3c963bdfb4d17acdd2d395406687", size = 12232008, upload-time = "2025-07-11T13:20:47.374Z" },
|
|
1036
|
+
{ url = "https://files.pythonhosted.org/packages/f5/59/4f7c130cc25220392051fadfe15f63ed70001487eca21d1796db46cbcc04/ruff-0.12.3-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:560f13b6baa49785665276c963edc363f8ad4b4fc910a883e2625bdb14a83a9e", size = 11499096, upload-time = "2025-07-11T13:20:50.348Z" },
|
|
1037
|
+
{ url = "https://files.pythonhosted.org/packages/d4/01/a0ad24a5d2ed6be03a312e30d32d4e3904bfdbc1cdbe63c47be9d0e82c79/ruff-0.12.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:023040a3499f6f974ae9091bcdd0385dd9e9eb4942f231c23c57708147b06311", size = 11688307, upload-time = "2025-07-11T13:20:52.945Z" },
|
|
1038
|
+
{ url = "https://files.pythonhosted.org/packages/93/72/08f9e826085b1f57c9a0226e48acb27643ff19b61516a34c6cab9d6ff3fa/ruff-0.12.3-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:883d844967bffff5ab28bba1a4d246c1a1b2933f48cb9840f3fdc5111c603b07", size = 10661020, upload-time = "2025-07-11T13:20:55.799Z" },
|
|
1039
|
+
{ url = "https://files.pythonhosted.org/packages/80/a0/68da1250d12893466c78e54b4a0ff381370a33d848804bb51279367fc688/ruff-0.12.3-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:2120d3aa855ff385e0e562fdee14d564c9675edbe41625c87eeab744a7830d12", size = 10246300, upload-time = "2025-07-11T13:20:58.222Z" },
|
|
1040
|
+
{ url = "https://files.pythonhosted.org/packages/6a/22/5f0093d556403e04b6fd0984fc0fb32fbb6f6ce116828fd54306a946f444/ruff-0.12.3-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6b16647cbb470eaf4750d27dddc6ebf7758b918887b56d39e9c22cce2049082b", size = 11263119, upload-time = "2025-07-11T13:21:01.503Z" },
|
|
1041
|
+
{ url = "https://files.pythonhosted.org/packages/92/c9/f4c0b69bdaffb9968ba40dd5fa7df354ae0c73d01f988601d8fac0c639b1/ruff-0.12.3-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e1417051edb436230023575b149e8ff843a324557fe0a265863b7602df86722f", size = 11746990, upload-time = "2025-07-11T13:21:04.524Z" },
|
|
1042
|
+
{ url = "https://files.pythonhosted.org/packages/fe/84/7cc7bd73924ee6be4724be0db5414a4a2ed82d06b30827342315a1be9e9c/ruff-0.12.3-py3-none-win32.whl", hash = "sha256:dfd45e6e926deb6409d0616078a666ebce93e55e07f0fb0228d4b2608b2c248d", size = 10589263, upload-time = "2025-07-11T13:21:07.148Z" },
|
|
1043
|
+
{ url = "https://files.pythonhosted.org/packages/07/87/c070f5f027bd81f3efee7d14cb4d84067ecf67a3a8efb43aadfc72aa79a6/ruff-0.12.3-py3-none-win_amd64.whl", hash = "sha256:a946cf1e7ba3209bdef039eb97647f1c77f6f540e5845ec9c114d3af8df873e7", size = 11695072, upload-time = "2025-07-11T13:21:11.004Z" },
|
|
1044
|
+
{ url = "https://files.pythonhosted.org/packages/e0/30/f3eaf6563c637b6e66238ed6535f6775480db973c836336e4122161986fc/ruff-0.12.3-py3-none-win_arm64.whl", hash = "sha256:5f9c7c9c8f84c2d7f27e93674d27136fbf489720251544c4da7fb3d742e011b1", size = 10805855, upload-time = "2025-07-11T13:21:13.547Z" },
|
|
1045
1045
|
]
|
|
1046
1046
|
|
|
1047
1047
|
[[package]]
|
|
@@ -1081,14 +1081,15 @@ wheels = [
|
|
|
1081
1081
|
|
|
1082
1082
|
[[package]]
|
|
1083
1083
|
name = "starlette"
|
|
1084
|
-
version = "0.
|
|
1084
|
+
version = "0.47.1"
|
|
1085
1085
|
source = { registry = "https://pypi.org/simple" }
|
|
1086
1086
|
dependencies = [
|
|
1087
1087
|
{ name = "anyio" },
|
|
1088
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
1088
1089
|
]
|
|
1089
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1090
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0a/69/662169fdb92fb96ec3eaee218cf540a629d629c86d7993d9651226a6789b/starlette-0.47.1.tar.gz", hash = "sha256:aef012dd2b6be325ffa16698f9dc533614fb1cebd593a906b90dc1025529a79b", size = 2583072, upload-time = "2025-06-21T04:03:17.337Z" }
|
|
1090
1091
|
wheels = [
|
|
1091
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1092
|
+
{ url = "https://files.pythonhosted.org/packages/82/95/38ef0cd7fa11eaba6a99b3c4f5ac948d8bc6ff199aabd327a29cc000840c/starlette-0.47.1-py3-none-any.whl", hash = "sha256:5e11c9f5c7c3f24959edbf2dffdc01bba860228acf657129467d8a7468591527", size = 72747, upload-time = "2025-06-21T04:03:15.705Z" },
|
|
1092
1093
|
]
|
|
1093
1094
|
|
|
1094
1095
|
[[package]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.92"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|