fleet-python 0.2.40__tar.gz → 0.2.41__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.40 → fleet_python-0.2.41}/PKG-INFO +1 -1
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/__init__.py +3 -3
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet_python.egg-info/PKG-INFO +1 -1
- {fleet_python-0.2.40 → fleet_python-0.2.41}/pyproject.toml +1 -1
- {fleet_python-0.2.40 → fleet_python-0.2.41}/LICENSE +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/README.md +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/diff_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/dsl_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/exampleResume.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_account.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_action_log.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_mcp_anthropic.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_mcp_openai.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_sync.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_task.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_tasks.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/example_verifier.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/gemini_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/json_tasks_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/nova_act_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/openai_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/openai_simple_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/query_builder_example.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/quickstart.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/examples/test_cdp_logging.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/base.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/env/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/env/client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/exceptions.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/global_client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/instance/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/instance/base.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/instance/client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/models.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/resources/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/resources/base.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/resources/browser.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/resources/mcp.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/resources/sqlite.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/tasks.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/verifiers/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/verifiers/bundler.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/_async/verifiers/verifier.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/base.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/config.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/env/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/env/client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/exceptions.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/global_client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/instance/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/instance/base.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/instance/client.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/instance/models.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/models.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/resources/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/resources/base.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/resources/browser.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/resources/mcp.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/resources/sqlite.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/tasks.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/types.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/__init__.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/bundler.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/code.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/db.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/decorator.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/parse.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/sql_differ.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet/verifiers/verifier.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet_python.egg-info/SOURCES.txt +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet_python.egg-info/dependency_links.txt +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet_python.egg-info/requires.txt +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/fleet_python.egg-info/top_level.txt +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/scripts/fix_sync_imports.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/scripts/unasync.py +0 -0
- {fleet_python-0.2.40 → fleet_python-0.2.41}/setup.cfg +0 -0
|
@@ -47,10 +47,10 @@ from ._async.verifiers import (
|
|
|
47
47
|
)
|
|
48
48
|
|
|
49
49
|
# Import async tasks (default tasks are async for modern usage)
|
|
50
|
-
from ._async.tasks import Task, load_tasks
|
|
50
|
+
from ._async.tasks import Task, load_tasks as load_tasks_async
|
|
51
51
|
|
|
52
52
|
# Import sync load_tasks function
|
|
53
|
-
from .tasks import load_tasks
|
|
53
|
+
from .tasks import load_tasks
|
|
54
54
|
|
|
55
55
|
# Import shared types
|
|
56
56
|
from .types import VerifierFunction
|
|
@@ -99,7 +99,7 @@ __all__ = [
|
|
|
99
99
|
"reset_client",
|
|
100
100
|
# Module-level functions (async is default)
|
|
101
101
|
"load_tasks",
|
|
102
|
-
"
|
|
102
|
+
"load_tasks_async",
|
|
103
103
|
# Version
|
|
104
104
|
"__version__",
|
|
105
105
|
]
|
|
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
|