weave-python 0.47.0__tar.gz → 0.49.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.
Files changed (147) hide show
  1. {weave_python-0.47.0 → weave_python-0.49.0}/PKG-INFO +1 -1
  2. {weave_python-0.47.0 → weave_python-0.49.0}/uv.lock +48 -48
  3. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +2 -2
  4. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +2 -0
  5. weave_python-0.49.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +493 -0
  6. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +593 -0
  7. weave_python-0.49.0/weave/weaveapi/ingestion/v1/service_pb2.py +192 -0
  8. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +235 -0
  9. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +85 -0
  10. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +32 -26
  11. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +22 -0
  12. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/consolidation.py +15 -5
  13. weave_python-0.49.0/weave/weavesql/weavedb/document_security.py +1268 -0
  14. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/ingestion.py +193 -183
  15. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/models.py +36 -21
  16. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/retrieval.py +147 -64
  17. weave_python-0.47.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -419
  18. weave_python-0.47.0/weave/weaveapi/ingestion/v1/service_pb2.py +0 -158
  19. weave_python-0.47.0/weave/weavesql/weavedb/document_security.py +0 -573
  20. {weave_python-0.47.0 → weave_python-0.49.0}/.github/runs-on.yml +0 -0
  21. {weave_python-0.47.0 → weave_python-0.49.0}/.github/workflows/format-lint.yaml +0 -0
  22. {weave_python-0.47.0 → weave_python-0.49.0}/.github/workflows/generate.yaml +0 -0
  23. {weave_python-0.47.0 → weave_python-0.49.0}/.github/workflows/release.yaml +0 -0
  24. {weave_python-0.47.0 → weave_python-0.49.0}/.gitignore +0 -0
  25. {weave_python-0.47.0 → weave_python-0.49.0}/.python-version +0 -0
  26. {weave_python-0.47.0 → weave_python-0.49.0}/LICENSE +0 -0
  27. {weave_python-0.47.0 → weave_python-0.49.0}/README.md +0 -0
  28. {weave_python-0.47.0 → weave_python-0.49.0}/Taskfile.yaml +0 -0
  29. {weave_python-0.47.0 → weave_python-0.49.0}/buf.gen.yaml +0 -0
  30. {weave_python-0.47.0 → weave_python-0.49.0}/pyproject.toml +0 -0
  31. {weave_python-0.47.0 → weave_python-0.49.0}/renovate.json +0 -0
  32. {weave_python-0.47.0 → weave_python-0.49.0}/tools/sqlcgen/README.md +0 -0
  33. {weave_python-0.47.0 → weave_python-0.49.0}/tools/sqlcgen/sqlcgen.py +0 -0
  34. {weave_python-0.47.0 → weave_python-0.49.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
  35. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
  36. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
  37. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
  38. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
  39. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
  40. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
  41. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
  42. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
  43. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
  44. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
  45. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
  46. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
  47. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
  48. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
  49. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
  50. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
  51. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
  52. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
  53. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
  54. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
  55. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/auth_pb2.py +0 -0
  56. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +0 -0
  57. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
  58. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
  59. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/service_pb2.py +0 -0
  60. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
  61. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
  62. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
  63. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
  64. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
  65. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
  66. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
  67. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
  68. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
  69. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
  70. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
  71. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
  72. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
  73. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
  74. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
  75. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
  76. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
  77. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/inference_pb2.py +0 -0
  78. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/inference_pb2.pyi +0 -0
  79. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.py +0 -0
  80. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/inference_pb2_grpc.pyi +0 -0
  81. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/service_pb2.py +0 -0
  82. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/service_pb2.pyi +0 -0
  83. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/service_pb2_grpc.py +0 -0
  84. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/inference/v1/service_pb2_grpc.pyi +0 -0
  85. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
  86. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
  87. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
  88. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/model_pb2.py +0 -0
  89. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/model_pb2.pyi +0 -0
  90. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
  91. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
  92. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/service_pb2.py +0 -0
  93. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/service_pb2.pyi +0 -0
  94. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
  95. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
  96. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
  97. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
  98. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
  99. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
  100. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
  101. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
  102. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
  103. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
  104. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
  105. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
  106. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
  107. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
  108. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
  109. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
  110. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
  111. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
  112. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
  113. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
  114. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
  115. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
  116. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
  117. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
  118. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
  119. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
  120. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
  121. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
  122. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
  123. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
  124. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
  125. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
  126. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
  127. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
  128. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
  129. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
  130. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
  131. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
  132. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
  133. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
  134. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/event.py +0 -0
  135. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/inspection.py +0 -0
  136. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/mailbox.py +0 -0
  137. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/models.py +0 -0
  138. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/run_template.py +0 -0
  139. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/snapshot.py +0 -0
  140. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/atcdb/team.py +0 -0
  141. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/auth_identity.py +0 -0
  142. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/chat.py +0 -0
  143. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
  144. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/organization.py +0 -0
  145. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/project.py +0 -0
  146. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/provider.py +0 -0
  147. {weave_python-0.47.0 → weave_python-0.49.0}/weave/weavesql/weavedb/task.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: weave-python
3
- Version: 0.47.0
3
+ Version: 0.49.0
4
4
  Author: Weave Labs
5
5
  License: FCL-1.0-ALv2
6
6
  License-File: LICENSE
@@ -4,56 +4,56 @@ requires-python = ">=3.10"
4
4
 
5
5
  [[package]]
6
6
  name = "greenlet"
7
- version = "3.4.0"
7
+ version = "3.5.0"
8
8
  source = { registry = "https://pypi.org/simple" }
9
- sdist = { url = "https://files.pythonhosted.org/packages/86/94/a5935717b307d7c71fe877b52b884c6af707d2d2090db118a03fbd799369/greenlet-3.4.0.tar.gz", hash = "sha256:f50a96b64dafd6169e595a5c56c9146ef80333e67d4476a65a9c55f400fc22ff", size = 195913, upload-time = "2026-04-08T17:08:00.863Z" }
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/0c/bc/e30e1e3d5e8860b0e0ce4d2b16b2681b77fd13542fc0d72f7e3c22d16eff/greenlet-3.4.0-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:d18eae9a7fb0f499efcd146b8c9750a2e1f6e0e93b5a382b3481875354a430e6", size = 284315, upload-time = "2026-04-08T17:02:52.322Z" },
12
- { url = "https://files.pythonhosted.org/packages/5b/cc/e023ae1967d2a26737387cac083e99e47f65f58868bd155c4c80c01ec4e0/greenlet-3.4.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:636d2f95c309e35f650e421c23297d5011716be15d966e6328b367c9fc513a82", size = 601916, upload-time = "2026-04-08T16:24:35.533Z" },
13
- { url = "https://files.pythonhosted.org/packages/67/32/5be1677954b6d8810b33abe94e3eb88726311c58fa777dc97e390f7caf5a/greenlet-3.4.0-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:234582c20af9742583c3b2ddfbdbb58a756cfff803763ffaae1ac7990a9fac31", size = 616399, upload-time = "2026-04-08T16:30:54.536Z" },
14
- { url = "https://files.pythonhosted.org/packages/74/bf/2d58d5ea515704f83e34699128c9072a34bea27d2b6a556e102105fe62a5/greenlet-3.4.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:523677e69cd4711b5a014e37bc1fb3a29947c3e3a5bb6a527e1cc50312e5a398", size = 611978, upload-time = "2026-04-08T15:56:31.335Z" },
15
- { url = "https://files.pythonhosted.org/packages/bd/69/6525049b6c179d8a923256304d8387b8bdd4acab1acf0407852463c6d514/greenlet-3.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b45e45fe47a19051a396abb22e19e7836a59ee6c5a90f3be427343c37908d65b", size = 1571957, upload-time = "2026-04-08T16:26:17.041Z" },
16
- { url = "https://files.pythonhosted.org/packages/4e/6c/bbfb798b05fec736a0d24dc23e81b45bcee87f45a83cfb39db031853bddc/greenlet-3.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5434271357be07f3ad0936c312645853b7e689e679e29310e2de09a9ea6c3adf", size = 1637223, upload-time = "2026-04-08T15:57:27.556Z" },
17
- { url = "https://files.pythonhosted.org/packages/b7/7d/981fe0e7c07bd9d5e7eb18decb8590a11e3955878291f7a7de2e9c668eb7/greenlet-3.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:a19093fbad824ed7c0f355b5ff4214bffda5f1a7f35f29b31fcaa240cc0135ab", size = 237902, upload-time = "2026-04-08T17:03:14.16Z" },
18
- { url = "https://files.pythonhosted.org/packages/fb/c6/dba32cab7e3a625b011aa5647486e2d28423a48845a2998c126dd69c85e1/greenlet-3.4.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:805bebb4945094acbab757d34d6e1098be6de8966009ab9ca54f06ff492def58", size = 285504, upload-time = "2026-04-08T15:52:14.071Z" },
19
- { url = "https://files.pythonhosted.org/packages/54/f4/7cb5c2b1feb9a1f50e038be79980dfa969aa91979e5e3a18fdbcfad2c517/greenlet-3.4.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:439fc2f12b9b512d9dfa681c5afe5f6b3232c708d13e6f02c845e0d9f4c2d8c6", size = 605476, upload-time = "2026-04-08T16:24:37.064Z" },
20
- { url = "https://files.pythonhosted.org/packages/d6/af/b66ab0b2f9a4c5a867c136bf66d9599f34f21a1bcca26a2884a29c450bd9/greenlet-3.4.0-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a70ed1cb0295bee1df57b63bf7f46b4e56a5c93709eea769c1fec1bb23a95875", size = 618336, upload-time = "2026-04-08T16:30:56.59Z" },
21
- { url = "https://files.pythonhosted.org/packages/e5/5c/8c5633ece6ba611d64bf2770219a98dd439921d6424e4e8cf16b0ac74ea5/greenlet-3.4.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c660bce1940a1acae5f51f0a064f1bc785d07ea16efcb4bc708090afc4d69e83", size = 613515, upload-time = "2026-04-08T15:56:32.478Z" },
22
- { url = "https://files.pythonhosted.org/packages/a9/df/950d15bca0d90a0e7395eb777903060504cdb509b7b705631e8fb69ff415/greenlet-3.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ee407d4d1ca9dc632265aee1c8732c4a2d60adff848057cdebfe5fe94eb2c8a2", size = 1574623, upload-time = "2026-04-08T16:26:18.596Z" },
23
- { url = "https://files.pythonhosted.org/packages/1a/e7/0839afab829fcb7333c9ff6d80c040949510055d2d4d63251f0d1c7c804e/greenlet-3.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:956215d5e355fffa7c021d168728321fd4d31fd730ac609b1653b450f6a4bc71", size = 1639579, upload-time = "2026-04-08T15:57:29.231Z" },
24
- { url = "https://files.pythonhosted.org/packages/d9/2b/b4482401e9bcaf9f5c97f67ead38db89c19520ff6d0d6699979c6efcc200/greenlet-3.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:5cb614ace7c27571270354e9c9f696554d073f8aa9319079dcba466bbdead711", size = 238233, upload-time = "2026-04-08T17:02:54.286Z" },
25
- { url = "https://files.pythonhosted.org/packages/0c/4d/d8123a4e0bcd583d5cfc8ddae0bbe29c67aab96711be331a7cc935a35966/greenlet-3.4.0-cp311-cp311-win_arm64.whl", hash = "sha256:04403ac74fe295a361f650818de93be11b5038a78f49ccfb64d3b1be8fbf1267", size = 235045, upload-time = "2026-04-08T17:04:05.072Z" },
26
- { url = "https://files.pythonhosted.org/packages/65/8b/3669ad3b3f247a791b2b4aceb3aa5a31f5f6817bf547e4e1ff712338145a/greenlet-3.4.0-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:1a54a921561dd9518d31d2d3db4d7f80e589083063ab4d3e2e950756ef809e1a", size = 286902, upload-time = "2026-04-08T15:52:12.138Z" },
27
- { url = "https://files.pythonhosted.org/packages/38/3e/3c0e19b82900873e2d8469b590a6c4b3dfd2b316d0591f1c26b38a4879a5/greenlet-3.4.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:16dec271460a9a2b154e3b1c2fa1050ce6280878430320e85e08c166772e3f97", size = 606099, upload-time = "2026-04-08T16:24:38.408Z" },
28
- { url = "https://files.pythonhosted.org/packages/b5/33/99fef65e7754fc76a4ed14794074c38c9ed3394a5bd129d7f61b705f3168/greenlet-3.4.0-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:90036ce224ed6fe75508c1907a77e4540176dcf0744473627785dd519c6f9996", size = 618837, upload-time = "2026-04-08T16:30:58.298Z" },
29
- { url = "https://files.pythonhosted.org/packages/36/f7/229f3aed6948faa20e0616a0b8568da22e365ede6a54d7d369058b128afd/greenlet-3.4.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a1c4f6b453006efb8310affb2d132832e9bbb4fc01ce6df6b70d810d38f1f6dc", size = 615062, upload-time = "2026-04-08T15:56:33.766Z" },
30
- { url = "https://files.pythonhosted.org/packages/08/97/d988180011aa40135c46cd0d0cf01dd97f7162bae14139b4a3ef54889ba5/greenlet-3.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9b2d9a138ffa0e306d0e2b72976d2fb10b97e690d40ab36a472acaab0838e2de", size = 1573511, upload-time = "2026-04-08T16:26:20.058Z" },
31
- { url = "https://files.pythonhosted.org/packages/d4/0f/a5a26fe152fb3d12e6a474181f6e9848283504d0afd095f353d85726374b/greenlet-3.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8424683caf46eb0eb6f626cb95e008e8cc30d0cb675bdfa48200925c79b38a08", size = 1640396, upload-time = "2026-04-08T15:57:30.88Z" },
32
- { url = "https://files.pythonhosted.org/packages/42/cf/bb2c32d9a100e36ee9f6e38fad6b1e082b8184010cb06259b49e1266ca01/greenlet-3.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:a0a53fb071531d003b075c444014ff8f8b1a9898d36bb88abd9ac7b3524648a2", size = 238892, upload-time = "2026-04-08T17:03:10.094Z" },
33
- { url = "https://files.pythonhosted.org/packages/b7/47/6c41314bac56e71436ce551c7fbe3cc830ed857e6aa9708dbb9c65142eb6/greenlet-3.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:f38b81880ba28f232f1f675893a39cf7b6db25b31cc0a09bb50787ecf957e85e", size = 235599, upload-time = "2026-04-08T15:52:54.3Z" },
34
- { url = "https://files.pythonhosted.org/packages/7a/75/7e9cd1126a1e1f0cd67b0eda02e5221b28488d352684704a78ed505bd719/greenlet-3.4.0-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:43748988b097f9c6f09364f260741aa73c80747f63389824435c7a50bfdfd5c1", size = 285856, upload-time = "2026-04-08T15:52:45.82Z" },
35
- { url = "https://files.pythonhosted.org/packages/9d/c4/3e2df392e5cb199527c4d9dbcaa75c14edcc394b45040f0189f649631e3c/greenlet-3.4.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5566e4e2cd7a880e8c27618e3eab20f3494452d12fd5129edef7b2f7aa9a36d1", size = 610208, upload-time = "2026-04-08T16:24:39.674Z" },
36
- { url = "https://files.pythonhosted.org/packages/da/af/750cdfda1d1bd30a6c28080245be8d0346e669a98fdbae7f4102aa95fff3/greenlet-3.4.0-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:1054c5a3c78e2ab599d452f23f7adafef55062a783a8e241d24f3b633ba6ff82", size = 621269, upload-time = "2026-04-08T16:30:59.767Z" },
37
- { url = "https://files.pythonhosted.org/packages/54/78/0cbc693622cd54ebe25207efbb3a0eb07c2639cb8594f6e3aaaa0bb077a8/greenlet-3.4.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f82cb6cddc27dd81c96b1506f4aa7def15070c3b2a67d4e46fd19016aacce6cf", size = 617549, upload-time = "2026-04-08T15:56:34.893Z" },
38
- { url = "https://files.pythonhosted.org/packages/ba/c0/8966767de01343c1ff47e8b855dc78e7d1a8ed2b7b9c83576a57e289f81d/greenlet-3.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:227a46251ecba4ff46ae742bc5ce95c91d5aceb4b02f885487aff269c127a729", size = 1575310, upload-time = "2026-04-08T16:26:21.671Z" },
39
- { url = "https://files.pythonhosted.org/packages/b8/38/bcdc71ba05e9a5fda87f63ffc2abcd1f15693b659346df994a48c968003d/greenlet-3.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5b99e87be7eba788dd5b75ba1cde5639edffdec5f91fe0d734a249535ec3408c", size = 1640435, upload-time = "2026-04-08T15:57:32.572Z" },
40
- { url = "https://files.pythonhosted.org/packages/a1/c2/19b664b7173b9e4ef5f77e8cef9f14c20ec7fce7920dc1ccd7afd955d093/greenlet-3.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:849f8bc17acd6295fcb5de8e46d55cc0e52381c56eaf50a2afd258e97bc65940", size = 238760, upload-time = "2026-04-08T17:04:03.878Z" },
41
- { url = "https://files.pythonhosted.org/packages/9b/96/795619651d39c7fbd809a522f881aa6f0ead504cc8201c3a5b789dfaef99/greenlet-3.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:9390ad88b652b1903814eaabd629ca184db15e0eeb6fe8a390bbf8b9106ae15a", size = 235498, upload-time = "2026-04-08T17:05:00.584Z" },
42
- { url = "https://files.pythonhosted.org/packages/78/02/bde66806e8f169cf90b14d02c500c44cdbe02c8e224c9c67bafd1b8cadd1/greenlet-3.4.0-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:10a07aca6babdd18c16a3f4f8880acfffc2b88dfe431ad6aa5f5740759d7d75e", size = 286291, upload-time = "2026-04-08T17:09:34.307Z" },
43
- { url = "https://files.pythonhosted.org/packages/05/1f/39da1c336a87d47c58352fb8a78541ce63d63ae57c5b9dae1fe02801bbc2/greenlet-3.4.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:076e21040b3a917d3ce4ad68fb5c3c6b32f1405616c4a57aa83120979649bd3d", size = 656749, upload-time = "2026-04-08T16:24:41.721Z" },
44
- { url = "https://files.pythonhosted.org/packages/d3/6c/90ee29a4ee27af7aa2e2ec408799eeb69ee3fcc5abcecac6ddd07a5cd0f2/greenlet-3.4.0-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e82689eea4a237e530bb5cb41b180ef81fa2160e1f89422a67be7d90da67f615", size = 669084, upload-time = "2026-04-08T16:31:01.372Z" },
45
- { url = "https://files.pythonhosted.org/packages/07/49/d4cad6e5381a50947bb973d2f6cf6592621451b09368b8c20d9b8af49c5b/greenlet-3.4.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4df3b0b2289ec686d3c821a5fee44259c05cfe824dd5e6e12c8e5f5df23085cf", size = 665621, upload-time = "2026-04-08T15:56:35.995Z" },
46
- { url = "https://files.pythonhosted.org/packages/37/31/d1edd54f424761b5d47718822f506b435b6aab2f3f93b465441143ea5119/greenlet-3.4.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:8bff29d586ea415688f4cec96a591fcc3bf762d046a796cdadc1fdb6e7f2d5bf", size = 1622259, upload-time = "2026-04-08T16:26:23.201Z" },
47
- { url = "https://files.pythonhosted.org/packages/b0/c6/6d3f9cdcb21c4e12a79cb332579f1c6aa1af78eb68059c5a957c7812d95e/greenlet-3.4.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8a569c2fb840c53c13a2b8967c63621fafbd1a0e015b9c82f408c33d626a2fda", size = 1686916, upload-time = "2026-04-08T15:57:34.282Z" },
48
- { url = "https://files.pythonhosted.org/packages/63/45/c1ca4a1ad975de4727e52d3ffe641ae23e1d7a8ffaa8ff7a0477e1827b92/greenlet-3.4.0-cp314-cp314-win_amd64.whl", hash = "sha256:207ba5b97ea8b0b60eb43ffcacf26969dd83726095161d676aac03ff913ee50d", size = 239821, upload-time = "2026-04-08T17:03:48.423Z" },
49
- { url = "https://files.pythonhosted.org/packages/71/c4/6f621023364d7e85a4769c014c8982f98053246d142420e0328980933ceb/greenlet-3.4.0-cp314-cp314-win_arm64.whl", hash = "sha256:f8296d4e2b92af34ebde81085a01690f26a51eb9ac09a0fcadb331eb36dbc802", size = 236932, upload-time = "2026-04-08T17:04:33.551Z" },
50
- { url = "https://files.pythonhosted.org/packages/d4/8f/18d72b629783f5e8d045a76f5325c1e938e659a9e4da79c7dcd10169a48d/greenlet-3.4.0-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:d70012e51df2dbbccfaf63a40aaf9b40c8bed37c3e3a38751c926301ce538ece", size = 294681, upload-time = "2026-04-08T15:52:35.778Z" },
51
- { url = "https://files.pythonhosted.org/packages/9e/ad/5fa86ec46769c4153820d58a04062285b3b9e10ba3d461ee257b68dcbf53/greenlet-3.4.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a58bec0751f43068cd40cff31bb3ca02ad6000b3a51ca81367af4eb5abc480c8", size = 658899, upload-time = "2026-04-08T16:24:43.32Z" },
52
- { url = "https://files.pythonhosted.org/packages/43/f0/4e8174ca0e87ae748c409f055a1ba161038c43cc0a5a6f1433a26ac2e5bf/greenlet-3.4.0-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:05fa0803561028f4b2e3b490ee41216a842eaee11aed004cc343a996d9523aa2", size = 665284, upload-time = "2026-04-08T16:31:02.833Z" },
53
- { url = "https://files.pythonhosted.org/packages/19/da/991cf7cd33662e2df92a1274b7eb4d61769294d38a1bba8a45f31364845e/greenlet-3.4.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e60d38719cb80b3ab5e85f9f1aed4960acfde09868af6762ccb27b260d68f4ed", size = 661861, upload-time = "2026-04-08T15:56:37.269Z" },
54
- { url = "https://files.pythonhosted.org/packages/36/c5/6c2c708e14db3d9caea4b459d8464f58c32047451142fe2cfd90e7458f41/greenlet-3.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7f50c804733b43eded05ae694691c9aa68bca7d0a867d67d4a3f514742a2d53f", size = 1622182, upload-time = "2026-04-08T16:26:24.777Z" },
55
- { url = "https://files.pythonhosted.org/packages/7a/4c/50c5fed19378e11a29fabab1f6be39ea95358f4a0a07e115a51ca93385d8/greenlet-3.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:2d4f0635dc4aa638cda4b2f5a07ae9a2cff9280327b581a3fcb6f317b4fbc38a", size = 1685050, upload-time = "2026-04-08T15:57:36.453Z" },
56
- { url = "https://files.pythonhosted.org/packages/db/72/85ae954d734703ab48e622c59d4ce35d77ce840c265814af9c078cacc7aa/greenlet-3.4.0-cp314-cp314t-win_amd64.whl", hash = "sha256:1a4a48f24681300c640f143ba7c404270e1ebbbcf34331d7104a4ff40f8ea705", size = 245554, upload-time = "2026-04-08T17:03:50.044Z" },
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]]
@@ -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*\x95\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\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'
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 = 3276
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
@@ -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