fleet-python 0.2.66a2__tar.gz → 0.2.66a3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fleet-python might be problematic. Click here for more details.
- {fleet_python-0.2.66a2/fleet_python.egg-info → fleet_python-0.2.66a3}/PKG-INFO +1 -1
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/verifiers/verifier.py +19 -1
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/verifier.py +19 -1
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3/fleet_python.egg-info}/PKG-INFO +1 -1
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/pyproject.toml +1 -1
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/LICENSE +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/README.md +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/diff_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/dsl_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/exampleResume.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_account.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_action_log.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_mcp_anthropic.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_mcp_openai.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_sync.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_task.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_tasks.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/example_verifier.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/export_tasks.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/gemini_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/import_tasks.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/json_tasks_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/nova_act_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/openai_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/openai_simple_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/query_builder_example.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/quickstart.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/examples/test_cdp_logging.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/base.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/env/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/env/client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/exceptions.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/global_client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/instance/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/instance/base.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/instance/client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/models.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/resources/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/resources/base.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/resources/browser.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/resources/mcp.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/resources/sqlite.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/tasks.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/verifiers/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/_async/verifiers/bundler.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/base.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/config.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/env/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/env/client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/exceptions.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/global_client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/instance/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/instance/base.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/instance/client.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/instance/models.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/models.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/resources/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/resources/base.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/resources/browser.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/resources/mcp.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/resources/sqlite.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/tasks.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/types.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/bundler.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/code.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/db.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/decorator.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/parse.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet/verifiers/sql_differ.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet_python.egg-info/SOURCES.txt +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet_python.egg-info/dependency_links.txt +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet_python.egg-info/requires.txt +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/fleet_python.egg-info/top_level.txt +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/scripts/fix_sync_imports.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/scripts/unasync.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/setup.cfg +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/tests/__init__.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/tests/test_expect_only.py +0 -0
- {fleet_python-0.2.66a2 → fleet_python-0.2.66a3}/tests/test_verifier_from_string.py +0 -0
|
@@ -229,7 +229,25 @@ Remote traceback:
|
|
|
229
229
|
) -> "VerifiersExecuteResponse":
|
|
230
230
|
"""Remote execution of the verifier function that returns the full response model."""
|
|
231
231
|
args_array = list(args)
|
|
232
|
-
|
|
232
|
+
# Send complete environment data for remote reconstruction
|
|
233
|
+
env_data = {
|
|
234
|
+
"instance_id": env.instance_id,
|
|
235
|
+
"env_key": env.env_key,
|
|
236
|
+
"version": env.version,
|
|
237
|
+
"status": env.status,
|
|
238
|
+
"subdomain": env.subdomain,
|
|
239
|
+
"created_at": env.created_at,
|
|
240
|
+
"updated_at": env.updated_at,
|
|
241
|
+
"terminated_at": env.terminated_at,
|
|
242
|
+
"team_id": env.team_id,
|
|
243
|
+
"region": env.region,
|
|
244
|
+
"env_variables": env.env_variables,
|
|
245
|
+
"data_key": env.data_key,
|
|
246
|
+
"data_version": env.data_version,
|
|
247
|
+
"urls": env.urls.model_dump() if env.urls else None,
|
|
248
|
+
"health": env.health,
|
|
249
|
+
}
|
|
250
|
+
args_array.append({"env": env_data})
|
|
233
251
|
args = tuple(args_array)
|
|
234
252
|
|
|
235
253
|
try:
|
|
@@ -240,7 +240,25 @@ Remote traceback:
|
|
|
240
240
|
) -> "VerifiersExecuteResponse":
|
|
241
241
|
"""Remote execution of the verifier function that returns the full response model."""
|
|
242
242
|
args_array = list(args)
|
|
243
|
-
|
|
243
|
+
# Send complete environment data for remote reconstruction
|
|
244
|
+
env_data = {
|
|
245
|
+
"instance_id": env.instance_id,
|
|
246
|
+
"env_key": env.env_key,
|
|
247
|
+
"version": env.version,
|
|
248
|
+
"status": env.status,
|
|
249
|
+
"subdomain": env.subdomain,
|
|
250
|
+
"created_at": env.created_at,
|
|
251
|
+
"updated_at": env.updated_at,
|
|
252
|
+
"terminated_at": env.terminated_at,
|
|
253
|
+
"team_id": env.team_id,
|
|
254
|
+
"region": env.region,
|
|
255
|
+
"env_variables": env.env_variables,
|
|
256
|
+
"data_key": env.data_key,
|
|
257
|
+
"data_version": env.data_version,
|
|
258
|
+
"urls": env.urls.model_dump() if env.urls else None,
|
|
259
|
+
"health": env.health,
|
|
260
|
+
}
|
|
261
|
+
args_array.append({"env": env_data})
|
|
244
262
|
args = tuple(args_array)
|
|
245
263
|
|
|
246
264
|
try:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|