weave-python 0.30.8__tar.gz → 0.32.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.30.8 → weave_python-0.32.0}/.github/workflows/generate.yaml +33 -4
- {weave_python-0.30.8 → weave_python-0.32.0}/.github/workflows/release.yaml +8 -6
- {weave_python-0.30.8 → weave_python-0.32.0}/PKG-INFO +1 -1
- {weave_python-0.30.8 → weave_python-0.32.0}/tools/sqlcgen/sqlcgen.py +1 -1
- weave_python-0.32.0/uv.lock +155 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/event_pb2.py +40 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/event_pb2.pyi +94 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/message_pb2.py +44 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/message_pb2.pyi +119 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/process_pb2.py +54 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/process_pb2.pyi +287 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/run_pb2.py +54 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/run_pb2.pyi +228 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/service_pb2.py +162 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/service_pb2.pyi +581 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/service_pb2_grpc.py +507 -0
- weave_python-0.32.0/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +255 -0
- weave_python-0.32.0/weave/weaveapi/project/v1/project_pb2.py +74 -0
- weave_python-0.32.0/weave/weaveapi/project/v1/project_pb2.pyi +416 -0
- weave_python-0.32.0/weave/weaveapi/project/v1/service_pb2.py +160 -0
- weave_python-0.32.0/weave/weaveapi/project/v1/service_pb2.pyi +632 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +76 -76
- {weave_python-0.30.8 → weave_python-0.32.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +55 -45
- weave_python-0.32.0/weave/weaveapi/task/v1/service_pb2.py +104 -0
- weave_python-0.32.0/weave/weaveapi/task/v1/service_pb2.pyi +449 -0
- weave_python-0.32.0/weave/weaveapi/task/v1/service_pb2_grpc.py +226 -0
- weave_python-0.32.0/weave/weaveapi/task/v1/service_pb2_grpc.pyi +107 -0
- weave_python-0.32.0/weave/weaveapi/task/v1/task_pb2.py +60 -0
- weave_python-0.32.0/weave/weaveapi/task/v1/task_pb2.pyi +327 -0
- weave_python-0.32.0/weave/weavesql/atcdb/event.py +406 -0
- weave_python-0.32.0/weave/weavesql/atcdb/mailbox.py +210 -0
- weave_python-0.32.0/weave/weavesql/atcdb/models.py +28 -0
- weave_python-0.32.0/weave/weavesql/weavedb/models.py +98 -0
- weave_python-0.32.0/weave/weavesql/weavedb/project.py +973 -0
- weave_python-0.32.0/weave/weavesql/weavedb/task.py +886 -0
- weave_python-0.30.8/uv.lock +0 -151
- weave_python-0.30.8/weave/weaveapi/auth/v1/service_pb2.py +0 -324
- weave_python-0.30.8/weave/weaveapi/auth/v1/service_pb2.pyi +0 -1560
- weave_python-0.30.8/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -1091
- weave_python-0.30.8/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -519
- weave_python-0.30.8/weave/weaveapi/auth/v1/session_pb2.py +0 -46
- weave_python-0.30.8/weave/weaveapi/auth/v1/session_pb2.pyi +0 -131
- weave_python-0.30.8/weave/weaveapi/auth/v1/usage_pb2.py +0 -56
- weave_python-0.30.8/weave/weaveapi/auth/v1/usage_pb2.pyi +0 -295
- weave_python-0.30.8/weave/weaveapi/auth/v1/user_pb2.py +0 -94
- weave_python-0.30.8/weave/weaveapi/auth/v1/user_pb2.pyi +0 -677
- weave_python-0.30.8/weave/weaveapi/data/v1/data_pb2.py +0 -60
- weave_python-0.30.8/weave/weaveapi/data/v1/data_pb2.pyi +0 -169
- weave_python-0.30.8/weave/weaveapi/data/v1/service_pb2.py +0 -216
- weave_python-0.30.8/weave/weaveapi/data/v1/service_pb2.pyi +0 -738
- weave_python-0.30.8/weave/weaveapi/data/v1/service_pb2_grpc.py +0 -461
- weave_python-0.30.8/weave/weaveapi/data/v1/service_pb2_grpc.pyi +0 -197
- weave_python-0.30.8/weave/weaveapi/generate/v1/configuration_pb2.py +0 -69
- weave_python-0.30.8/weave/weaveapi/generate/v1/configuration_pb2.pyi +0 -406
- weave_python-0.30.8/weave/weaveapi/generate/v1/configuration_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/generate/v1/generate_pb2.py +0 -64
- weave_python-0.30.8/weave/weaveapi/generate/v1/generate_pb2.pyi +0 -150
- weave_python-0.30.8/weave/weaveapi/generate/v1/generate_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/generate/v1/service_pb2.py +0 -114
- weave_python-0.30.8/weave/weaveapi/generate/v1/service_pb2.pyi +0 -330
- weave_python-0.30.8/weave/weaveapi/generate/v1/service_pb2_grpc.py +0 -275
- weave_python-0.30.8/weave/weaveapi/generate/v1/service_pb2_grpc.pyi +0 -127
- weave_python-0.30.8/weave/weaveapi/input/v1/input_pb2.py +0 -64
- weave_python-0.30.8/weave/weaveapi/input/v1/input_pb2.pyi +0 -260
- weave_python-0.30.8/weave/weaveapi/input/v1/input_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/input/v1/input_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/input/v1/service_pb2.py +0 -278
- weave_python-0.30.8/weave/weaveapi/input/v1/service_pb2.pyi +0 -932
- weave_python-0.30.8/weave/weaveapi/input/v1/service_pb2_grpc.py +0 -649
- weave_python-0.30.8/weave/weaveapi/input/v1/service_pb2_grpc.pyi +0 -247
- weave_python-0.30.8/weave/weaveapi/integration/v1/integration_pb2.py +0 -75
- weave_python-0.30.8/weave/weaveapi/integration/v1/integration_pb2.pyi +0 -204
- weave_python-0.30.8/weave/weaveapi/integration/v1/integration_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/integration/v1/integration_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/integration/v1/service_pb2.py +0 -239
- weave_python-0.30.8/weave/weaveapi/integration/v1/service_pb2.pyi +0 -815
- weave_python-0.30.8/weave/weaveapi/integration/v1/service_pb2_grpc.py +0 -510
- weave_python-0.30.8/weave/weaveapi/integration/v1/service_pb2_grpc.pyi +0 -215
- weave_python-0.30.8/weave/weaveapi/llmx/v1/architecture_pb2.py +0 -74
- weave_python-0.30.8/weave/weaveapi/llmx/v1/architecture_pb2.pyi +0 -1432
- weave_python-0.30.8/weave/weaveapi/llmx/v1/architecture_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/llmx/v1/capabilities_pb2.py +0 -120
- weave_python-0.30.8/weave/weaveapi/llmx/v1/capabilities_pb2.pyi +0 -1728
- weave_python-0.30.8/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/llmx/v1/model_pb2.py +0 -90
- weave_python-0.30.8/weave/weaveapi/llmx/v1/model_pb2.pyi +0 -825
- weave_python-0.30.8/weave/weaveapi/llmx/v1/model_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/llmx/v1/pricing_pb2.py +0 -58
- weave_python-0.30.8/weave/weaveapi/llmx/v1/pricing_pb2.pyi +0 -619
- weave_python-0.30.8/weave/weaveapi/llmx/v1/pricing_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/llmx/v1/provider_pb2.py +0 -38
- weave_python-0.30.8/weave/weaveapi/llmx/v1/provider_pb2.pyi +0 -128
- weave_python-0.30.8/weave/weaveapi/llmx/v1/provider_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/llmx/v1/service_pb2.py +0 -318
- weave_python-0.30.8/weave/weaveapi/llmx/v1/service_pb2.pyi +0 -2019
- weave_python-0.30.8/weave/weaveapi/llmx/v1/service_pb2_grpc.py +0 -600
- weave_python-0.30.8/weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +0 -223
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/server_pb2.py +0 -48
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/server_pb2.pyi +0 -185
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/service_pb2.py +0 -119
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/service_pb2.pyi +0 -221
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.py +0 -322
- weave_python-0.30.8/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +0 -133
- weave_python-0.30.8/weave/weaveapi/payment/v1/invoice_pb2.py +0 -72
- weave_python-0.30.8/weave/weaveapi/payment/v1/invoice_pb2.pyi +0 -410
- weave_python-0.30.8/weave/weaveapi/payment/v1/invoice_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/payment/v1/service_pb2.py +0 -410
- weave_python-0.30.8/weave/weaveapi/payment/v1/service_pb2.pyi +0 -1631
- weave_python-0.30.8/weave/weaveapi/payment/v1/service_pb2_grpc.py +0 -957
- weave_python-0.30.8/weave/weaveapi/payment/v1/service_pb2_grpc.pyi +0 -482
- weave_python-0.30.8/weave/weaveapi/payment/v1/subscription_pb2.py +0 -135
- weave_python-0.30.8/weave/weaveapi/payment/v1/subscription_pb2.pyi +0 -811
- weave_python-0.30.8/weave/weaveapi/payment/v1/subscription_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/project/v1/project_pb2.py +0 -46
- weave_python-0.30.8/weave/weaveapi/project/v1/project_pb2.pyi +0 -121
- weave_python-0.30.8/weave/weaveapi/project/v1/service_pb2.py +0 -126
- weave_python-0.30.8/weave/weaveapi/project/v1/service_pb2.pyi +0 -367
- weave_python-0.30.8/weave/weaveapi/report/v1/report_pb2.py +0 -64
- weave_python-0.30.8/weave/weaveapi/report/v1/report_pb2.pyi +0 -276
- weave_python-0.30.8/weave/weaveapi/report/v1/report_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/report/v1/report_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/report/v1/service_pb2.py +0 -124
- weave_python-0.30.8/weave/weaveapi/report/v1/service_pb2.pyi +0 -408
- weave_python-0.30.8/weave/weaveapi/report/v1/service_pb2_grpc.py +0 -322
- weave_python-0.30.8/weave/weaveapi/report/v1/service_pb2_grpc.pyi +0 -133
- weave_python-0.30.8/weave/weaveapi/requirement/v1/requirement_pb2.py +0 -69
- weave_python-0.30.8/weave/weaveapi/requirement/v1/requirement_pb2.pyi +0 -243
- weave_python-0.30.8/weave/weaveapi/requirement/v1/requirement_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/requirement/v1/requirement_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/requirement/v1/service_pb2.py +0 -281
- weave_python-0.30.8/weave/weaveapi/requirement/v1/service_pb2.pyi +0 -946
- weave_python-0.30.8/weave/weaveapi/requirement/v1/service_pb2_grpc.py +0 -651
- weave_python-0.30.8/weave/weaveapi/requirement/v1/service_pb2_grpc.pyi +0 -254
- weave_python-0.30.8/weave/weaveapi/run/v1/run_pb2.py +0 -88
- weave_python-0.30.8/weave/weaveapi/run/v1/run_pb2.pyi +0 -457
- weave_python-0.30.8/weave/weaveapi/run/v1/service_pb2.py +0 -132
- weave_python-0.30.8/weave/weaveapi/run/v1/service_pb2.pyi +0 -564
- weave_python-0.30.8/weave/weaveapi/run/v1/service_pb2_grpc.py +0 -367
- weave_python-0.30.8/weave/weaveapi/run/v1/service_pb2_grpc.pyi +0 -145
- weave_python-0.30.8/weave/weaveapi/script/v1/script_pb2.py +0 -74
- weave_python-0.30.8/weave/weaveapi/script/v1/script_pb2.pyi +0 -411
- weave_python-0.30.8/weave/weaveapi/script/v1/script_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/script/v1/script_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/script/v1/service_pb2.py +0 -346
- weave_python-0.30.8/weave/weaveapi/script/v1/service_pb2.pyi +0 -1283
- weave_python-0.30.8/weave/weaveapi/script/v1/service_pb2_grpc.py +0 -839
- weave_python-0.30.8/weave/weaveapi/script/v1/service_pb2_grpc.pyi +0 -319
- weave_python-0.30.8/weave/weaveapi/storage/v1/auth_pb2.py +0 -38
- weave_python-0.30.8/weave/weaveapi/storage/v1/auth_pb2.pyi +0 -55
- weave_python-0.30.8/weave/weaveapi/storage/v1/auth_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/storage/v1/nosql_database_pb2.py +0 -83
- weave_python-0.30.8/weave/weaveapi/storage/v1/nosql_database_pb2.pyi +0 -509
- weave_python-0.30.8/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/storage/v1/object_store_pb2.py +0 -63
- weave_python-0.30.8/weave/weaveapi/storage/v1/object_store_pb2.pyi +0 -241
- weave_python-0.30.8/weave/weaveapi/storage/v1/object_store_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/storage/v1/service_pb2.py +0 -128
- weave_python-0.30.8/weave/weaveapi/storage/v1/service_pb2.pyi +0 -603
- weave_python-0.30.8/weave/weaveapi/storage/v1/service_pb2_grpc.py +0 -322
- weave_python-0.30.8/weave/weaveapi/storage/v1/service_pb2_grpc.pyi +0 -164
- weave_python-0.30.8/weave/weaveapi/storage/v1/sql_database_pb2.py +0 -75
- weave_python-0.30.8/weave/weaveapi/storage/v1/sql_database_pb2.pyi +0 -552
- weave_python-0.30.8/weave/weaveapi/storage/v1/sql_database_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/storage/v1/storage_pb2.py +0 -56
- weave_python-0.30.8/weave/weaveapi/storage/v1/storage_pb2.pyi +0 -102
- weave_python-0.30.8/weave/weaveapi/storage/v1/storage_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/storage/v1/vcs_pb2.py +0 -62
- weave_python-0.30.8/weave/weaveapi/storage/v1/vcs_pb2.pyi +0 -391
- weave_python-0.30.8/weave/weaveapi/storage/v1/vcs_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/storage/v1/vcs_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/suite/v1/service_pb2.py +0 -378
- weave_python-0.30.8/weave/weaveapi/suite/v1/service_pb2.pyi +0 -1384
- weave_python-0.30.8/weave/weaveapi/suite/v1/service_pb2_grpc.py +0 -884
- weave_python-0.30.8/weave/weaveapi/suite/v1/service_pb2_grpc.pyi +0 -336
- weave_python-0.30.8/weave/weaveapi/suite/v1/suite_pb2.py +0 -92
- weave_python-0.30.8/weave/weaveapi/suite/v1/suite_pb2.pyi +0 -361
- weave_python-0.30.8/weave/weaveapi/suite/v1/suite_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/suite/v1/suite_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/dataset_pb2.py +0 -46
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/dataset_pb2.pyi +0 -222
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/inline_data_pb2.py +0 -45
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +0 -76
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/relationship_pb2.py +0 -55
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/relationship_pb2.pyi +0 -134
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/service_pb2.py +0 -92
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/service_pb2.pyi +0 -271
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/service_pb2_grpc.py +0 -228
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +0 -104
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/training_pb2.py +0 -55
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/training_pb2.pyi +0 -173
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/training_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/testcase/v1/service_pb2.py +0 -352
- weave_python-0.30.8/weave/weaveapi/testcase/v1/service_pb2.pyi +0 -1220
- weave_python-0.30.8/weave/weaveapi/testcase/v1/service_pb2_grpc.py +0 -839
- weave_python-0.30.8/weave/weaveapi/testcase/v1/service_pb2_grpc.pyi +0 -317
- weave_python-0.30.8/weave/weaveapi/testcase/v1/testcase_pb2.py +0 -80
- weave_python-0.30.8/weave/weaveapi/testcase/v1/testcase_pb2.pyi +0 -329
- weave_python-0.30.8/weave/weaveapi/testcase/v1/testcase_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/testcase/v1/testcase_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/workflow/v1/service_pb2.py +0 -178
- weave_python-0.30.8/weave/weaveapi/workflow/v1/service_pb2.pyi +0 -534
- weave_python-0.30.8/weave/weaveapi/workflow/v1/service_pb2_grpc.py +0 -463
- weave_python-0.30.8/weave/weaveapi/workflow/v1/service_pb2_grpc.pyi +0 -183
- weave_python-0.30.8/weave/weaveapi/workflow/v1/workflow_pb2.py +0 -56
- weave_python-0.30.8/weave/weaveapi/workflow/v1/workflow_pb2.pyi +0 -236
- weave_python-0.30.8/weave/weaveapi/workflow/v1/workflow_pb2_grpc.py +0 -2
- weave_python-0.30.8/weave/weaveapi/workflow/v1/workflow_pb2_grpc.pyi +0 -21
- weave_python-0.30.8/weave/weaveapi/workflowdata/v1/service_pb2.py +0 -167
- weave_python-0.30.8/weave/weaveapi/workflowdata/v1/service_pb2.pyi +0 -676
- weave_python-0.30.8/weave/weaveapi/workflowdata/v1/service_pb2_grpc.py +0 -469
- weave_python-0.30.8/weave/weaveapi/workflowdata/v1/service_pb2_grpc.pyi +0 -199
- weave_python-0.30.8/weave/weavesql/llmxdb/capabilities.py +0 -487
- weave_python-0.30.8/weave/weavesql/llmxdb/changes.py +0 -299
- weave_python-0.30.8/weave/weavesql/llmxdb/models.py +0 -596
- weave_python-0.30.8/weave/weavesql/llmxdb/providers.py +0 -352
- weave_python-0.30.8/weave/weavesql/llmxdb/scraper_runs.py +0 -287
- weave_python-0.30.8/weave/weavesql/llmxdb/search.py +0 -721
- weave_python-0.30.8/weave/weavesql/weavedb/data_asset.py +0 -752
- weave_python-0.30.8/weave/weavesql/weavedb/dataset.py +0 -155
- weave_python-0.30.8/weave/weavesql/weavedb/input.py +0 -1066
- weave_python-0.30.8/weave/weavesql/weavedb/integration.py +0 -846
- weave_python-0.30.8/weave/weavesql/weavedb/llm_provider_credentials.py +0 -51
- weave_python-0.30.8/weave/weavesql/weavedb/models.py +0 -750
- weave_python-0.30.8/weave/weavesql/weavedb/project.py +0 -408
- weave_python-0.30.8/weave/weavesql/weavedb/relationships.py +0 -72
- weave_python-0.30.8/weave/weavesql/weavedb/report.py +0 -690
- weave_python-0.30.8/weave/weavesql/weavedb/requirement.py +0 -864
- weave_python-0.30.8/weave/weavesql/weavedb/run.py +0 -1019
- weave_python-0.30.8/weave/weavesql/weavedb/schema.py +0 -156
- weave_python-0.30.8/weave/weavesql/weavedb/storage.py +0 -113
- weave_python-0.30.8/weave/weavesql/weavedb/suite.py +0 -1361
- weave_python-0.30.8/weave/weavesql/weavedb/synthesizer.py +0 -107
- weave_python-0.30.8/weave/weavesql/weavedb/test_case.py +0 -1200
- weave_python-0.30.8/weave/weavesql/weavedb/test_script.py +0 -1283
- weave_python-0.30.8/weave/weavesql/weavedb/traceability.py +0 -590
- weave_python-0.30.8/weave/weavesql/weavedb/workflow.py +0 -619
- {weave_python-0.30.8 → weave_python-0.32.0}/.github/runs-on.yml +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/.gitignore +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/.python-version +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/LICENSE +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/README.md +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/Taskfile.yaml +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/buf.gen.yaml +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/pyproject.toml +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/renovate.json +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- /weave_python-0.30.8/weave/weaveapi/auth/v1/session_pb2_grpc.py → /weave_python-0.32.0/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- /weave_python-0.30.8/weave/weaveapi/auth/v1/session_pb2_grpc.pyi → /weave_python-0.32.0/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- /weave_python-0.30.8/weave/weaveapi/auth/v1/usage_pb2_grpc.py → /weave_python-0.32.0/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- /weave_python-0.30.8/weave/weaveapi/auth/v1/usage_pb2_grpc.pyi → /weave_python-0.32.0/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- /weave_python-0.30.8/weave/weaveapi/auth/v1/user_pb2_grpc.py → /weave_python-0.32.0/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- /weave_python-0.30.8/weave/weaveapi/auth/v1/user_pb2_grpc.pyi → /weave_python-0.32.0/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.30.8/weave/weaveapi/run → weave_python-0.32.0/weave/weaveapi/atc}/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.30.8/weave/weaveapi/run → weave_python-0.32.0/weave/weaveapi/atc}/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.30.8 → weave_python-0.32.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- /weave_python-0.30.8/weave/weaveapi/data/v1/data_pb2_grpc.py → /weave_python-0.32.0/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- /weave_python-0.30.8/weave/weaveapi/data/v1/data_pb2_grpc.pyi → /weave_python-0.32.0/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
|
@@ -4,6 +4,7 @@ on:
|
|
|
4
4
|
repository_dispatch:
|
|
5
5
|
types:
|
|
6
6
|
- schema-release
|
|
7
|
+
- schema-branch-update
|
|
7
8
|
|
|
8
9
|
permissions:
|
|
9
10
|
contents: write
|
|
@@ -17,7 +18,7 @@ jobs:
|
|
|
17
18
|
uses: runs-on/action@v2
|
|
18
19
|
|
|
19
20
|
- id: app_token
|
|
20
|
-
uses: actions/create-github-app-token@
|
|
21
|
+
uses: actions/create-github-app-token@v3
|
|
21
22
|
with:
|
|
22
23
|
app-id: ${{ secrets.STITCH_ID }}
|
|
23
24
|
private-key: ${{ secrets.STITCH_PRIVATE_KEY }}
|
|
@@ -27,6 +28,24 @@ jobs:
|
|
|
27
28
|
with:
|
|
28
29
|
persist-credentials: 'false'
|
|
29
30
|
|
|
31
|
+
- name: Determine generation mode
|
|
32
|
+
id: mode
|
|
33
|
+
run: |
|
|
34
|
+
if [[ "${{ github.event.action }}" == "schema-branch-update" ]]; then
|
|
35
|
+
echo "is_branch=true" >> "$GITHUB_OUTPUT"
|
|
36
|
+
echo "branch=${{ github.event.client_payload.branch }}" >> "$GITHUB_OUTPUT"
|
|
37
|
+
echo "ref=${{ github.event.client_payload.ref }}" >> "$GITHUB_OUTPUT"
|
|
38
|
+
else
|
|
39
|
+
echo "is_branch=false" >> "$GITHUB_OUTPUT"
|
|
40
|
+
echo "ref=${{ github.event.client_payload.ref }}" >> "$GITHUB_OUTPUT"
|
|
41
|
+
fi
|
|
42
|
+
|
|
43
|
+
- name: Setup feature branch
|
|
44
|
+
if: steps.mode.outputs.is_branch == 'true'
|
|
45
|
+
run: |
|
|
46
|
+
git fetch origin "${{ steps.mode.outputs.branch }}" || true
|
|
47
|
+
git checkout -B "${{ steps.mode.outputs.branch }}"
|
|
48
|
+
|
|
30
49
|
- name: Checkout schema
|
|
31
50
|
uses: actions/checkout@v6
|
|
32
51
|
with:
|
|
@@ -37,9 +56,9 @@ jobs:
|
|
|
37
56
|
token: ${{ steps.app_token.outputs.token }}
|
|
38
57
|
|
|
39
58
|
- name: Setup sqlc
|
|
40
|
-
uses: sqlc-dev/setup-sqlc@
|
|
59
|
+
uses: sqlc-dev/setup-sqlc@v5
|
|
41
60
|
with:
|
|
42
|
-
sqlc-version: '1.
|
|
61
|
+
sqlc-version: '1.30.0'
|
|
43
62
|
|
|
44
63
|
- name: Checkout sqlc-gen-python (PR 92)
|
|
45
64
|
uses: actions/checkout@v6
|
|
@@ -135,7 +154,7 @@ jobs:
|
|
|
135
154
|
fi
|
|
136
155
|
|
|
137
156
|
- name: Create Pull Request
|
|
138
|
-
if: steps.check_changes.outputs.has_changes == 'true'
|
|
157
|
+
if: steps.mode.outputs.is_branch == 'false' && steps.check_changes.outputs.has_changes == 'true'
|
|
139
158
|
uses: peter-evans/create-pull-request@v8
|
|
140
159
|
with:
|
|
141
160
|
base: 'main'
|
|
@@ -147,3 +166,13 @@ jobs:
|
|
|
147
166
|
commit-message: "schema(codegen): update generated code from schema ${{ github.event.client_payload.schema_version }}"
|
|
148
167
|
title: "schema(codegen): update generated code from schema ${{ github.event.client_payload.schema_version }}"
|
|
149
168
|
token: ${{ steps.app_token.outputs.token }}
|
|
169
|
+
|
|
170
|
+
- name: Push to feature branch
|
|
171
|
+
if: steps.mode.outputs.is_branch == 'true' && steps.check_changes.outputs.has_changes == 'true'
|
|
172
|
+
run: |
|
|
173
|
+
git remote set-url origin "https://x-access-token:${{ steps.app_token.outputs.token }}@github.com/${{ github.repository }}.git"
|
|
174
|
+
git config user.name "weavelabs-stitch[bot]"
|
|
175
|
+
git config user.email "204946046+weavelabs-stitch[bot]@users.noreply.github.com"
|
|
176
|
+
git add -A
|
|
177
|
+
git commit -m "schema(codegen): update generated code from schema branch ${{ steps.mode.outputs.branch }}"
|
|
178
|
+
git push --force origin "${{ steps.mode.outputs.branch }}"
|
|
@@ -15,16 +15,18 @@ permissions:
|
|
|
15
15
|
actions: read
|
|
16
16
|
|
|
17
17
|
jobs:
|
|
18
|
-
|
|
19
|
-
uses: weave-labs/ci/.github/workflows/
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
release:
|
|
19
|
+
uses: weave-labs/ci/.github/workflows/release.yaml@main
|
|
20
|
+
permissions:
|
|
21
|
+
contents: write
|
|
22
|
+
issues: write
|
|
23
|
+
pull-requests: write
|
|
22
24
|
secrets:
|
|
23
25
|
APP_ID: ${{ secrets.STITCH_ID }}
|
|
24
26
|
APP_PRIVATE_KEY: ${{ secrets.STITCH_PRIVATE_KEY }}
|
|
25
27
|
|
|
26
28
|
package:
|
|
27
|
-
needs:
|
|
29
|
+
needs: release
|
|
28
30
|
uses: weave-labs/ci/.github/workflows/python-build.yaml@main
|
|
29
31
|
|
|
30
32
|
publish:
|
|
@@ -37,7 +39,7 @@ jobs:
|
|
|
37
39
|
- name: Configure RunsOn features
|
|
38
40
|
uses: runs-on/action@v2
|
|
39
41
|
|
|
40
|
-
- uses: actions/download-artifact@
|
|
42
|
+
- uses: actions/download-artifact@v8
|
|
41
43
|
with:
|
|
42
44
|
name: dist
|
|
43
45
|
path: dist/
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
version = 1
|
|
2
|
+
revision = 3
|
|
3
|
+
requires-python = ">=3.10"
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "greenlet"
|
|
7
|
+
version = "3.3.2"
|
|
8
|
+
source = { registry = "https://pypi.org/simple" }
|
|
9
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a3/51/1664f6b78fc6ebbd98019a1fd730e83fa78f2db7058f72b1463d3612b8db/greenlet-3.3.2.tar.gz", hash = "sha256:2eaf067fc6d886931c7962e8c6bede15d2f01965560f3359b27c80bde2d151f2", size = 188267, upload-time = "2026-02-20T20:54:15.531Z" }
|
|
10
|
+
wheels = [
|
|
11
|
+
{ url = "https://files.pythonhosted.org/packages/38/3f/9859f655d11901e7b2996c6e3d33e0caa9a1d4572c3bc61ed0faa64b2f4c/greenlet-3.3.2-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:9bc885b89709d901859cf95179ec9f6bb67a3d2bb1f0e88456461bd4b7f8fd0d", size = 277747, upload-time = "2026-02-20T20:16:21.325Z" },
|
|
12
|
+
{ url = "https://files.pythonhosted.org/packages/fb/07/cb284a8b5c6498dbd7cba35d31380bb123d7dceaa7907f606c8ff5993cbf/greenlet-3.3.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b568183cf65b94919be4438dc28416b234b678c608cafac8874dfeeb2a9bbe13", size = 579202, upload-time = "2026-02-20T20:47:28.955Z" },
|
|
13
|
+
{ url = "https://files.pythonhosted.org/packages/ed/45/67922992b3a152f726163b19f890a85129a992f39607a2a53155de3448b8/greenlet-3.3.2-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:527fec58dc9f90efd594b9b700662ed3fb2493c2122067ac9c740d98080a620e", size = 590620, upload-time = "2026-02-20T20:55:55.581Z" },
|
|
14
|
+
{ url = "https://files.pythonhosted.org/packages/ad/55/9f1ebb5a825215fadcc0f7d5073f6e79e3007e3282b14b22d6aba7ca6cb8/greenlet-3.3.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ad0c8917dd42a819fe77e6bdfcb84e3379c0de956469301d9fd36427a1ca501f", size = 591729, upload-time = "2026-02-20T20:20:58.395Z" },
|
|
15
|
+
{ url = "https://files.pythonhosted.org/packages/24/b4/21f5455773d37f94b866eb3cf5caed88d6cea6dd2c6e1f9c34f463cba3ec/greenlet-3.3.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:97245cc10e5515dbc8c3104b2928f7f02b6813002770cfaffaf9a6e0fc2b94ef", size = 1551946, upload-time = "2026-02-20T20:49:31.102Z" },
|
|
16
|
+
{ url = "https://files.pythonhosted.org/packages/00/68/91f061a926abead128fe1a87f0b453ccf07368666bd59ffa46016627a930/greenlet-3.3.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:8c1fdd7d1b309ff0da81d60a9688a8bd044ac4e18b250320a96fc68d31c209ca", size = 1618494, upload-time = "2026-02-20T20:21:06.541Z" },
|
|
17
|
+
{ url = "https://files.pythonhosted.org/packages/ac/78/f93e840cbaef8becaf6adafbaf1319682a6c2d8c1c20224267a5c6c8c891/greenlet-3.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:5d0e35379f93a6d0222de929a25ab47b5eb35b5ef4721c2b9cbcc4036129ff1f", size = 230092, upload-time = "2026-02-20T20:17:09.379Z" },
|
|
18
|
+
{ url = "https://files.pythonhosted.org/packages/f3/47/16400cb42d18d7a6bb46f0626852c1718612e35dcb0dffa16bbaffdf5dd2/greenlet-3.3.2-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:c56692189a7d1c7606cb794be0a8381470d95c57ce5be03fb3d0ef57c7853b86", size = 278890, upload-time = "2026-02-20T20:19:39.263Z" },
|
|
19
|
+
{ url = "https://files.pythonhosted.org/packages/a3/90/42762b77a5b6aa96cd8c0e80612663d39211e8ae8a6cd47c7f1249a66262/greenlet-3.3.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1ebd458fa8285960f382841da585e02201b53a5ec2bac6b156fc623b5ce4499f", size = 581120, upload-time = "2026-02-20T20:47:30.161Z" },
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/bf/6f/f3d64f4fa0a9c7b5c5b3c810ff1df614540d5aa7d519261b53fba55d4df9/greenlet-3.3.2-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a443358b33c4ec7b05b79a7c8b466f5d275025e750298be7340f8fc63dff2a55", size = 594363, upload-time = "2026-02-20T20:55:56.965Z" },
|
|
21
|
+
{ url = "https://files.pythonhosted.org/packages/72/83/3e06a52aca8128bdd4dcd67e932b809e76a96ab8c232a8b025b2850264c5/greenlet-3.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8e2cd90d413acbf5e77ae41e5d3c9b3ac1d011a756d7284d7f3f2b806bbd6358", size = 594156, upload-time = "2026-02-20T20:20:59.955Z" },
|
|
22
|
+
{ url = "https://files.pythonhosted.org/packages/70/79/0de5e62b873e08fe3cef7dbe84e5c4bc0e8ed0c7ff131bccb8405cd107c8/greenlet-3.3.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:442b6057453c8cb29b4fb36a2ac689382fc71112273726e2423f7f17dc73bf99", size = 1554649, upload-time = "2026-02-20T20:49:32.293Z" },
|
|
23
|
+
{ url = "https://files.pythonhosted.org/packages/5a/00/32d30dee8389dc36d42170a9c66217757289e2afb0de59a3565260f38373/greenlet-3.3.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:45abe8eb6339518180d5a7fa47fa01945414d7cca5ecb745346fc6a87d2750be", size = 1619472, upload-time = "2026-02-20T20:21:07.966Z" },
|
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/f1/3a/efb2cf697fbccdf75b24e2c18025e7dfa54c4f31fab75c51d0fe79942cef/greenlet-3.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:1e692b2dae4cc7077cbb11b47d258533b48c8fde69a33d0d8a82e2fe8d8531d5", size = 230389, upload-time = "2026-02-20T20:17:18.772Z" },
|
|
25
|
+
{ url = "https://files.pythonhosted.org/packages/e1/a1/65bbc059a43a7e2143ec4fc1f9e3f673e04f9c7b371a494a101422ac4fd5/greenlet-3.3.2-cp311-cp311-win_arm64.whl", hash = "sha256:02b0a8682aecd4d3c6c18edf52bc8e51eacdd75c8eac52a790a210b06aa295fd", size = 229645, upload-time = "2026-02-20T20:18:18.695Z" },
|
|
26
|
+
{ url = "https://files.pythonhosted.org/packages/ea/ab/1608e5a7578e62113506740b88066bf09888322a311cff602105e619bd87/greenlet-3.3.2-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:ac8d61d4343b799d1e526db579833d72f23759c71e07181c2d2944e429eb09cd", size = 280358, upload-time = "2026-02-20T20:17:43.971Z" },
|
|
27
|
+
{ url = "https://files.pythonhosted.org/packages/a5/23/0eae412a4ade4e6623ff7626e38998cb9b11e9ff1ebacaa021e4e108ec15/greenlet-3.3.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3ceec72030dae6ac0c8ed7591b96b70410a8be370b6a477b1dbc072856ad02bd", size = 601217, upload-time = "2026-02-20T20:47:31.462Z" },
|
|
28
|
+
{ url = "https://files.pythonhosted.org/packages/f8/16/5b1678a9c07098ecb9ab2dd159fafaf12e963293e61ee8d10ecb55273e5e/greenlet-3.3.2-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a2a5be83a45ce6188c045bcc44b0ee037d6a518978de9a5d97438548b953a1ac", size = 611792, upload-time = "2026-02-20T20:55:58.423Z" },
|
|
29
|
+
{ url = "https://files.pythonhosted.org/packages/50/1f/5155f55bd71cabd03765a4aac9ac446be129895271f73872c36ebd4b04b6/greenlet-3.3.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:43e99d1749147ac21dde49b99c9abffcbc1e2d55c67501465ef0930d6e78e070", size = 613875, upload-time = "2026-02-20T20:21:01.102Z" },
|
|
30
|
+
{ url = "https://files.pythonhosted.org/packages/fc/dd/845f249c3fcd69e32df80cdab059b4be8b766ef5830a3d0aa9d6cad55beb/greenlet-3.3.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4c956a19350e2c37f2c48b336a3afb4bff120b36076d9d7fb68cb44e05d95b79", size = 1571467, upload-time = "2026-02-20T20:49:33.495Z" },
|
|
31
|
+
{ url = "https://files.pythonhosted.org/packages/2a/50/2649fe21fcc2b56659a452868e695634722a6655ba245d9f77f5656010bf/greenlet-3.3.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6c6f8ba97d17a1e7d664151284cb3315fc5f8353e75221ed4324f84eb162b395", size = 1640001, upload-time = "2026-02-20T20:21:09.154Z" },
|
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/9b/40/cc802e067d02af8b60b6771cea7d57e21ef5e6659912814babb42b864713/greenlet-3.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:34308836d8370bddadb41f5a7ce96879b72e2fdfb4e87729330c6ab52376409f", size = 231081, upload-time = "2026-02-20T20:17:28.121Z" },
|
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/58/2e/fe7f36ff1982d6b10a60d5e0740c759259a7d6d2e1dc41da6d96de32fff6/greenlet-3.3.2-cp312-cp312-win_arm64.whl", hash = "sha256:d3a62fa76a32b462a97198e4c9e99afb9ab375115e74e9a83ce180e7a496f643", size = 230331, upload-time = "2026-02-20T20:17:23.34Z" },
|
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/ac/48/f8b875fa7dea7dd9b33245e37f065af59df6a25af2f9561efa8d822fde51/greenlet-3.3.2-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:aa6ac98bdfd716a749b84d4034486863fd81c3abde9aa3cf8eff9127981a4ae4", size = 279120, upload-time = "2026-02-20T20:19:01.9Z" },
|
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/49/8d/9771d03e7a8b1ee456511961e1b97a6d77ae1dea4a34a5b98eee706689d3/greenlet-3.3.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ab0c7e7901a00bc0a7284907273dc165b32e0d109a6713babd04471327ff7986", size = 603238, upload-time = "2026-02-20T20:47:32.873Z" },
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/59/0e/4223c2bbb63cd5c97f28ffb2a8aee71bdfb30b323c35d409450f51b91e3e/greenlet-3.3.2-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d248d8c23c67d2291ffd47af766e2a3aa9fa1c6703155c099feb11f526c63a92", size = 614219, upload-time = "2026-02-20T20:55:59.817Z" },
|
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/7a/34/259b28ea7a2a0c904b11cd36c79b8cef8019b26ee5dbe24e73b469dea347/greenlet-3.3.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b6997d360a4e6a4e936c0f9625b1c20416b8a0ea18a8e19cabbefc712e7397ab", size = 616774, upload-time = "2026-02-20T20:21:02.454Z" },
|
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/0a/03/996c2d1689d486a6e199cb0f1cf9e4aa940c500e01bdf201299d7d61fa69/greenlet-3.3.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:64970c33a50551c7c50491671265d8954046cb6e8e2999aacdd60e439b70418a", size = 1571277, upload-time = "2026-02-20T20:49:34.795Z" },
|
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/d9/c4/2570fc07f34a39f2caf0bf9f24b0a1a0a47bc2e8e465b2c2424821389dfc/greenlet-3.3.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1a9172f5bf6bd88e6ba5a84e0a68afeac9dc7b6b412b245dd64f52d83c81e55b", size = 1640455, upload-time = "2026-02-20T20:21:10.261Z" },
|
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/91/39/5ef5aa23bc545aa0d31e1b9b55822b32c8da93ba657295840b6b34124009/greenlet-3.3.2-cp313-cp313-win_amd64.whl", hash = "sha256:a7945dd0eab63ded0a48e4dcade82939783c172290a7903ebde9e184333ca124", size = 230961, upload-time = "2026-02-20T20:16:58.461Z" },
|
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/62/6b/a89f8456dcb06becff288f563618e9f20deed8dd29beea14f9a168aef64b/greenlet-3.3.2-cp313-cp313-win_arm64.whl", hash = "sha256:394ead29063ee3515b4e775216cb756b2e3b4a7e55ae8fd884f17fa579e6b327", size = 230221, upload-time = "2026-02-20T20:17:37.152Z" },
|
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/3f/ae/8bffcbd373b57a5992cd077cbe8858fff39110480a9d50697091faea6f39/greenlet-3.3.2-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:8d1658d7291f9859beed69a776c10822a0a799bc4bfe1bd4272bb60e62507dab", size = 279650, upload-time = "2026-02-20T20:18:00.783Z" },
|
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/d1/c0/45f93f348fa49abf32ac8439938726c480bd96b2a3c6f4d949ec0124b69f/greenlet-3.3.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:18cb1b7337bca281915b3c5d5ae19f4e76d35e1df80f4ad3c1a7be91fadf1082", size = 650295, upload-time = "2026-02-20T20:47:34.036Z" },
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/b3/de/dd7589b3f2b8372069ab3e4763ea5329940fc7ad9dcd3e272a37516d7c9b/greenlet-3.3.2-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c2e47408e8ce1c6f1ceea0dffcdf6ebb85cc09e55c7af407c99f1112016e45e9", size = 662163, upload-time = "2026-02-20T20:56:01.295Z" },
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/d2/d8/09bfa816572a4d83bccd6750df1926f79158b1c36c5f73786e26dbe4ee38/greenlet-3.3.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:63d10328839d1973e5ba35e98cccbca71b232b14051fd957b6f8b6e8e80d0506", size = 664160, upload-time = "2026-02-20T20:21:04.015Z" },
|
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/48/cf/56832f0c8255d27f6c35d41b5ec91168d74ec721d85f01a12131eec6b93c/greenlet-3.3.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:8e4ab3cfb02993c8cc248ea73d7dae6cec0253e9afa311c9b37e603ca9fad2ce", size = 1619181, upload-time = "2026-02-20T20:49:36.052Z" },
|
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/0a/23/b90b60a4aabb4cec0796e55f25ffbfb579a907c3898cd2905c8918acaa16/greenlet-3.3.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:94ad81f0fd3c0c0681a018a976e5c2bd2ca2d9d94895f23e7bb1af4e8af4e2d5", size = 1687713, upload-time = "2026-02-20T20:21:11.684Z" },
|
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/f3/ca/2101ca3d9223a1dc125140dbc063644dca76df6ff356531eb27bc267b446/greenlet-3.3.2-cp314-cp314-win_amd64.whl", hash = "sha256:8c4dd0f3997cf2512f7601563cc90dfb8957c0cff1e3a1b23991d4ea1776c492", size = 232034, upload-time = "2026-02-20T20:20:08.186Z" },
|
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/f6/4a/ecf894e962a59dea60f04877eea0fd5724618da89f1867b28ee8b91e811f/greenlet-3.3.2-cp314-cp314-win_arm64.whl", hash = "sha256:cd6f9e2bbd46321ba3bbb4c8a15794d32960e3b0ae2cc4d49a1a53d314805d71", size = 231437, upload-time = "2026-02-20T20:18:59.722Z" },
|
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/98/6d/8f2ef704e614bcf58ed43cfb8d87afa1c285e98194ab2cfad351bf04f81e/greenlet-3.3.2-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:e26e72bec7ab387ac80caa7496e0f908ff954f31065b0ffc1f8ecb1338b11b54", size = 286617, upload-time = "2026-02-20T20:19:29.856Z" },
|
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/5e/0d/93894161d307c6ea237a43988f27eba0947b360b99ac5239ad3fe09f0b47/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8b466dff7a4ffda6ca975979bab80bdadde979e29fc947ac3be4451428d8b0e4", size = 655189, upload-time = "2026-02-20T20:47:35.742Z" },
|
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/f5/2c/d2d506ebd8abcb57386ec4f7ba20f4030cbe56eae541bc6fd6ef399c0b41/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b8bddc5b73c9720bea487b3bffdb1840fe4e3656fba3bd40aa1489e9f37877ff", size = 658225, upload-time = "2026-02-20T20:56:02.527Z" },
|
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/8e/30/3a09155fbf728673a1dea713572d2d31159f824a37c22da82127056c44e4/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b26b0f4428b871a751968285a1ac9648944cea09807177ac639b030bddebcea4", size = 657907, upload-time = "2026-02-20T20:21:05.259Z" },
|
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/f3/fd/d05a4b7acd0154ed758797f0a43b4c0962a843bedfe980115e842c5b2d08/greenlet-3.3.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1fb39a11ee2e4d94be9a76671482be9398560955c9e568550de0224e41104727", size = 1618857, upload-time = "2026-02-20T20:49:37.309Z" },
|
|
55
|
+
{ url = "https://files.pythonhosted.org/packages/6f/e1/50ee92a5db521de8f35075b5eff060dd43d39ebd46c2181a2042f7070385/greenlet-3.3.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:20154044d9085151bc309e7689d6f7ba10027f8f5a8c0676ad398b951913d89e", size = 1680010, upload-time = "2026-02-20T20:21:13.427Z" },
|
|
56
|
+
{ url = "https://files.pythonhosted.org/packages/29/4b/45d90626aef8e65336bed690106d1382f7a43665e2249017e9527df8823b/greenlet-3.3.2-cp314-cp314t-win_amd64.whl", hash = "sha256:c04c5e06ec3e022cbfe2cd4a846e1d4e50087444f875ff6d2c2ad8445495cf1a", size = 237086, upload-time = "2026-02-20T20:20:45.786Z" },
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
[[package]]
|
|
60
|
+
name = "protobuf"
|
|
61
|
+
version = "7.34.1"
|
|
62
|
+
source = { registry = "https://pypi.org/simple" }
|
|
63
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6b/6b/a0e95cad1ad7cc3f2c6821fcab91671bd5b78bd42afb357bb4765f29bc41/protobuf-7.34.1.tar.gz", hash = "sha256:9ce42245e704cc5027be797c1db1eb93184d44d1cdd71811fb2d9b25ad541280", size = 454708, upload-time = "2026-03-20T17:34:47.036Z" }
|
|
64
|
+
wheels = [
|
|
65
|
+
{ url = "https://files.pythonhosted.org/packages/ec/11/3325d41e6ee15bf1125654301211247b042563bcc898784351252549a8ad/protobuf-7.34.1-cp310-abi3-macosx_10_9_universal2.whl", hash = "sha256:d8b2cc79c4d8f62b293ad9b11ec3aebce9af481fa73e64556969f7345ebf9fc7", size = 429247, upload-time = "2026-03-20T17:34:37.024Z" },
|
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/eb/9d/aa69df2724ff63efa6f72307b483ce0827f4347cc6d6df24b59e26659fef/protobuf-7.34.1-cp310-abi3-manylinux2014_aarch64.whl", hash = "sha256:5185e0e948d07abe94bb76ec9b8416b604cfe5da6f871d67aad30cbf24c3110b", size = 325753, upload-time = "2026-03-20T17:34:38.751Z" },
|
|
67
|
+
{ url = "https://files.pythonhosted.org/packages/92/e8/d174c91fd48e50101943f042b09af9029064810b734e4160bbe282fa1caa/protobuf-7.34.1-cp310-abi3-manylinux2014_s390x.whl", hash = "sha256:403b093a6e28a960372b44e5eb081775c9b056e816a8029c61231743d63f881a", size = 340198, upload-time = "2026-03-20T17:34:39.871Z" },
|
|
68
|
+
{ url = "https://files.pythonhosted.org/packages/53/1b/3b431694a4dc6d37b9f653f0c64b0a0d9ec074ee810710c0c3da21d67ba7/protobuf-7.34.1-cp310-abi3-manylinux2014_x86_64.whl", hash = "sha256:8ff40ce8cd688f7265326b38d5a1bed9bfdf5e6723d49961432f83e21d5713e4", size = 324267, upload-time = "2026-03-20T17:34:41.1Z" },
|
|
69
|
+
{ url = "https://files.pythonhosted.org/packages/85/29/64de04a0ac142fb685fd09999bc3d337943fb386f3a0ec57f92fd8203f97/protobuf-7.34.1-cp310-abi3-win32.whl", hash = "sha256:34b84ce27680df7cca9f231043ada0daa55d0c44a2ddfaa58ec1d0d89d8bf60a", size = 426628, upload-time = "2026-03-20T17:34:42.536Z" },
|
|
70
|
+
{ url = "https://files.pythonhosted.org/packages/4d/87/cb5e585192a22b8bd457df5a2c16a75ea0db9674c3a0a39fc9347d84e075/protobuf-7.34.1-cp310-abi3-win_amd64.whl", hash = "sha256:e97b55646e6ce5cbb0954a8c28cd39a5869b59090dfaa7df4598a7fba869468c", size = 437901, upload-time = "2026-03-20T17:34:44.112Z" },
|
|
71
|
+
{ url = "https://files.pythonhosted.org/packages/88/95/608f665226bca68b736b79e457fded9a2a38c4f4379a4a7614303d9db3bc/protobuf-7.34.1-py3-none-any.whl", hash = "sha256:bb3812cd53aefea2b028ef42bd780f5b96407247f20c6ef7c679807e9d188f11", size = 170715, upload-time = "2026-03-20T17:34:45.384Z" },
|
|
72
|
+
]
|
|
73
|
+
|
|
74
|
+
[[package]]
|
|
75
|
+
name = "sqlalchemy"
|
|
76
|
+
version = "2.0.49"
|
|
77
|
+
source = { registry = "https://pypi.org/simple" }
|
|
78
|
+
dependencies = [
|
|
79
|
+
{ name = "greenlet", marker = "platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'" },
|
|
80
|
+
{ name = "typing-extensions" },
|
|
81
|
+
]
|
|
82
|
+
sdist = { url = "https://files.pythonhosted.org/packages/09/45/461788f35e0364a8da7bda51a1fe1b09762d0c32f12f63727998d85a873b/sqlalchemy-2.0.49.tar.gz", hash = "sha256:d15950a57a210e36dd4cec1aac22787e2a4d57ba9318233e2ef8b2daf9ff2d5f", size = 9898221, upload-time = "2026-04-03T16:38:11.704Z" }
|
|
83
|
+
wheels = [
|
|
84
|
+
{ url = "https://files.pythonhosted.org/packages/96/76/f908955139842c362aa877848f42f9249642d5b69e06cee9eae5111da1bd/sqlalchemy-2.0.49-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:42e8804962f9e6f4be2cbaedc0c3718f08f60a16910fa3d86da5a1e3b1bfe60f", size = 2159321, upload-time = "2026-04-03T16:50:11.8Z" },
|
|
85
|
+
{ url = "https://files.pythonhosted.org/packages/24/e2/17ba0b7bfbd8de67196889b6d951de269e8a46057d92baca162889beb16d/sqlalchemy-2.0.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:cc992c6ed024c8c3c592c5fc9846a03dd68a425674900c70122c77ea16c5fb0b", size = 3238937, upload-time = "2026-04-03T16:54:45.731Z" },
|
|
86
|
+
{ url = "https://files.pythonhosted.org/packages/90/1e/410dd499c039deacff395eec01a9da057125fcd0c97e3badc252c6a2d6a7/sqlalchemy-2.0.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6eb188b84269f357669b62cb576b5b918de10fb7c728a005fa0ebb0b758adce1", size = 3237188, upload-time = "2026-04-03T16:56:53.217Z" },
|
|
87
|
+
{ url = "https://files.pythonhosted.org/packages/ab/06/e797a8b98a3993ac4bc785309b9b6d005457fc70238ee6cefa7c8867a92e/sqlalchemy-2.0.49-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:62557958002b69699bdb7f5137c6714ca1133f045f97b3903964f47db97ea339", size = 3190061, upload-time = "2026-04-03T16:54:47.489Z" },
|
|
88
|
+
{ url = "https://files.pythonhosted.org/packages/44/d3/5a9f7ef580af1031184b38235da6ac58c3b571df01c9ec061c44b2b0c5a6/sqlalchemy-2.0.49-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:da9b91bca419dc9b9267ffadde24eae9b1a6bffcd09d0a207e5e3af99a03ce0d", size = 3211477, upload-time = "2026-04-03T16:56:55.056Z" },
|
|
89
|
+
{ url = "https://files.pythonhosted.org/packages/69/ec/7be8c8cb35f038e963a203e4fe5a028989167cc7299927b7cf297c271e37/sqlalchemy-2.0.49-cp310-cp310-win32.whl", hash = "sha256:5e61abbec255be7b122aa461021daa7c3f310f3e743411a67079f9b3cc91ece3", size = 2119965, upload-time = "2026-04-03T17:00:50.009Z" },
|
|
90
|
+
{ url = "https://files.pythonhosted.org/packages/b5/31/0defb93e3a10b0cf7d1271aedd87251a08c3a597ee4f353281769b547b5a/sqlalchemy-2.0.49-cp310-cp310-win_amd64.whl", hash = "sha256:0c98c59075b890df8abfcc6ad632879540f5791c68baebacb4f833713b510e75", size = 2142935, upload-time = "2026-04-03T17:00:51.675Z" },
|
|
91
|
+
{ url = "https://files.pythonhosted.org/packages/60/b5/e3617cc67420f8f403efebd7b043128f94775e57e5b84e7255203390ceae/sqlalchemy-2.0.49-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c5070135e1b7409c4161133aa525419b0062088ed77c92b1da95366ec5cbebbe", size = 2159126, upload-time = "2026-04-03T16:50:13.242Z" },
|
|
92
|
+
{ url = "https://files.pythonhosted.org/packages/20/9b/91ca80403b17cd389622a642699e5f6564096b698e7cdcbcbb6409898bc4/sqlalchemy-2.0.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9ac7a3e245fd0310fd31495eb61af772e637bdf7d88ee81e7f10a3f271bff014", size = 3315509, upload-time = "2026-04-03T16:54:49.332Z" },
|
|
93
|
+
{ url = "https://files.pythonhosted.org/packages/b1/61/0722511d98c54de95acb327824cb759e8653789af2b1944ab1cc69d32565/sqlalchemy-2.0.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4d4e5a0ceba319942fa6b585cf82539288a61e314ef006c1209f734551ab9536", size = 3315014, upload-time = "2026-04-03T16:56:56.376Z" },
|
|
94
|
+
{ url = "https://files.pythonhosted.org/packages/46/55/d514a653ffeb4cebf4b54c47bec32ee28ad89d39fafba16eeed1d81dccd5/sqlalchemy-2.0.49-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:3ddcb27fb39171de36e207600116ac9dfd4ae46f86c82a9bf3934043e80ebb88", size = 3267388, upload-time = "2026-04-03T16:54:51.272Z" },
|
|
95
|
+
{ url = "https://files.pythonhosted.org/packages/2f/16/0dcc56cb6d3335c1671a2258f5d2cb8267c9a2260e27fde53cbfb1b3540a/sqlalchemy-2.0.49-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:32fe6a41ad97302db2931f05bb91abbcc65b5ce4c675cd44b972428dd2947700", size = 3289602, upload-time = "2026-04-03T16:56:57.63Z" },
|
|
96
|
+
{ url = "https://files.pythonhosted.org/packages/51/6c/f8ab6fb04470a133cd80608db40aa292e6bae5f162c3a3d4ab19544a67af/sqlalchemy-2.0.49-cp311-cp311-win32.whl", hash = "sha256:46d51518d53edfbe0563662c96954dc8fcace9832332b914375f45a99b77cc9a", size = 2119044, upload-time = "2026-04-03T17:00:53.455Z" },
|
|
97
|
+
{ url = "https://files.pythonhosted.org/packages/c4/59/55a6d627d04b6ebb290693681d7683c7da001eddf90b60cfcc41ee907978/sqlalchemy-2.0.49-cp311-cp311-win_amd64.whl", hash = "sha256:951d4a210744813be63019f3df343bf233b7432aadf0db54c75802247330d3af", size = 2143642, upload-time = "2026-04-03T17:00:54.769Z" },
|
|
98
|
+
{ url = "https://files.pythonhosted.org/packages/49/b3/2de412451330756aaaa72d27131db6dde23995efe62c941184e15242a5fa/sqlalchemy-2.0.49-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4bbccb45260e4ff1b7db0be80a9025bb1e6698bdb808b83fff0000f7a90b2c0b", size = 2157681, upload-time = "2026-04-03T16:53:07.132Z" },
|
|
99
|
+
{ url = "https://files.pythonhosted.org/packages/50/84/b2a56e2105bd11ebf9f0b93abddd748e1a78d592819099359aa98134a8bf/sqlalchemy-2.0.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fb37f15714ec2652d574f021d479e78cd4eb9d04396dca36568fdfffb3487982", size = 3338976, upload-time = "2026-04-03T17:07:40Z" },
|
|
100
|
+
{ url = "https://files.pythonhosted.org/packages/2c/fa/65fcae2ed62f84ab72cf89536c7c3217a156e71a2c111b1305ab6f0690e2/sqlalchemy-2.0.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3bb9ec6436a820a4c006aad1ac351f12de2f2dbdaad171692ee457a02429b672", size = 3351937, upload-time = "2026-04-03T17:12:23.374Z" },
|
|
101
|
+
{ url = "https://files.pythonhosted.org/packages/f8/2f/6fd118563572a7fe475925742eb6b3443b2250e346a0cc27d8d408e73773/sqlalchemy-2.0.49-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8d6efc136f44a7e8bc8088507eaabbb8c2b55b3dbb63fe102c690da0ddebe55e", size = 3281646, upload-time = "2026-04-03T17:07:41.949Z" },
|
|
102
|
+
{ url = "https://files.pythonhosted.org/packages/c5/d7/410f4a007c65275b9cf82354adb4bb8ba587b176d0a6ee99caa16fe638f8/sqlalchemy-2.0.49-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e06e617e3d4fd9e51d385dfe45b077a41e9d1b033a7702551e3278ac597dc750", size = 3316695, upload-time = "2026-04-03T17:12:25.642Z" },
|
|
103
|
+
{ url = "https://files.pythonhosted.org/packages/d9/95/81f594aa60ded13273a844539041ccf1e66c5a7bed0a8e27810a3b52d522/sqlalchemy-2.0.49-cp312-cp312-win32.whl", hash = "sha256:83101a6930332b87653886c01d1ee7e294b1fe46a07dd9a2d2b4f91bcc88eec0", size = 2117483, upload-time = "2026-04-03T17:05:40.896Z" },
|
|
104
|
+
{ url = "https://files.pythonhosted.org/packages/47/9e/fd90114059175cac64e4fafa9bf3ac20584384d66de40793ae2e2f26f3bb/sqlalchemy-2.0.49-cp312-cp312-win_amd64.whl", hash = "sha256:618a308215b6cececb6240b9abde545e3acdabac7ae3e1d4e666896bf5ba44b4", size = 2144494, upload-time = "2026-04-03T17:05:42.282Z" },
|
|
105
|
+
{ url = "https://files.pythonhosted.org/packages/ae/81/81755f50eb2478eaf2049728491d4ea4f416c1eb013338682173259efa09/sqlalchemy-2.0.49-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:df2d441bacf97022e81ad047e1597552eb3f83ca8a8f1a1fdd43cd7fe3898120", size = 2154547, upload-time = "2026-04-03T16:53:08.64Z" },
|
|
106
|
+
{ url = "https://files.pythonhosted.org/packages/a2/bc/3494270da80811d08bcfa247404292428c4fe16294932bce5593f215cad9/sqlalchemy-2.0.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8e20e511dc15265fb433571391ba313e10dd8ea7e509d51686a51313b4ac01a2", size = 3280782, upload-time = "2026-04-03T17:07:43.508Z" },
|
|
107
|
+
{ url = "https://files.pythonhosted.org/packages/cd/f5/038741f5e747a5f6ea3e72487211579d8cbea5eb9827a9cbd61d0108c4bd/sqlalchemy-2.0.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:47604cb2159f8bbd5a1ab48a714557156320f20871ee64d550d8bf2683d980d3", size = 3297156, upload-time = "2026-04-03T17:12:27.697Z" },
|
|
108
|
+
{ url = "https://files.pythonhosted.org/packages/88/50/a6af0ff9dc954b43a65ca9b5367334e45d99684c90a3d3413fc19a02d43c/sqlalchemy-2.0.49-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:22d8798819f86720bc646ab015baff5ea4c971d68121cb36e2ebc2ee43ead2b7", size = 3228832, upload-time = "2026-04-03T17:07:45.38Z" },
|
|
109
|
+
{ url = "https://files.pythonhosted.org/packages/bc/d1/5f6bdad8de0bf546fc74370939621396515e0cdb9067402d6ba1b8afbe9a/sqlalchemy-2.0.49-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9b1c058c171b739e7c330760044803099c7fff11511e3ab3573e5327116a9c33", size = 3267000, upload-time = "2026-04-03T17:12:29.657Z" },
|
|
110
|
+
{ url = "https://files.pythonhosted.org/packages/f7/30/ad62227b4a9819a5e1c6abff77c0f614fa7c9326e5a3bdbee90f7139382b/sqlalchemy-2.0.49-cp313-cp313-win32.whl", hash = "sha256:a143af2ea6672f2af3f44ed8f9cd020e9cc34c56f0e8db12019d5d9ecf41cb3b", size = 2115641, upload-time = "2026-04-03T17:05:43.989Z" },
|
|
111
|
+
{ url = "https://files.pythonhosted.org/packages/17/3a/7215b1b7d6d49dc9a87211be44562077f5f04f9bb5a59552c1c8e2d98173/sqlalchemy-2.0.49-cp313-cp313-win_amd64.whl", hash = "sha256:12b04d1db2663b421fe072d638a138460a51d5a862403295671c4f3987fb9148", size = 2141498, upload-time = "2026-04-03T17:05:45.7Z" },
|
|
112
|
+
{ url = "https://files.pythonhosted.org/packages/28/4b/52a0cb2687a9cd1648252bb257be5a1ba2c2ded20ba695c65756a55a15a4/sqlalchemy-2.0.49-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:24bd94bb301ec672d8f0623eba9226cc90d775d25a0c92b5f8e4965d7f3a1518", size = 3560807, upload-time = "2026-04-03T16:58:31.666Z" },
|
|
113
|
+
{ url = "https://files.pythonhosted.org/packages/8c/d8/fda95459204877eed0458550d6c7c64c98cc50c2d8d618026737de9ed41a/sqlalchemy-2.0.49-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a51d3db74ba489266ef55c7a4534eb0b8db9a326553df481c11e5d7660c8364d", size = 3527481, upload-time = "2026-04-03T17:06:00.155Z" },
|
|
114
|
+
{ url = "https://files.pythonhosted.org/packages/ff/0a/2aac8b78ac6487240cf7afef8f203ca783e8796002dc0cf65c4ee99ff8bb/sqlalchemy-2.0.49-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:55250fe61d6ebfd6934a272ee16ef1244e0f16b7af6cd18ab5b1fc9f08631db0", size = 3468565, upload-time = "2026-04-03T16:58:33.414Z" },
|
|
115
|
+
{ url = "https://files.pythonhosted.org/packages/a5/3d/ce71cfa82c50a373fd2148b3c870be05027155ce791dc9a5dcf439790b8b/sqlalchemy-2.0.49-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:46796877b47034b559a593d7e4b549aba151dae73f9e78212a3478161c12ab08", size = 3477769, upload-time = "2026-04-03T17:06:02.787Z" },
|
|
116
|
+
{ url = "https://files.pythonhosted.org/packages/d5/e8/0a9f5c1f7c6f9ca480319bf57c2d7423f08d31445974167a27d14483c948/sqlalchemy-2.0.49-cp313-cp313t-win32.whl", hash = "sha256:9c4969a86e41454f2858256c39bdfb966a20961e9b58bf8749b65abf447e9a8d", size = 2143319, upload-time = "2026-04-03T17:02:04.328Z" },
|
|
117
|
+
{ url = "https://files.pythonhosted.org/packages/0e/51/fb5240729fbec73006e137c4f7a7918ffd583ab08921e6ff81a999d6517a/sqlalchemy-2.0.49-cp313-cp313t-win_amd64.whl", hash = "sha256:b9870d15ef00e4d0559ae10ee5bc71b654d1f20076dbe8bc7ed19b4c0625ceba", size = 2175104, upload-time = "2026-04-03T17:02:05.989Z" },
|
|
118
|
+
{ url = "https://files.pythonhosted.org/packages/55/33/bf28f618c0a9597d14e0b9ee7d1e0622faff738d44fe986ee287cdf1b8d0/sqlalchemy-2.0.49-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:233088b4b99ebcbc5258c755a097aa52fbf90727a03a5a80781c4b9c54347a2e", size = 2156356, upload-time = "2026-04-03T16:53:09.914Z" },
|
|
119
|
+
{ url = "https://files.pythonhosted.org/packages/d1/a7/5f476227576cb8644650eff68cc35fa837d3802b997465c96b8340ced1e2/sqlalchemy-2.0.49-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:57ca426a48eb2c682dae8204cd89ea8ab7031e2675120a47924fabc7caacbc2a", size = 3276486, upload-time = "2026-04-03T17:07:46.9Z" },
|
|
120
|
+
{ url = "https://files.pythonhosted.org/packages/2e/84/efc7c0bf3a1c5eef81d397f6fddac855becdbb11cb38ff957888603014a7/sqlalchemy-2.0.49-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:685e93e9c8f399b0c96a624799820176312f5ceef958c0f88215af4013d29066", size = 3281479, upload-time = "2026-04-03T17:12:32.226Z" },
|
|
121
|
+
{ url = "https://files.pythonhosted.org/packages/91/68/bb406fa4257099c67bd75f3f2261b129c63204b9155de0d450b37f004698/sqlalchemy-2.0.49-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:9e0400fa22f79acc334d9a6b185dc00a44a8e6578aa7e12d0ddcd8434152b187", size = 3226269, upload-time = "2026-04-03T17:07:48.678Z" },
|
|
122
|
+
{ url = "https://files.pythonhosted.org/packages/67/84/acb56c00cca9f251f437cb49e718e14f7687505749ea9255d7bd8158a6df/sqlalchemy-2.0.49-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:a05977bffe9bffd2229f477fa75eabe3192b1b05f408961d1bebff8d1cd4d401", size = 3248260, upload-time = "2026-04-03T17:12:34.381Z" },
|
|
123
|
+
{ url = "https://files.pythonhosted.org/packages/56/19/6a20ea25606d1efd7bd1862149bb2a22d1451c3f851d23d887969201633f/sqlalchemy-2.0.49-cp314-cp314-win32.whl", hash = "sha256:0f2fa354ba106eafff2c14b0cc51f22801d1e8b2e4149342023bd6f0955de5f5", size = 2118463, upload-time = "2026-04-03T17:05:47.093Z" },
|
|
124
|
+
{ url = "https://files.pythonhosted.org/packages/cf/4f/8297e4ed88e80baa1f5aa3c484a0ee29ef3c69c7582f206c916973b75057/sqlalchemy-2.0.49-cp314-cp314-win_amd64.whl", hash = "sha256:77641d299179c37b89cf2343ca9972c88bb6eef0d5fc504a2f86afd15cd5adf5", size = 2144204, upload-time = "2026-04-03T17:05:48.694Z" },
|
|
125
|
+
{ url = "https://files.pythonhosted.org/packages/1f/33/95e7216df810c706e0cd3655a778604bbd319ed4f43333127d465a46862d/sqlalchemy-2.0.49-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c1dc3368794d522f43914e03312202523cc89692f5389c32bea0233924f8d977", size = 3565474, upload-time = "2026-04-03T16:58:35.128Z" },
|
|
126
|
+
{ url = "https://files.pythonhosted.org/packages/0c/a4/ed7b18d8ccf7f954a83af6bb73866f5bc6f5636f44c7731fbb741f72cc4f/sqlalchemy-2.0.49-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7c821c47ecfe05cc32140dcf8dc6fd5d21971c86dbd56eabfe5ba07a64910c01", size = 3530567, upload-time = "2026-04-03T17:06:04.587Z" },
|
|
127
|
+
{ url = "https://files.pythonhosted.org/packages/73/a3/20faa869c7e21a827c4a2a42b41353a54b0f9f5e96df5087629c306df71e/sqlalchemy-2.0.49-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:9c04bff9a5335eb95c6ecf1c117576a0aa560def274876fd156cfe5510fccc61", size = 3474282, upload-time = "2026-04-03T16:58:37.131Z" },
|
|
128
|
+
{ url = "https://files.pythonhosted.org/packages/b7/50/276b9a007aa0764304ad467eceb70b04822dc32092492ee5f322d559a4dc/sqlalchemy-2.0.49-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:7f605a456948c35260e7b2a39f8952a26f077fd25653c37740ed186b90aaa68a", size = 3480406, upload-time = "2026-04-03T17:06:07.176Z" },
|
|
129
|
+
{ url = "https://files.pythonhosted.org/packages/e5/c3/c80fcdb41905a2df650c2a3e0337198b6848876e63d66fe9188ef9003d24/sqlalchemy-2.0.49-cp314-cp314t-win32.whl", hash = "sha256:6270d717b11c5476b0cbb21eedc8d4dbb7d1a956fd6c15a23e96f197a6193158", size = 2149151, upload-time = "2026-04-03T17:02:07.281Z" },
|
|
130
|
+
{ url = "https://files.pythonhosted.org/packages/05/52/9f1a62feab6ed368aff068524ff414f26a6daebc7361861035ae00b05530/sqlalchemy-2.0.49-cp314-cp314t-win_amd64.whl", hash = "sha256:275424295f4256fd301744b8f335cff367825d270f155d522b30c7bf49903ee7", size = 2184178, upload-time = "2026-04-03T17:02:08.623Z" },
|
|
131
|
+
{ url = "https://files.pythonhosted.org/packages/e5/30/8519fdde58a7bdf155b714359791ad1dc018b47d60269d5d160d311fdc36/sqlalchemy-2.0.49-py3-none-any.whl", hash = "sha256:ec44cfa7ef1a728e88ad41674de50f6db8cfdb3e2af84af86e0041aaf02d43d0", size = 1942158, upload-time = "2026-04-03T16:53:44.135Z" },
|
|
132
|
+
]
|
|
133
|
+
|
|
134
|
+
[[package]]
|
|
135
|
+
name = "typing-extensions"
|
|
136
|
+
version = "4.15.0"
|
|
137
|
+
source = { registry = "https://pypi.org/simple" }
|
|
138
|
+
sdist = { url = "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466", size = 109391, upload-time = "2025-08-25T13:49:26.313Z" }
|
|
139
|
+
wheels = [
|
|
140
|
+
{ url = "https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548", size = 44614, upload-time = "2025-08-25T13:49:24.86Z" },
|
|
141
|
+
]
|
|
142
|
+
|
|
143
|
+
[[package]]
|
|
144
|
+
name = "weave-python"
|
|
145
|
+
source = { editable = "." }
|
|
146
|
+
dependencies = [
|
|
147
|
+
{ name = "protobuf" },
|
|
148
|
+
{ name = "sqlalchemy" },
|
|
149
|
+
]
|
|
150
|
+
|
|
151
|
+
[package.metadata]
|
|
152
|
+
requires-dist = [
|
|
153
|
+
{ name = "protobuf", specifier = ">=6.30.2" },
|
|
154
|
+
{ name = "sqlalchemy", specifier = ">=2.0.40" },
|
|
155
|
+
]
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/atc/v1/event.proto
|
|
5
|
+
# Protobuf Python Version: 7.34.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 7, 34, 1, "", "weaveapi/atc/v1/event.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1bweaveapi/atc/v1/event.proto\x12\x0fweaveapi.atc.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\x93\x02\n\x05\x45vent\x12\x19\n\x08\x65vent_id\x18\x01 \x01(\tR\x07\x65ventId\x12\x15\n\x06run_id\x18\x02 \x01(\tR\x05runId\x12\x1d\n\nevent_type\x18\x03 \x01(\tR\teventType\x12\x1a\n\x08sequence\x18\x04 \x01(\x04R\x08sequence\x12\x12\n\x04\x64\x61ta\x18\x05 \x01(\x0cR\x04\x64\x61ta\x12!\n\x0c\x63\x61usation_id\x18\x06 \x01(\tR\x0b\x63\x61usationId\x12%\n\x0e\x63orrelation_id\x18\x07 \x01(\tR\rcorrelationId\x12?\n\x0boccurred_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\noccurredAtB\xb3\x01\n\x13\x63om.weaveapi.atc.v1B\nEventProtoP\x01Z2github.com/weave-labs/weave-go/weaveapi/atc/v1;atc\xa2\x02\x03WAX\xaa\x02\x0fWeaveapi.Atc.V1\xca\x02\x0fWeaveapi\\Atc\\V1\xe2\x02\x1bWeaveapi\\Atc\\V1\\GPBMetadata\xea\x02\x11Weaveapi::Atc::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.atc.v1.event_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\023com.weaveapi.atc.v1B\nEventProtoP\001Z2github.com/weave-labs/weave-go/weaveapi/atc/v1;atc\242\002\003WAX\252\002\017Weaveapi.Atc.V1\312\002\017Weaveapi\\Atc\\V1\342\002\033Weaveapi\\Atc\\V1\\GPBMetadata\352\002\021Weaveapi::Atc::V1"
|
|
36
|
+
_globals["_EVENT"].fields_by_name["occurred_at"]._loaded_options = None
|
|
37
|
+
_globals["_EVENT"].fields_by_name["occurred_at"]._serialized_options = b"(\001"
|
|
38
|
+
_globals["_EVENT"]._serialized_start = 82
|
|
39
|
+
_globals["_EVENT"]._serialized_end = 357
|
|
40
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
9
|
+
import builtins as _builtins
|
|
10
|
+
import sys
|
|
11
|
+
import typing as _typing
|
|
12
|
+
|
|
13
|
+
if sys.version_info >= (3, 10):
|
|
14
|
+
from typing import TypeAlias as _TypeAlias
|
|
15
|
+
else:
|
|
16
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
19
|
+
|
|
20
|
+
@_typing.final
|
|
21
|
+
class Event(_message.Message):
|
|
22
|
+
"""Event is an immutable record in the append-only run history."""
|
|
23
|
+
|
|
24
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
25
|
+
|
|
26
|
+
EVENT_ID_FIELD_NUMBER: _builtins.int
|
|
27
|
+
RUN_ID_FIELD_NUMBER: _builtins.int
|
|
28
|
+
EVENT_TYPE_FIELD_NUMBER: _builtins.int
|
|
29
|
+
SEQUENCE_FIELD_NUMBER: _builtins.int
|
|
30
|
+
DATA_FIELD_NUMBER: _builtins.int
|
|
31
|
+
CAUSATION_ID_FIELD_NUMBER: _builtins.int
|
|
32
|
+
CORRELATION_ID_FIELD_NUMBER: _builtins.int
|
|
33
|
+
OCCURRED_AT_FIELD_NUMBER: _builtins.int
|
|
34
|
+
event_id: _builtins.str
|
|
35
|
+
run_id: _builtins.str
|
|
36
|
+
event_type: _builtins.str
|
|
37
|
+
sequence: _builtins.int
|
|
38
|
+
data: _builtins.bytes
|
|
39
|
+
causation_id: _builtins.str
|
|
40
|
+
correlation_id: _builtins.str
|
|
41
|
+
@_builtins.property
|
|
42
|
+
def occurred_at(self) -> _timestamp_pb2.Timestamp: ...
|
|
43
|
+
def __init__(
|
|
44
|
+
self,
|
|
45
|
+
*,
|
|
46
|
+
event_id: _builtins.str | None = ...,
|
|
47
|
+
run_id: _builtins.str | None = ...,
|
|
48
|
+
event_type: _builtins.str | None = ...,
|
|
49
|
+
sequence: _builtins.int | None = ...,
|
|
50
|
+
data: _builtins.bytes | None = ...,
|
|
51
|
+
causation_id: _builtins.str | None = ...,
|
|
52
|
+
correlation_id: _builtins.str | None = ...,
|
|
53
|
+
occurred_at: _timestamp_pb2.Timestamp | None = ...,
|
|
54
|
+
) -> None: ...
|
|
55
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
56
|
+
"causation_id",
|
|
57
|
+
b"causation_id",
|
|
58
|
+
"correlation_id",
|
|
59
|
+
b"correlation_id",
|
|
60
|
+
"data",
|
|
61
|
+
b"data",
|
|
62
|
+
"event_id",
|
|
63
|
+
b"event_id",
|
|
64
|
+
"event_type",
|
|
65
|
+
b"event_type",
|
|
66
|
+
"occurred_at",
|
|
67
|
+
b"occurred_at",
|
|
68
|
+
"run_id",
|
|
69
|
+
b"run_id",
|
|
70
|
+
"sequence",
|
|
71
|
+
b"sequence",
|
|
72
|
+
] # noqa: Y015
|
|
73
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
74
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
75
|
+
"causation_id",
|
|
76
|
+
b"causation_id",
|
|
77
|
+
"correlation_id",
|
|
78
|
+
b"correlation_id",
|
|
79
|
+
"data",
|
|
80
|
+
b"data",
|
|
81
|
+
"event_id",
|
|
82
|
+
b"event_id",
|
|
83
|
+
"event_type",
|
|
84
|
+
b"event_type",
|
|
85
|
+
"occurred_at",
|
|
86
|
+
b"occurred_at",
|
|
87
|
+
"run_id",
|
|
88
|
+
b"run_id",
|
|
89
|
+
"sequence",
|
|
90
|
+
b"sequence",
|
|
91
|
+
] # noqa: Y015
|
|
92
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
93
|
+
|
|
94
|
+
Global___Event: _TypeAlias = Event # noqa: Y015
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/atc/v1/message.proto
|
|
5
|
+
# Protobuf Python Version: 7.34.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 7, 34, 1, "", "weaveapi/atc/v1/message.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1dweaveapi/atc/v1/message.proto\x12\x0fweaveapi.atc.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\xc4\x02\n\x0eMailboxMessage\x12\x1d\n\nmessage_id\x18\x01 \x01(\tR\tmessageId\x12&\n\x0f\x66rom_process_id\x18\x02 \x01(\tR\rfromProcessId\x12"\n\rto_process_id\x18\x03 \x01(\tR\x0btoProcessId\x12<\n\x08\x63\x61tegory\x18\x04 \x01(\x0e\x32 .weaveapi.atc.v1.MessageCategoryR\x08\x63\x61tegory\x12\x12\n\x04type\x18\x05 \x01(\tR\x04type\x12\x18\n\x07payload\x18\x06 \x01(\x0cR\x07payload\x12\x1c\n\tinterrupt\x18\x07 \x01(\x08R\tinterrupt\x12=\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt*q\n\x0fMessageCategory\x12 \n\x1cMESSAGE_CATEGORY_UNSPECIFIED\x10\x00\x12\x1d\n\x19MESSAGE_CATEGORY_PROTOCOL\x10\x01\x12\x1d\n\x19MESSAGE_CATEGORY_SEMANTIC\x10\x02\x42\xb5\x01\n\x13\x63om.weaveapi.atc.v1B\x0cMessageProtoP\x01Z2github.com/weave-labs/weave-go/weaveapi/atc/v1;atc\xa2\x02\x03WAX\xaa\x02\x0fWeaveapi.Atc.V1\xca\x02\x0fWeaveapi\\Atc\\V1\xe2\x02\x1bWeaveapi\\Atc\\V1\\GPBMetadata\xea\x02\x11Weaveapi::Atc::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.atc.v1.message_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\023com.weaveapi.atc.v1B\014MessageProtoP\001Z2github.com/weave-labs/weave-go/weaveapi/atc/v1;atc\242\002\003WAX\252\002\017Weaveapi.Atc.V1\312\002\017Weaveapi\\Atc\\V1\342\002\033Weaveapi\\Atc\\V1\\GPBMetadata\352\002\021Weaveapi::Atc::V1"
|
|
36
|
+
_globals["_MAILBOXMESSAGE"].fields_by_name["created_at"]._loaded_options = None
|
|
37
|
+
_globals["_MAILBOXMESSAGE"].fields_by_name[
|
|
38
|
+
"created_at"
|
|
39
|
+
]._serialized_options = b"(\001"
|
|
40
|
+
_globals["_MESSAGECATEGORY"]._serialized_start = 410
|
|
41
|
+
_globals["_MESSAGECATEGORY"]._serialized_end = 523
|
|
42
|
+
_globals["_MAILBOXMESSAGE"]._serialized_start = 84
|
|
43
|
+
_globals["_MAILBOXMESSAGE"]._serialized_end = 408
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
9
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
10
|
+
import builtins as _builtins
|
|
11
|
+
import sys
|
|
12
|
+
import typing as _typing
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
from typing import TypeAlias as _TypeAlias
|
|
16
|
+
else:
|
|
17
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
class _MessageCategory:
|
|
22
|
+
ValueType = _typing.NewType("ValueType", _builtins.int)
|
|
23
|
+
V: _TypeAlias = ValueType # noqa: Y015
|
|
24
|
+
|
|
25
|
+
class _MessageCategoryEnumTypeWrapper(
|
|
26
|
+
_enum_type_wrapper._EnumTypeWrapper[_MessageCategory.ValueType], _builtins.type
|
|
27
|
+
):
|
|
28
|
+
DESCRIPTOR: _descriptor.EnumDescriptor
|
|
29
|
+
MESSAGE_CATEGORY_UNSPECIFIED: _MessageCategory.ValueType # 0
|
|
30
|
+
MESSAGE_CATEGORY_PROTOCOL: _MessageCategory.ValueType # 1
|
|
31
|
+
"""Runtime-defined coordination message."""
|
|
32
|
+
MESSAGE_CATEGORY_SEMANTIC: _MessageCategory.ValueType # 2
|
|
33
|
+
"""Domain message opaque to the runtime."""
|
|
34
|
+
|
|
35
|
+
class MessageCategory(_MessageCategory, metaclass=_MessageCategoryEnumTypeWrapper):
|
|
36
|
+
"""MessageCategory classifies durable mailbox traffic."""
|
|
37
|
+
|
|
38
|
+
MESSAGE_CATEGORY_UNSPECIFIED: MessageCategory.ValueType # 0
|
|
39
|
+
MESSAGE_CATEGORY_PROTOCOL: MessageCategory.ValueType # 1
|
|
40
|
+
"""Runtime-defined coordination message."""
|
|
41
|
+
MESSAGE_CATEGORY_SEMANTIC: MessageCategory.ValueType # 2
|
|
42
|
+
"""Domain message opaque to the runtime."""
|
|
43
|
+
Global___MessageCategory: _TypeAlias = MessageCategory # noqa: Y015
|
|
44
|
+
|
|
45
|
+
@_typing.final
|
|
46
|
+
class MailboxMessage(_message.Message):
|
|
47
|
+
"""MailboxMessage is a durable mailbox message exchanged between processes."""
|
|
48
|
+
|
|
49
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
50
|
+
|
|
51
|
+
MESSAGE_ID_FIELD_NUMBER: _builtins.int
|
|
52
|
+
FROM_PROCESS_ID_FIELD_NUMBER: _builtins.int
|
|
53
|
+
TO_PROCESS_ID_FIELD_NUMBER: _builtins.int
|
|
54
|
+
CATEGORY_FIELD_NUMBER: _builtins.int
|
|
55
|
+
TYPE_FIELD_NUMBER: _builtins.int
|
|
56
|
+
PAYLOAD_FIELD_NUMBER: _builtins.int
|
|
57
|
+
INTERRUPT_FIELD_NUMBER: _builtins.int
|
|
58
|
+
CREATED_AT_FIELD_NUMBER: _builtins.int
|
|
59
|
+
message_id: _builtins.str
|
|
60
|
+
from_process_id: _builtins.str
|
|
61
|
+
to_process_id: _builtins.str
|
|
62
|
+
category: Global___MessageCategory.ValueType
|
|
63
|
+
type: _builtins.str
|
|
64
|
+
payload: _builtins.bytes
|
|
65
|
+
interrupt: _builtins.bool
|
|
66
|
+
@_builtins.property
|
|
67
|
+
def created_at(self) -> _timestamp_pb2.Timestamp: ...
|
|
68
|
+
def __init__(
|
|
69
|
+
self,
|
|
70
|
+
*,
|
|
71
|
+
message_id: _builtins.str | None = ...,
|
|
72
|
+
from_process_id: _builtins.str | None = ...,
|
|
73
|
+
to_process_id: _builtins.str | None = ...,
|
|
74
|
+
category: Global___MessageCategory.ValueType | None = ...,
|
|
75
|
+
type: _builtins.str | None = ...,
|
|
76
|
+
payload: _builtins.bytes | None = ...,
|
|
77
|
+
interrupt: _builtins.bool | None = ...,
|
|
78
|
+
created_at: _timestamp_pb2.Timestamp | None = ...,
|
|
79
|
+
) -> None: ...
|
|
80
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
81
|
+
"category",
|
|
82
|
+
b"category",
|
|
83
|
+
"created_at",
|
|
84
|
+
b"created_at",
|
|
85
|
+
"from_process_id",
|
|
86
|
+
b"from_process_id",
|
|
87
|
+
"interrupt",
|
|
88
|
+
b"interrupt",
|
|
89
|
+
"message_id",
|
|
90
|
+
b"message_id",
|
|
91
|
+
"payload",
|
|
92
|
+
b"payload",
|
|
93
|
+
"to_process_id",
|
|
94
|
+
b"to_process_id",
|
|
95
|
+
"type",
|
|
96
|
+
b"type",
|
|
97
|
+
] # noqa: Y015
|
|
98
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
99
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
100
|
+
"category",
|
|
101
|
+
b"category",
|
|
102
|
+
"created_at",
|
|
103
|
+
b"created_at",
|
|
104
|
+
"from_process_id",
|
|
105
|
+
b"from_process_id",
|
|
106
|
+
"interrupt",
|
|
107
|
+
b"interrupt",
|
|
108
|
+
"message_id",
|
|
109
|
+
b"message_id",
|
|
110
|
+
"payload",
|
|
111
|
+
b"payload",
|
|
112
|
+
"to_process_id",
|
|
113
|
+
b"to_process_id",
|
|
114
|
+
"type",
|
|
115
|
+
b"type",
|
|
116
|
+
] # noqa: Y015
|
|
117
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
118
|
+
|
|
119
|
+
Global___MailboxMessage: _TypeAlias = MailboxMessage # noqa: Y015
|