weave-python 0.47.0__tar.gz → 0.48.0__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.
- {weave_python-0.47.0 → weave_python-0.48.0}/PKG-INFO +1 -1
- {weave_python-0.47.0 → weave_python-0.48.0}/uv.lock +48 -48
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +2 -2
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +2 -0
- weave_python-0.48.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +493 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +593 -0
- weave_python-0.48.0/weave/weaveapi/ingestion/v1/service_pb2.py +192 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +235 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +85 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +32 -26
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +22 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/consolidation.py +15 -5
- weave_python-0.48.0/weave/weavesql/weavedb/document_security.py +1268 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/ingestion.py +193 -183
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/models.py +36 -21
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/retrieval.py +147 -64
- weave_python-0.47.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -419
- weave_python-0.47.0/weave/weaveapi/ingestion/v1/service_pb2.py +0 -158
- weave_python-0.47.0/weave/weavesql/weavedb/document_security.py +0 -573
- {weave_python-0.47.0 → weave_python-0.48.0}/.github/runs-on.yml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/.github/workflows/release.yaml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/.gitignore +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/.python-version +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/LICENSE +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/README.md +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/Taskfile.yaml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/buf.gen.yaml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/pyproject.toml +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/renovate.json +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/event.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/inspection.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/mailbox.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/models.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/run_template.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/snapshot.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/atcdb/team.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/auth_identity.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/chat.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/organization.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/project.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/provider.py +0 -0
- {weave_python-0.47.0 → weave_python-0.48.0}/weave/weavesql/weavedb/task.py +0 -0
|
@@ -4,56 +4,56 @@ requires-python = ">=3.10"
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "greenlet"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.5.0"
|
|
8
8
|
source = { registry = "https://pypi.org/simple" }
|
|
9
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
9
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3c/3f/dbf99fb14bfeb88c28f16729215478c0e265cacd6dc22270c8f31bb6892f/greenlet-3.5.0.tar.gz", hash = "sha256:d419647372241bc68e957bf38d5c1f98852155e4146bd1e4121adea81f4f01e4", size = 196995, upload-time = "2026-04-27T13:37:15.544Z" }
|
|
10
10
|
wheels = [
|
|
11
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
12
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
13
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
14
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
15
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
16
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
17
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
18
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
19
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
21
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
22
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
23
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
24
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
25
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
26
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
27
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
28
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
29
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
30
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
31
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
32
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
33
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
34
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
35
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
37
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
38
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
39
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
40
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
41
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
42
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
43
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
46
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
47
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
48
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
49
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
50
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
51
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
53
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
54
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
55
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
56
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
11
|
+
{ url = "https://files.pythonhosted.org/packages/b0/03/84359833f7e1d49a883e92777637c592306030e30cee5e2b1e6476f95c88/greenlet-3.5.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:29ea813b2e1f45fa9649a17853b2b5465c4072fbcb072e5af6cd3a288216574a", size = 283502, upload-time = "2026-04-27T12:20:55.213Z" },
|
|
12
|
+
{ url = "https://files.pythonhosted.org/packages/25/ce/6f9f008266273aa14a2e011945797ac5802b97b8b40efe7afe1ee6c1afc9/greenlet-3.5.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:804a70b328e706b785c6ef16187051c394a63dd1a906d89be24b6ad77759f13f", size = 600508, upload-time = "2026-04-27T12:52:37.876Z" },
|
|
13
|
+
{ url = "https://files.pythonhosted.org/packages/e0/6d/b0f3272c2368ea2c1aa19a5ad70db0be8f8dff6e6d3d1eb82efa00cbcf19/greenlet-3.5.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:884f649de075b84739713d41dd4dfd41e2b910bfb769c4a3ea02ec1da52cd9bb", size = 613283, upload-time = "2026-04-27T12:59:37.957Z" },
|
|
14
|
+
{ url = "https://files.pythonhosted.org/packages/ed/ac/0b509b6fb93551ce5a01612ee1acda7f7dda4bbb66c99aeb2ab403d205dc/greenlet-3.5.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4b28037cb07768933c54d81bfe47a85f9f402f57d7d69743b991a713b63954eb", size = 613418, upload-time = "2026-04-27T12:25:23.852Z" },
|
|
15
|
+
{ url = "https://files.pythonhosted.org/packages/03/03/2b2b680ec87aaa97998fb5b8d76658d4d3560386864f17efab33ba7c2e24/greenlet-3.5.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cda05425526240807408156b6960a17a79a0c760b813573b67027823be760977", size = 1572229, upload-time = "2026-04-27T12:53:23.509Z" },
|
|
16
|
+
{ url = "https://files.pythonhosted.org/packages/61/e4/42b259e7a19aff1a270a4bd82caf6353109ed6860c9454e18f37162b83ae/greenlet-3.5.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9c615f869163e14bb1ced20322d8038fb680b08236521ac3f30cd4c1288785a0", size = 1639886, upload-time = "2026-04-27T12:25:22.325Z" },
|
|
17
|
+
{ url = "https://files.pythonhosted.org/packages/6f/b4/733ca47b883b67c57f90d3ecb21055c9ec753597d10754ac201644061f9d/greenlet-3.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:ba8f0bdc2fae6ce915dfd0c16d2d00bca7e4247c1eae4416e06430e522137858", size = 237795, upload-time = "2026-04-27T12:21:40.118Z" },
|
|
18
|
+
{ url = "https://files.pythonhosted.org/packages/8b/0f/a91f143f356523ff682309732b175765a9bc2836fd7c081c2c67fedc1ad4/greenlet-3.5.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:8f1cc966c126639cd152fdaa52624d2655f492faa79e013fea161de3e6dda082", size = 284726, upload-time = "2026-04-27T12:20:51.402Z" },
|
|
19
|
+
{ url = "https://files.pythonhosted.org/packages/95/82/800646c7ffc5dbabd75ddd2f6b519bb898c0c9c969e5d0473bfe5d20bcce/greenlet-3.5.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:362624e6a8e5bca3b8233e45eef33903a100e9539a2b995c364d595dbc4018b3", size = 604264, upload-time = "2026-04-27T12:52:39.494Z" },
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/ca/ac/354867c0bba812fc33b15bc55aedafedd0aee3c7dd91dfca22444157dc0c/greenlet-3.5.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:5ecd83806b0f4c2f53b1018e0005cd82269ea01d42befc0368730028d850ed1c", size = 616099, upload-time = "2026-04-27T12:59:39.623Z" },
|
|
21
|
+
{ url = "https://files.pythonhosted.org/packages/ff/b0/815bece7399e01cadb69014219eebd0042339875c59a59b0820a46ece356/greenlet-3.5.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0ff251e9a0279522e62f6176412869395a64ddf2b5c5f782ff609a8216a4e662", size = 615198, upload-time = "2026-04-27T12:25:25.928Z" },
|
|
22
|
+
{ url = "https://files.pythonhosted.org/packages/10/80/3b2c0a895d6698f6ddb31b07942ebfa982f3e30888bc5546a5b5990de8b2/greenlet-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6d874e79afd41a96e11ff4c5d0bc90a80973e476fda1c2c64985667397df432b", size = 1574927, upload-time = "2026-04-27T12:53:25.81Z" },
|
|
23
|
+
{ url = "https://files.pythonhosted.org/packages/44/0e/f354af514a4c61454dbc68e44d47544a5a4d6317e30b77ddfa3a09f4c5f3/greenlet-3.5.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0ed006e4b86c59de7467eb2601cd1b77b5a7d657d1ee55e30fe30d76451edba4", size = 1642683, upload-time = "2026-04-27T12:25:23.9Z" },
|
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/fa/6a/87f38255201e993a1915265ebb80cd7c2c78b04a45744995abbf6b259fd8/greenlet-3.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:703cb211b820dbffbbc55a16bfc6e4583a6e6e990f33a119d2cc8b83211119c8", size = 238115, upload-time = "2026-04-27T12:21:48.845Z" },
|
|
25
|
+
{ url = "https://files.pythonhosted.org/packages/e3/f8/450fe3c5938fa737ea4d22699772e6e34e8e24431a47bf4e8a1ceed4a98e/greenlet-3.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:6c18dfb59c70f5a94acd271c72e90128c3c776e41e5f07767908c8c1b74ad339", size = 235017, upload-time = "2026-04-27T12:22:26.768Z" },
|
|
26
|
+
{ url = "https://files.pythonhosted.org/packages/ef/32/f2ce6d4cac3e55bc6173f92dbe627e782e1850f89d986c3606feb63aafa7/greenlet-3.5.0-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:db2910d3c809444e0a20147361f343fe2798e106af8d9d8506f5305302655a9f", size = 286228, upload-time = "2026-04-27T12:20:34.421Z" },
|
|
27
|
+
{ url = "https://files.pythonhosted.org/packages/b7/aa/caed9e5adf742315fc7be2a84196373aab4816e540e38ba0d76cb7584d68/greenlet-3.5.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3ec9ea74e7268ace7f9aab1b1a4e730193fc661b39a993cd91c606c32d4a3628", size = 601775, upload-time = "2026-04-27T12:52:41.045Z" },
|
|
28
|
+
{ url = "https://files.pythonhosted.org/packages/c7/af/90ae08497400a941595d12774447f752d3dfe0fbb012e35b76bc5c0ff37e/greenlet-3.5.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:54d243512da35485fc7a6bf3c178fdda6327a9d6506fcdd62b1abd1e41b2927b", size = 614436, upload-time = "2026-04-27T12:59:41.595Z" },
|
|
29
|
+
{ url = "https://files.pythonhosted.org/packages/2b/e0/2e13df68f367e2f9960616927d60857dd7e56aaadd59a47c644216b2f920/greenlet-3.5.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d280a7f5c331622c69f97eb167f33577ff2d1df282c41cd15907fc0a3ca198c", size = 611388, upload-time = "2026-04-27T12:25:28.008Z" },
|
|
30
|
+
{ url = "https://files.pythonhosted.org/packages/82/f7/393c64055132ac0d488ef6be549253b7e6274194863967ddc0bc8f5b87b8/greenlet-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1eb67d5adefb5bd2e182d42678a328979a209e4e82eb93575708185d31d1f588", size = 1570768, upload-time = "2026-04-27T12:53:28.099Z" },
|
|
31
|
+
{ url = "https://files.pythonhosted.org/packages/b8/4b/eaf7735253522cf56d1b74d672a58f54fc114702ceaf05def59aae72f6e1/greenlet-3.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2628d6c86f6cb0cb45e0c3c54058bbec559f57eaae699447748cb3928150577e", size = 1635983, upload-time = "2026-04-27T12:25:26.903Z" },
|
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/4c/fe/4fb3a0805bd5165da5ebf858da7cc01cce8061674106d2cf5bdab32cbfde/greenlet-3.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:d4d9f0624c775f2dfc56ba54d515a8c771044346852a918b405914f6b19d7fd8", size = 238840, upload-time = "2026-04-27T12:23:54.806Z" },
|
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/cb/cb/baa584cb00532126ffe12d9787db0a60c5a4f55c27bfe2666df5d4c30a32/greenlet-3.5.0-cp312-cp312-win_arm64.whl", hash = "sha256:83ed9f27f1680b50e89f40f6df348a290ea234b249a4003d366663a12eab94f2", size = 235615, upload-time = "2026-04-27T12:21:38.57Z" },
|
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/0c/58/fc576f99037ce19c5aa16628e4c3226b6d1419f72a62c79f5f40576e6eb3/greenlet-3.5.0-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:5a5ed18de6a0f6cc7087f1563f6bd93fc7df1c19165ca01e9bde5a5dc281d106", size = 285066, upload-time = "2026-04-27T12:23:05.033Z" },
|
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/4a/ba/b28ddbe6bfad6a8ac196ef0e8cff37bc65b79735995b9e410923fffeeb70/greenlet-3.5.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3a717fbc46d8a354fa675f7c1e813485b6ba3885f9bef0cd56e5ba27d758ff5b", size = 604414, upload-time = "2026-04-27T12:52:42.358Z" },
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/09/06/4b69f8f0b67603a8be2790e55107a190b376f2627fe0eaf5695d85ffb3cd/greenlet-3.5.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ddc090c5c1792b10246a78e8c2163ebbe04cf877f9d785c230a7b27b39ad038e", size = 617349, upload-time = "2026-04-27T12:59:43.32Z" },
|
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/8a/17/a3918541fd0ddefe024a69de6d16aa7b46d36ac19562adaa63c7fa180eff/greenlet-3.5.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2094acd54b272cb6eae8c03dd87b3fa1820a4cef18d6889c378d503500a1dc13", size = 613927, upload-time = "2026-04-27T12:25:30.28Z" },
|
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/ee/e1/bd0af6213c7dd33175d8a462d4c1fe1175124ebed4855bc1475a5b5242c2/greenlet-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5e05ba267789ea87b5a155cf0e810b1ab88bf18e9e8740813945ceb8ee4350ba", size = 1570893, upload-time = "2026-04-27T12:53:29.483Z" },
|
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/9b/2a/0789702f864f5382cb476b93d7a9c823c10472658102ccd65f415747d2e2/greenlet-3.5.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0ecec963079cd58cbd14723582384f11f166fd58883c15dcbfb342e0bc9b5846", size = 1636060, upload-time = "2026-04-27T12:25:28.845Z" },
|
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/b2/8f/22bf9df92bbff0eb07842b60f7e63bf7675a9742df628437a9f02d09137f/greenlet-3.5.0-cp313-cp313-win_amd64.whl", hash = "sha256:728d9667d8f2f586644b748dbd9bb67e50d6a9381767d1357714ea6825bb3bf5", size = 238740, upload-time = "2026-04-27T12:24:01.341Z" },
|
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/b6/b7/9c5c3d653bd4ff614277c049ac676422e2c557db47b4fe43e6313fc005dc/greenlet-3.5.0-cp313-cp313-win_arm64.whl", hash = "sha256:47422135b1d308c14b2c6e758beedb1acd33bb91679f5670edf77bf46244722b", size = 235525, upload-time = "2026-04-27T12:23:12.308Z" },
|
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/94/5e/a70f31e3e8d961c4ce589c15b28e4225d63704e431a23932a3808cbcc867/greenlet-3.5.0-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:f35807464c4c58c55f0d31dfa83c541a5615d825c2fe3d2b95360cf7c4e3c0a8", size = 285564, upload-time = "2026-04-27T12:23:08.555Z" },
|
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/af/a6/046c0a28e21833e4086918218cfb3d8bed51c075a1b700f20b9d7861c0f4/greenlet-3.5.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:55fa7ea52771be44af0de27d8b80c02cd18c2c3cddde6c847ecebdf72418b6a1", size = 651166, upload-time = "2026-04-27T12:52:43.644Z" },
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/47/f8/4af27f71c5ff32a7fbc516adb46370d9c4ae2bc7bd3dc7d066ac542b4b15/greenlet-3.5.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a97e4821aa710603f94de0da25f25096454d78ffdace5dc77f3a006bc01abba3", size = 663792, upload-time = "2026-04-27T12:59:44.93Z" },
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/a3/59/1bd6d7428d6ed9106efbb8c52310c60fd04f6672490f452aeaa3829aa436/greenlet-3.5.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8f52a464e4ed91780bdfbbdd2b97197f3accaa629b98c200f4dffada759f3ae7", size = 660933, upload-time = "2026-04-27T12:25:33.276Z" },
|
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/83/e4/b903e5a5fae1e8a28cdd32a0cfbfd560b668c25b692f67768822ddc5f40f/greenlet-3.5.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:762612baf1161ccb8437c0161c668a688223cba28e1bf038f4eb47b13e39ccdf", size = 1618401, upload-time = "2026-04-27T12:53:31.062Z" },
|
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/0e/e3/5ec408a329acb854fb607a122e1ee5fb3ff649f9a97952948a90803c0d8e/greenlet-3.5.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:57a43c6079a89713522bc4bcb9f75070ecf5d3dbad7792bfe42239362cbf2a16", size = 1682038, upload-time = "2026-04-27T12:25:31.838Z" },
|
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/91/20/6b165108058767ee643c55c5c4904d591a830ee2b3c7dbd359828fbc829f/greenlet-3.5.0-cp314-cp314-win_amd64.whl", hash = "sha256:3bc59be3945ae9750b9e7d45067d01ae3fe90ea5f9ade99239dabdd6e28a5033", size = 239835, upload-time = "2026-04-27T12:24:54.136Z" },
|
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/4e/62/1c498375cee177b55d980c1db319f26470e5309e54698c8f8fc06c0fd539/greenlet-3.5.0-cp314-cp314-win_arm64.whl", hash = "sha256:a96fcee45e03fe30a62669fd16ab5c9d3c172660d3085605cb1e2d1280d3c988", size = 236862, upload-time = "2026-04-27T12:23:24.957Z" },
|
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/78/a8/4522939255bb5409af4e87132f915446bf3622c2c292d14d3c38d128ae82/greenlet-3.5.0-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:a10a732421ab4fec934783ce3e54763470d0181db6e3468f9103a275c3ed1853", size = 293614, upload-time = "2026-04-27T12:24:12.874Z" },
|
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/15/5e/8744c52e2c027b5a8772a01561934c8835f869733e101f62075c60430340/greenlet-3.5.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7fc391b1566f2907d17aaebe78f8855dc45675159a775fcf9e61f8ee0078e87f", size = 650723, upload-time = "2026-04-27T12:52:45.412Z" },
|
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/00/ef/7b4c39c03cf46ceca512c5d3f914afd85aa30b2cc9a93015b0dd73e4be6c/greenlet-3.5.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:680bd0e7ad5e8daa8a4aa89f68fd6adc834b8a8036dc256533f7e08f4a4b01f7", size = 656529, upload-time = "2026-04-27T12:59:46.295Z" },
|
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/0b/b5/c7768f352f5c010f92064d0063f987e7dc0cd290a6d92a34109015ce4aa1/greenlet-3.5.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ddb36c7d6c9c0a65f18c7258634e0c416c6ab59caac8c987b96f80c2ebda0112", size = 654364, upload-time = "2026-04-27T12:25:35.64Z" },
|
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/ef/d0/079ebe12e4b1fc758857ce5be1a5e73f06870f2101e52611d1e71925ce54/greenlet-3.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e5ddf316ced87539144621453c3aef229575825fe60c604e62bedc4003f372b2", size = 1614204, upload-time = "2026-04-27T12:53:32.618Z" },
|
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/6d/89/6c2fb63df3596552d20e58fb4d96669243388cf680cff222758812c7bfaa/greenlet-3.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4a448128607be0de65342dc9b31be7f948ef4cc0bc8832069350abefd310a8f2", size = 1675480, upload-time = "2026-04-27T12:25:34.168Z" },
|
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/15/32/77ee8a6c1564fc345a491a4e85b3bf360e4cf26eac98c4532d2fdb96e01f/greenlet-3.5.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d60097128cb0a1cab9ea541186ea13cd7b847b8449a7787c2e2350da0cb82d86", size = 245324, upload-time = "2026-04-27T12:24:40.295Z" },
|
|
57
57
|
]
|
|
58
58
|
|
|
59
59
|
[[package]]
|
{weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py
RENAMED
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n-weaveapi/consolidation/v1/consolidation.proto\x12\x19weaveapi.consolidation.v1\x1a\x1fgoogle/protobuf/timestamp.proto"e\n\x0eKnowledgeRealm\x12\x41\n\x04kind\x18\x01 \x01(\x0e\x32-.weaveapi.consolidation.v1.KnowledgeRealmKindR\x04kind\x12\x10\n\x03key\x18\x02 \x01(\tR\x03key"\x97\x03\n\x10\x43onsolidationRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12I\n\x06status\x18\x03 \x01(\x0e\x32\x31.weaveapi.consolidation.v1.ConsolidationRunStatusR\x06status\x12!\n\x0cthread_count\x18\x04 \x01(\x05R\x0bthreadCount\x12#\n\rcluster_count\x18\x05 \x01(\x05R\x0c\x63lusterCount\x12\'\n\x0fhierarchy_depth\x18\x06 \x01(\x05R\x0ehierarchyDepth\x12\x14\n\x05\x65rror\x18\x07 \x01(\tR\x05\x65rror\x12\x39\n\nstarted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12=\n\x0c\x63ompleted_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt"\xb0\x04\n\x0e\x43onceptCluster\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12%\n\x0eknowledge_type\x18\x05 \x01(\tR\rknowledgeType\x12\x14\n\x05level\x18\x06 \x01(\x05R\x05level\x12\x1b\n\tparent_id\x18\x07 \x01(\tR\x08parentId\x12!\n\x0cthread_count\x18\x08 \x01(\x05R\x0bthreadCount\x12\x30\n\x14\x63onsolidation_run_id\x18\t \x01(\tR\x12\x63onsolidationRunId\x12\x39\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12*\n\x11\x63hild_cluster_ids\x18\x0c \x03(\tR\x0f\x63hildClusterIds\x12\x1d\n\nthread_ids\x18\r \x03(\tR\tthreadIds\x12?\n\x05realm\x18\x0e \x01(\x0b\x32).weaveapi.consolidation.v1.KnowledgeRealmR\x05realm"]\n\x10\x43onceptHierarchy\x12I\n\x08\x63lusters\x18\x01 \x03(\x0b\x32).weaveapi.consolidation.v1.ConceptClusterB\x02(\x01R\x08\x63lusters"\xc0\x01\n\x1bTriggerConsolidationRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12!\n\x0c\x66ull_rebuild\x18\x02 \x01(\x08R\x0b\x66ullRebuild\x12(\n\x10top_level_target\x18\x03 \x01(\x05R\x0etopLevelTarget\x12+\n\x11neighborhood_size\x18\x04 \x01(\x05R\x10neighborhoodSize"w\n\x1aGetConsolidationRunRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x30\n\x14\x63onsolidation_run_id\x18\x02 \x01(\tR\x12\x63onsolidationRunId"\x86\x01\n\x1fListConsolidationHistoryRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tpage_size\x18\x02 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x03 \x01(\tR\tpageToken"\x8f\x01\n ListConsolidationHistoryResponse\x12\x43\n\x04runs\x18\x01 \x03(\x0b\x32+.weaveapi.consolidation.v1.ConsolidationRunB\x02(\x01R\x04runs\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xf0\x01\n\x1aGetConceptHierarchyRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12%\n\x0eknowledge_type\x18\x02 \x01(\tR\rknowledgeType\x12\x1b\n\tmax_depth\x18\x03 \x01(\x05R\x08maxDepth\x12$\n\x0e\x61\x63ting_user_id\x18\x04 \x01(\tR\x0c\x61\x63tingUserId\x12?\n\x05realm\x18\x05 \x01(\x0b\x32).weaveapi.consolidation.v1.KnowledgeRealmR\x05realm"\xd8\x01\n\x18GetConceptClusterRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12,\n\x12\x63oncept_cluster_id\x18\x02 \x01(\tR\x10\x63onceptClusterId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12?\n\x05realm\x18\x04 \x01(\x0b\x32).weaveapi.consolidation.v1.KnowledgeRealmR\x05realm"|\n\x1cTriggerConsolidationResponse\x12\\\n\x11\x63onsolidation_run\x18\x01 \x01(\x0b\x32+.weaveapi.consolidation.v1.ConsolidationRunB\x02(\x01R\x10\x63onsolidationRun"{\n\x1bGetConsolidationRunResponse\x12\\\n\x11\x63onsolidation_run\x18\x01 \x01(\x0b\x32+.weaveapi.consolidation.v1.ConsolidationRunB\x02(\x01R\x10\x63onsolidationRun"l\n\x1bGetConceptHierarchyResponse\x12M\n\thierarchy\x18\x01 \x01(\x0b\x32+.weaveapi.consolidation.v1.ConceptHierarchyB\x02(\x01R\thierarchy"s\n\x19GetConceptClusterResponse\x12V\n\x0f\x63oncept_cluster\x18\x01 \x01(\x0b\x32).weaveapi.consolidation.v1.ConceptClusterB\x02(\x01R\x0e\x63onceptCluster*\xb0\x02\n\x16\x43onsolidationRunStatus\x12(\n$CONSOLIDATION_RUN_STATUS_UNSPECIFIED\x10\x00\x12$\n CONSOLIDATION_RUN_STATUS_STARTED\x10\x01\x12\'\n#CONSOLIDATION_RUN_STATUS_CLUSTERING\x10\x02\x12%\n!CONSOLIDATION_RUN_STATUS_LABELING\x10\x03\x12*\n&CONSOLIDATION_RUN_STATUS_HIERARCHIZING\x10\x04\x12%\n!CONSOLIDATION_RUN_STATUS_COMPLETE\x10\x05\x12#\n\x1f\x43ONSOLIDATION_RUN_STATUS_FAILED\x10\x06*\
|
|
28
|
+
b'\n-weaveapi/consolidation/v1/consolidation.proto\x12\x19weaveapi.consolidation.v1\x1a\x1fgoogle/protobuf/timestamp.proto"e\n\x0eKnowledgeRealm\x12\x41\n\x04kind\x18\x01 \x01(\x0e\x32-.weaveapi.consolidation.v1.KnowledgeRealmKindR\x04kind\x12\x10\n\x03key\x18\x02 \x01(\tR\x03key"\x97\x03\n\x10\x43onsolidationRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12I\n\x06status\x18\x03 \x01(\x0e\x32\x31.weaveapi.consolidation.v1.ConsolidationRunStatusR\x06status\x12!\n\x0cthread_count\x18\x04 \x01(\x05R\x0bthreadCount\x12#\n\rcluster_count\x18\x05 \x01(\x05R\x0c\x63lusterCount\x12\'\n\x0fhierarchy_depth\x18\x06 \x01(\x05R\x0ehierarchyDepth\x12\x14\n\x05\x65rror\x18\x07 \x01(\tR\x05\x65rror\x12\x39\n\nstarted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12=\n\x0c\x63ompleted_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt"\xb0\x04\n\x0e\x43onceptCluster\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12%\n\x0eknowledge_type\x18\x05 \x01(\tR\rknowledgeType\x12\x14\n\x05level\x18\x06 \x01(\x05R\x05level\x12\x1b\n\tparent_id\x18\x07 \x01(\tR\x08parentId\x12!\n\x0cthread_count\x18\x08 \x01(\x05R\x0bthreadCount\x12\x30\n\x14\x63onsolidation_run_id\x18\t \x01(\tR\x12\x63onsolidationRunId\x12\x39\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12*\n\x11\x63hild_cluster_ids\x18\x0c \x03(\tR\x0f\x63hildClusterIds\x12\x1d\n\nthread_ids\x18\r \x03(\tR\tthreadIds\x12?\n\x05realm\x18\x0e \x01(\x0b\x32).weaveapi.consolidation.v1.KnowledgeRealmR\x05realm"]\n\x10\x43onceptHierarchy\x12I\n\x08\x63lusters\x18\x01 \x03(\x0b\x32).weaveapi.consolidation.v1.ConceptClusterB\x02(\x01R\x08\x63lusters"\xc0\x01\n\x1bTriggerConsolidationRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12!\n\x0c\x66ull_rebuild\x18\x02 \x01(\x08R\x0b\x66ullRebuild\x12(\n\x10top_level_target\x18\x03 \x01(\x05R\x0etopLevelTarget\x12+\n\x11neighborhood_size\x18\x04 \x01(\x05R\x10neighborhoodSize"w\n\x1aGetConsolidationRunRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x30\n\x14\x63onsolidation_run_id\x18\x02 \x01(\tR\x12\x63onsolidationRunId"\x86\x01\n\x1fListConsolidationHistoryRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tpage_size\x18\x02 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x03 \x01(\tR\tpageToken"\x8f\x01\n ListConsolidationHistoryResponse\x12\x43\n\x04runs\x18\x01 \x03(\x0b\x32+.weaveapi.consolidation.v1.ConsolidationRunB\x02(\x01R\x04runs\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xf0\x01\n\x1aGetConceptHierarchyRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12%\n\x0eknowledge_type\x18\x02 \x01(\tR\rknowledgeType\x12\x1b\n\tmax_depth\x18\x03 \x01(\x05R\x08maxDepth\x12$\n\x0e\x61\x63ting_user_id\x18\x04 \x01(\tR\x0c\x61\x63tingUserId\x12?\n\x05realm\x18\x05 \x01(\x0b\x32).weaveapi.consolidation.v1.KnowledgeRealmR\x05realm"\xd8\x01\n\x18GetConceptClusterRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12,\n\x12\x63oncept_cluster_id\x18\x02 \x01(\tR\x10\x63onceptClusterId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12?\n\x05realm\x18\x04 \x01(\x0b\x32).weaveapi.consolidation.v1.KnowledgeRealmR\x05realm"|\n\x1cTriggerConsolidationResponse\x12\\\n\x11\x63onsolidation_run\x18\x01 \x01(\x0b\x32+.weaveapi.consolidation.v1.ConsolidationRunB\x02(\x01R\x10\x63onsolidationRun"{\n\x1bGetConsolidationRunResponse\x12\\\n\x11\x63onsolidation_run\x18\x01 \x01(\x0b\x32+.weaveapi.consolidation.v1.ConsolidationRunB\x02(\x01R\x10\x63onsolidationRun"l\n\x1bGetConceptHierarchyResponse\x12M\n\thierarchy\x18\x01 \x01(\x0b\x32+.weaveapi.consolidation.v1.ConceptHierarchyB\x02(\x01R\thierarchy"s\n\x19GetConceptClusterResponse\x12V\n\x0f\x63oncept_cluster\x18\x01 \x01(\x0b\x32).weaveapi.consolidation.v1.ConceptClusterB\x02(\x01R\x0e\x63onceptCluster*\xb0\x02\n\x16\x43onsolidationRunStatus\x12(\n$CONSOLIDATION_RUN_STATUS_UNSPECIFIED\x10\x00\x12$\n CONSOLIDATION_RUN_STATUS_STARTED\x10\x01\x12\'\n#CONSOLIDATION_RUN_STATUS_CLUSTERING\x10\x02\x12%\n!CONSOLIDATION_RUN_STATUS_LABELING\x10\x03\x12*\n&CONSOLIDATION_RUN_STATUS_HIERARCHIZING\x10\x04\x12%\n!CONSOLIDATION_RUN_STATUS_COMPLETE\x10\x05\x12#\n\x1f\x43ONSOLIDATION_RUN_STATUS_FAILED\x10\x06*\xc0\x01\n\x12KnowledgeRealmKind\x12$\n KNOWLEDGE_REALM_KIND_UNSPECIFIED\x10\x00\x12\x1c\n\x18KNOWLEDGE_REALM_KIND_ORG\x10\x01\x12\x1c\n\x18KNOWLEDGE_REALM_KIND_TAG\x10\x02\x12\x1d\n\x19KNOWLEDGE_REALM_KIND_USER\x10\x03\x12)\n%KNOWLEDGE_REALM_KIND_RESTRICTED_GROUP\x10\x04\x42\x81\x02\n\x1d\x63om.weaveapi.consolidation.v1B\x12\x43onsolidationProtoP\x01ZFgithub.com/weave-labs/weave-go/weaveapi/consolidation/v1;consolidation\xa2\x02\x03WCX\xaa\x02\x19Weaveapi.Consolidation.V1\xca\x02\x19Weaveapi\\Consolidation\\V1\xe2\x02%Weaveapi\\Consolidation\\V1\\GPBMetadata\xea\x02\x1bWeaveapi::Consolidation::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -75,7 +75,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
75
75
|
_globals["_CONSOLIDATIONRUNSTATUS"]._serialized_start = 2820
|
|
76
76
|
_globals["_CONSOLIDATIONRUNSTATUS"]._serialized_end = 3124
|
|
77
77
|
_globals["_KNOWLEDGEREALMKIND"]._serialized_start = 3127
|
|
78
|
-
_globals["_KNOWLEDGEREALMKIND"]._serialized_end =
|
|
78
|
+
_globals["_KNOWLEDGEREALMKIND"]._serialized_end = 3319
|
|
79
79
|
_globals["_KNOWLEDGEREALM"]._serialized_start = 109
|
|
80
80
|
_globals["_KNOWLEDGEREALM"]._serialized_end = 210
|
|
81
81
|
_globals["_CONSOLIDATIONRUN"]._serialized_start = 213
|
{weave_python-0.47.0 → weave_python-0.48.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi
RENAMED
|
@@ -62,6 +62,7 @@ class _KnowledgeRealmKindEnumTypeWrapper(
|
|
|
62
62
|
KNOWLEDGE_REALM_KIND_ORG: _KnowledgeRealmKind.ValueType # 1
|
|
63
63
|
KNOWLEDGE_REALM_KIND_TAG: _KnowledgeRealmKind.ValueType # 2
|
|
64
64
|
KNOWLEDGE_REALM_KIND_USER: _KnowledgeRealmKind.ValueType # 3
|
|
65
|
+
KNOWLEDGE_REALM_KIND_RESTRICTED_GROUP: _KnowledgeRealmKind.ValueType # 4
|
|
65
66
|
|
|
66
67
|
class KnowledgeRealmKind(
|
|
67
68
|
_KnowledgeRealmKind, metaclass=_KnowledgeRealmKindEnumTypeWrapper
|
|
@@ -71,6 +72,7 @@ KNOWLEDGE_REALM_KIND_UNSPECIFIED: KnowledgeRealmKind.ValueType # 0
|
|
|
71
72
|
KNOWLEDGE_REALM_KIND_ORG: KnowledgeRealmKind.ValueType # 1
|
|
72
73
|
KNOWLEDGE_REALM_KIND_TAG: KnowledgeRealmKind.ValueType # 2
|
|
73
74
|
KNOWLEDGE_REALM_KIND_USER: KnowledgeRealmKind.ValueType # 3
|
|
75
|
+
KNOWLEDGE_REALM_KIND_RESTRICTED_GROUP: KnowledgeRealmKind.ValueType # 4
|
|
74
76
|
Global___KnowledgeRealmKind: _TypeAlias = KnowledgeRealmKind # noqa: Y015
|
|
75
77
|
|
|
76
78
|
@_typing.final
|