fleet-python 0.2.66a2__py3-none-any.whl → 0.2.66a3__py3-none-any.whl

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.

@@ -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
- args_array.append({"env": env.instance_id})
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
- args_array.append({"env": env.instance_id})
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fleet-python
3
- Version: 0.2.66a2
3
+ Version: 0.2.66a3
4
4
  Summary: Python SDK for Fleet environments
5
5
  Author-email: Fleet AI <nic@fleet.so>
6
6
  License: Apache-2.0
@@ -49,7 +49,7 @@ fleet/_async/resources/mcp.py,sha256=TLEsLiFhfVfZFs0Fu_uDPm-h4FPdvqgQblYqs-PTHhc
49
49
  fleet/_async/resources/sqlite.py,sha256=bVlNG1e4A3ygZBpaSxo_oKpu2Au1bLFFNT0hKiWj7yY,31425
50
50
  fleet/_async/verifiers/__init__.py,sha256=1WTlCNq4tIFbbXaQu5Bf2WppZq0A8suhtZbxMTSOwxI,465
51
51
  fleet/_async/verifiers/bundler.py,sha256=Sq0KkqEhM5Ng2x8R6Z4puXvQ8FMlEO7D3-ldBLktPi4,26205
52
- fleet/_async/verifiers/verifier.py,sha256=IiHX028s6ux0kb2FR0Z5zJangl_IDh6cemXsUN2ktUU,14152
52
+ fleet/_async/verifiers/verifier.py,sha256=vr7s11qQE2WmnLBrrxyM6UIpJbvWEubxZIt0G1CbLww,14866
53
53
  fleet/env/__init__.py,sha256=cS9zCYobM5jypppDMZIQMYd6hOg5f4sgqRXEQ67pckk,676
54
54
  fleet/env/client.py,sha256=Lu0pGia3Rcull83BFhB1nccAHXbUEGFKl3BUSkoKbr4,1143
55
55
  fleet/instance/__init__.py,sha256=CyWUkbGAK-DBPw4DC4AnCW-MqqheGhZMA5QSRVu-ws4,479
@@ -68,14 +68,14 @@ fleet/verifiers/db.py,sha256=yZEv1VQS1JM2N86V6bVy5VBo-ratV7k53FufQ6z6690,34998
68
68
  fleet/verifiers/decorator.py,sha256=nAP3O8szXu7md_kpwpz91hGSUNEVLYjwZQZTkQlV1DM,3260
69
69
  fleet/verifiers/parse.py,sha256=qz9AfJrTbjlg-LU-lE8Ciqi7Yt2a8-cs17FdpjTLhMk,8550
70
70
  fleet/verifiers/sql_differ.py,sha256=TqTLWyK3uOyLbitT6HYzYEzuSFC39wcyhgk3rcm__k8,6525
71
- fleet/verifiers/verifier.py,sha256=_lcxXVm8e0xRrK2gNJy9up7pW1zOkPRY5n5lQ85S8jg,14197
72
- fleet_python-0.2.66a2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
71
+ fleet/verifiers/verifier.py,sha256=d0YEmL_eUH9Tgx28_UnW5g0Q1Ow_HT4RZ9HimZdF5FE,14911
72
+ fleet_python-0.2.66a3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
73
73
  scripts/fix_sync_imports.py,sha256=X9fWLTpiPGkSHsjyQUDepOJkxOqw1DPj7nd8wFlFqLQ,8368
74
74
  scripts/unasync.py,sha256=vWVQxRWX8SRZO5cmzEhpvnG_REhCWXpidIGIpWmEcvI,696
75
75
  tests/__init__.py,sha256=Re1SdyxH8NfyL1kjhi7SQkGP1mYeWB-D6UALqdIMd8I,35
76
76
  tests/test_expect_only.py,sha256=TiJCrIupu6y5PtYIpQRD41p8PDwvHR92oCMiXjUQUVg,40013
77
77
  tests/test_verifier_from_string.py,sha256=Lxi3TpFHFb-hG4-UhLKZJkqo84ax9YJY8G6beO-1erM,13581
78
- fleet_python-0.2.66a2.dist-info/METADATA,sha256=t72958tzv1gThaPXGAc-p9W0Pw1c5nl55xcvIrv4aSc,3526
79
- fleet_python-0.2.66a2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
80
- fleet_python-0.2.66a2.dist-info/top_level.txt,sha256=qb1zIbtEktyhRFZdqVytwg54l64qtoZL0wjHB4bUg3c,29
81
- fleet_python-0.2.66a2.dist-info/RECORD,,
78
+ fleet_python-0.2.66a3.dist-info/METADATA,sha256=qUZ4kFGzkuXz4VG8p13KUSwcteSswIovSfYFo5bKeBc,3526
79
+ fleet_python-0.2.66a3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
80
+ fleet_python-0.2.66a3.dist-info/top_level.txt,sha256=qb1zIbtEktyhRFZdqVytwg54l64qtoZL0wjHB4bUg3c,29
81
+ fleet_python-0.2.66a3.dist-info/RECORD,,