pyagentic-core 2.6.0a1__tar.gz → 2.6.2.dev2__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.
- {pyagentic_core-2.6.0a1/pyagentic_core.egg-info → pyagentic_core-2.6.2.dev2}/PKG-INFO +1 -1
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_agent/_agent.py +3 -1
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_info.py +12 -10
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_spec.py +7 -3
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2/pyagentic_core.egg-info}/PKG-INFO +1 -1
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_params.py +26 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/uv.lock +72 -72
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.github/workflows/docs.yml +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.github/workflows/release.yml +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.github/workflows/testing.yml +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.gitignore +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/CHANGELOG.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/LICENSE +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/README.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/agent-linking.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/deploy/building.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/deploy/creating-a-project.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/deploy/index.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/deploy/running.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/declaration.svg +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/instantiation.svg +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/runtime.svg +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/source/README.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/source/declaration.d2 +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/source/instantiation.d2 +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/diagrams/source/runtime.d2 +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/execution-modes.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/getting-started.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/images/langfuse.png +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/index.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/inheritance.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/observability.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/phases.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/policies.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/reference/architecture.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/reference/modules.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/responses.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/states.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/structured-output.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/docs/tools.md +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/mkdocs.yml +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_agent/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_agent/_agent_linking.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_agent/_agent_state.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_exceptions.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_mcp.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_metaclasses.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_ref.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_state.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_tool.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_validation.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_utils/_typing.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_utils/_warnings.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_version_scheme.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/__main__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/_build.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/_init.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/_publish.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/_run.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/cli/_templates.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/_anthropic.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/_gemini.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/_mock.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/_openai.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/_openaiv1.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/llm/_provider.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/logging.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/models/llm.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/models/response.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/models/tracing.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/policies/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/policies/_events.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/policies/_policy.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_agent_ref.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_app.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_client_session.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_container.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_discovery.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_docker.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_exceptions.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_manifest.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_mcp_server.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_sessions.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/serve/_sse.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/tracing/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/tracing/_basic.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/tracing/_langfuse.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/tracing/_tracer.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/updates.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/SOURCES.txt +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/dependency_links.txt +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/entry_points.txt +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/requires.txt +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/top_level.txt +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyproject.toml +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/setup.cfg +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/setup.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_agent.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_agent_inheritance.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_agent_linking.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_agent_provider.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_phases.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_state.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_tool.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/_base/test_validator.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/cli/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/cli/test_init.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/conftest.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/models/test_responses.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_agent_ref.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_app.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_client_session.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_discovery.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_docker.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_manifest.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_metaclass_models.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/serve/test_sessions.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/tracing/__init__.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/tracing/test_basic_tracer.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/tracing/test_models.py +0 -0
- {pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/tests/tracing/test_tracer.py +0 -0
|
@@ -278,7 +278,9 @@ class BaseAgent(metaclass=AgentMeta):
|
|
|
278
278
|
mcp_response_models = {}
|
|
279
279
|
|
|
280
280
|
for field_name, mcp_def in self.__mcp_defs__.items():
|
|
281
|
-
|
|
281
|
+
# Resolve StateRefs (e.g. ref.self.root in server/args) the same
|
|
282
|
+
# way _get_tool_defs resolves them in tool definitions.
|
|
283
|
+
info = mcp_def.info.resolve(self.agent_reference)
|
|
282
284
|
server = info.server
|
|
283
285
|
|
|
284
286
|
# Auto-detect transport
|
|
@@ -22,17 +22,19 @@ class _SpecInfo:
|
|
|
22
22
|
return None
|
|
23
23
|
|
|
24
24
|
def resolve(self, agent_reference: dict) -> Self:
|
|
25
|
+
def _resolve_value(value: Any) -> Any:
|
|
26
|
+
if isinstance(value, RefNode):
|
|
27
|
+
return value.resolve(agent_reference)
|
|
28
|
+
if isinstance(value, list):
|
|
29
|
+
# resolve refs nested in list fields, e.g. MCPInfo.args
|
|
30
|
+
return [_resolve_value(item) for item in value]
|
|
31
|
+
return value
|
|
32
|
+
|
|
25
33
|
attrs: dict[str, Any] = {}
|
|
26
34
|
|
|
27
35
|
# walk actual model fields, not the dumped / serialized version
|
|
28
|
-
for name
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
if isinstance(value, RefNode):
|
|
32
|
-
resolved = value.resolve(agent_reference)
|
|
33
|
-
attrs[name] = resolved
|
|
34
|
-
else:
|
|
35
|
-
attrs[name] = value
|
|
36
|
+
for name in self.__dict__:
|
|
37
|
+
attrs[name] = _resolve_value(getattr(self, name))
|
|
36
38
|
|
|
37
39
|
# rebuild same class with resolved attrs
|
|
38
40
|
return self.__class__(**attrs)
|
|
@@ -89,8 +91,8 @@ class ParamInfo(_SpecInfo):
|
|
|
89
91
|
class MCPInfo(_SpecInfo):
|
|
90
92
|
"""Descriptor for configuring MCP server connections."""
|
|
91
93
|
|
|
92
|
-
server: Any = None
|
|
93
|
-
args: list[str] | None = None
|
|
94
|
+
server: MaybeRef[Any] = None
|
|
95
|
+
args: list[MaybeRef[str]] | None = None
|
|
94
96
|
tools: list[str] | None = None
|
|
95
97
|
exclude_tools: list[str] | None = None
|
|
96
98
|
prefix: bool | str = True
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from typing import Any, Callable, Literal
|
|
2
2
|
|
|
3
|
-
from pyagentic._base._info import StateInfo, ParamInfo, AgentInfo, MCPInfo
|
|
3
|
+
from pyagentic._base._info import StateInfo, ParamInfo, AgentInfo, MCPInfo, MaybeRef
|
|
4
4
|
from pyagentic.policies._policy import Policy
|
|
5
5
|
|
|
6
6
|
|
|
@@ -141,9 +141,9 @@ class spec:
|
|
|
141
141
|
|
|
142
142
|
@staticmethod
|
|
143
143
|
def MCPLink(
|
|
144
|
-
server: Any = None,
|
|
144
|
+
server: MaybeRef[Any] = None,
|
|
145
145
|
*,
|
|
146
|
-
args: list[str] | None = None,
|
|
146
|
+
args: list[MaybeRef[str]] | None = None,
|
|
147
147
|
tools: list[str] | None = None,
|
|
148
148
|
exclude_tools: list[str] | None = None,
|
|
149
149
|
prefix: bool | str = True,
|
|
@@ -158,6 +158,10 @@ class spec:
|
|
|
158
158
|
- ``str`` + ``args`` → stdio subprocess
|
|
159
159
|
- ``FastMCP`` object → in-process
|
|
160
160
|
|
|
161
|
+
Both ``server`` and ``args`` entries may be StateRefs (e.g.
|
|
162
|
+
``ref.self.root``); they are resolved against agent state when the
|
|
163
|
+
MCP connection is established.
|
|
164
|
+
|
|
161
165
|
Args:
|
|
162
166
|
server (Any): URL string, command string, or FastMCP server object.
|
|
163
167
|
args (list[str], optional): Arguments for stdio subprocess mode.
|
|
@@ -56,6 +56,32 @@ def test_param_info_resolve():
|
|
|
56
56
|
assert resolved_info.values == ["a", "b", "c"]
|
|
57
57
|
|
|
58
58
|
|
|
59
|
+
def test_mcp_info_resolve_refs_in_args():
|
|
60
|
+
"""Test that MCPInfo.resolve resolves ref references nested in the args list"""
|
|
61
|
+
info = spec.MCPLink(
|
|
62
|
+
"npx",
|
|
63
|
+
args=["-y", "@modelcontextprotocol/server-filesystem", ref.self.root],
|
|
64
|
+
tools=["read_file"],
|
|
65
|
+
)
|
|
66
|
+
|
|
67
|
+
agent_reference = {"self": {"root": "/tmp/project"}}
|
|
68
|
+
|
|
69
|
+
resolved_info = info.resolve(agent_reference)
|
|
70
|
+
assert resolved_info.args == ["-y", "@modelcontextprotocol/server-filesystem", "/tmp/project"]
|
|
71
|
+
assert resolved_info.server == "npx"
|
|
72
|
+
assert resolved_info.tools == ["read_file"]
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
def test_mcp_info_resolve_ref_server():
|
|
76
|
+
"""Test that MCPInfo.resolve resolves a ref used as the server value"""
|
|
77
|
+
info = spec.MCPLink(ref.self.server_url)
|
|
78
|
+
|
|
79
|
+
agent_reference = {"self": {"server_url": "http://127.0.0.1:9000/mcp"}}
|
|
80
|
+
|
|
81
|
+
resolved_info = info.resolve(agent_reference)
|
|
82
|
+
assert resolved_info.server == "http://127.0.0.1:9000/mcp"
|
|
83
|
+
|
|
84
|
+
|
|
59
85
|
def test_param_info_resolve_without_refs():
|
|
60
86
|
"""Test that ParamInfo.resolve works with non-ref values"""
|
|
61
87
|
info = spec.Param(description="static description", values=["x", "y", "z"])
|
|
@@ -514,60 +514,60 @@ wheels = [
|
|
|
514
514
|
|
|
515
515
|
[[package]]
|
|
516
516
|
name = "cryptography"
|
|
517
|
-
version = "48.0.
|
|
517
|
+
version = "48.0.1"
|
|
518
518
|
source = { registry = "https://pypi.org/simple" }
|
|
519
519
|
dependencies = [
|
|
520
520
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
|
521
521
|
]
|
|
522
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
523
|
-
wheels = [
|
|
524
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
525
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
526
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
527
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
528
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
529
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
530
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
531
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
532
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
533
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
534
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
535
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
536
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
537
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
538
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
539
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
540
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
541
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
542
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
543
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
544
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
545
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
546
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
547
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
548
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
549
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
550
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
551
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
552
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
553
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
554
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
555
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
557
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
558
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
559
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
560
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
561
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
562
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
563
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
564
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
565
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
522
|
+
sdist = { url = "https://files.pythonhosted.org/packages/12/45/870e7f4bef50e5f53b9f51d4428aee5290eedf58ba443f16b1ebb7ab8e66/cryptography-48.0.1.tar.gz", hash = "sha256:266f4ee051abb2f725b74ef8072b521ce1feacf685a3364fa6a6b45548db791a", size = 832989, upload-time = "2026-06-09T22:32:31.8Z" }
|
|
523
|
+
wheels = [
|
|
524
|
+
{ url = "https://files.pythonhosted.org/packages/1b/bc/ee4137cbbe105652c0ee4252792b78fc8e7afa4b8e61d9d5dc05a7f45731/cryptography-48.0.1-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:3e4a1a3232eef2e6c732827d5722db29a0cc8b27af2a4d865b094cf954be9ca1", size = 8008324, upload-time = "2026-06-09T22:31:00.702Z" },
|
|
525
|
+
{ url = "https://files.pythonhosted.org/packages/d5/85/6379d42181bfc713094f081360fc5784d6c816b599d45e7f082502d173ce/cryptography-48.0.1-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:32143b24adb918f078134e1e230f1eb8cc04886b92c28b5f0041aaf3e5699225", size = 4696243, upload-time = "2026-06-09T22:32:33.446Z" },
|
|
526
|
+
{ url = "https://files.pythonhosted.org/packages/9c/87/c85d147b53323c7eb4d850920c8901377323c2a0ff8d79c262d4fee89aa2/cryptography-48.0.1-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f0d27a5696721ef7a672b8c810f6aded391058e0b9486e63e6d93baf765da691", size = 4713235, upload-time = "2026-06-09T22:31:40.141Z" },
|
|
527
|
+
{ url = "https://files.pythonhosted.org/packages/79/58/67cbf8cf1ee7c54b439ca07bbecf8362c07afc11a3724fea70f745784add/cryptography-48.0.1-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:eb86ce1af36fe65041b6db9a8bb064ee621a7e5fded0f80d475ec243477cd242", size = 4702323, upload-time = "2026-06-09T22:31:42.191Z" },
|
|
528
|
+
{ url = "https://files.pythonhosted.org/packages/89/c6/24266ac10c47f6cd2a865f4446062b466da1d1f10b27189eac00e61bf0c9/cryptography-48.0.1-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:b024e784ad6c077ee0147b35ea9cbfc1e34e1fd4c1dcca214c2794d73a12df08", size = 5300085, upload-time = "2026-06-09T22:31:58.703Z" },
|
|
529
|
+
{ url = "https://files.pythonhosted.org/packages/d2/bb/cc4b78784f97efc8c5874c2a9743708d172be6663024b34a0467885ae0c8/cryptography-48.0.1-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3752f2dbc8f07a30aad2932c986cea495b03bb554887828225da104f732852b6", size = 4746137, upload-time = "2026-06-09T22:31:31.01Z" },
|
|
530
|
+
{ url = "https://files.pythonhosted.org/packages/1f/52/0c44de3f5267f8fbe8e835138017522a333436166e406f0db9b9e6e3033f/cryptography-48.0.1-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:bd81490cd5801d755cf97bb68ac191f14b708470b1c7cf4580f669b9c9264cd8", size = 4333867, upload-time = "2026-06-09T22:32:28.096Z" },
|
|
531
|
+
{ url = "https://files.pythonhosted.org/packages/9a/2e/772d7adbfa931537bc401640b7cac9976bff689bda187833e5d63b428e49/cryptography-48.0.1-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:66fd0771e7b9c6dcd44cf1120690d2338d16d72795cf40cae2786a39eba65429", size = 4701805, upload-time = "2026-06-09T22:31:38.284Z" },
|
|
532
|
+
{ url = "https://files.pythonhosted.org/packages/f8/a3/b06844f303873493c963caf581c04df31c7035e0c1b0f02c4814d319ec80/cryptography-48.0.1-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:3fd2ca57062b241c856670b073487d2e86c4637937ca5601e48f97bf8e11fc8f", size = 5258461, upload-time = "2026-06-09T22:31:04.187Z" },
|
|
533
|
+
{ url = "https://files.pythonhosted.org/packages/9f/13/8b765e2e12b07c74941caadb9d1c8fdc006c4dfbf2b8f2d610519758954d/cryptography-48.0.1-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:0ee6ea481db1ab889cba043ec1eda17bb9c1ea79db6722f779c3667f9f70322f", size = 4745488, upload-time = "2026-06-09T22:32:30.07Z" },
|
|
534
|
+
{ url = "https://files.pythonhosted.org/packages/2e/aa/48972bce55049b32a94f4907eda4d75fa385aad8a39506cc2fc72196ecf0/cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f2ceef93cb096aa3c4cc4b5c94ca6131f9196d28c64d6111533402a9b2054d41", size = 4830256, upload-time = "2026-06-09T22:31:43.868Z" },
|
|
535
|
+
{ url = "https://files.pythonhosted.org/packages/47/a2/e5079a032fb85cf6005046ca92bbd78b0c82dad2b5751ab8c311659da06f/cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:9bd3f92d76217892b15df84ca256c2c113d386fdda7a7d8691aeeced976507c6", size = 4979117, upload-time = "2026-06-09T22:31:05.845Z" },
|
|
536
|
+
{ url = "https://files.pythonhosted.org/packages/b7/a0/8f50cae9c74e718ed769d63ed5c74bd0ea830c9550a74629cebd1b9c7bc7/cryptography-48.0.1-cp311-abi3-win32.whl", hash = "sha256:b9a32b876490d66c8bcc9963ef220199569748434ab01a9d6aaeabf88e7f5158", size = 3304154, upload-time = "2026-06-09T22:32:16.845Z" },
|
|
537
|
+
{ url = "https://files.pythonhosted.org/packages/c5/69/0572c77dbace6fef72f33755bd52ea399c71367250d366237f8691826b9e/cryptography-48.0.1-cp311-abi3-win_amd64.whl", hash = "sha256:39489bfca54c7a1f6b297efcd8bc608ab92d16c4ca631b0cad4da46724588b24", size = 3817138, upload-time = "2026-06-09T22:32:00.388Z" },
|
|
538
|
+
{ url = "https://files.pythonhosted.org/packages/42/06/3e768b4c3bc78201583fa35a0e18f640dd782ff41afba88f8545481a8874/cryptography-48.0.1-cp314-cp314t-macosx_10_9_universal2.whl", hash = "sha256:f817adc181390bd54f2f700107a7419040fb7c1bdf2fc26f36551a06a68c3345", size = 7989830, upload-time = "2026-06-09T22:31:07.8Z" },
|
|
539
|
+
{ url = "https://files.pythonhosted.org/packages/8a/13/6476736484b94041110c8340a3eb63962fea4975baea8cb4a512adb44d4d/cryptography-48.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d5d30989c6917b478b5817902e85fddaea2261efa8648383d965381ccb9e1ac4", size = 4689201, upload-time = "2026-06-09T22:31:09.745Z" },
|
|
540
|
+
{ url = "https://files.pythonhosted.org/packages/79/62/65a87f34d2a431546e2509b85d55e8c90df86d668f6731da64d538512ac2/cryptography-48.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:df637c05205ea7c1d7fbcbe54bbfea648a52951155f997af13d895d0ecc96991", size = 4702822, upload-time = "2026-06-09T22:32:24.409Z" },
|
|
541
|
+
{ url = "https://files.pythonhosted.org/packages/7f/59/810b5204b0a9b10f4b6bc06bd551a8b609803cd931806bc3b71884b225e5/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:869c3b8a53bfe27147832df48b32adadf558249d50e76cb3769d40e986b13265", size = 4694875, upload-time = "2026-06-09T22:32:08.737Z" },
|
|
542
|
+
{ url = "https://files.pythonhosted.org/packages/24/dc/d8ca05ffea724eec6d232ea6f18e74c269eb6bdfdcc9bfba689790d1325f/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:e361afba8918070d376df76f408a4f67fec0ee9cff81a99e48fe9a233ef59e17", size = 5290385, upload-time = "2026-06-09T22:31:15.212Z" },
|
|
543
|
+
{ url = "https://files.pythonhosted.org/packages/03/8c/3be6cb4da181f5bb6c19cf560c2359d60644a6b5fc5b57854e528f47b296/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:d069066deead00ac7f090be101be875a06855908f7ec004c27b8fefb4acfb411", size = 4737082, upload-time = "2026-06-09T22:32:22.66Z" },
|
|
544
|
+
{ url = "https://files.pythonhosted.org/packages/aa/f6/d5f60a5a1434dbfd949e227fd0065d194c7e6b6ac526b17f5c06152b8231/cryptography-48.0.1-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:09f73a725d582cef64b91281a322cd798d14a33b2b6f2b7ad9531dc336d84c02", size = 4325328, upload-time = "2026-06-09T22:32:10.777Z" },
|
|
545
|
+
{ url = "https://files.pythonhosted.org/packages/17/b7/ba75dd947a14b6ad907b01ae8f6b5b348cdd1b48142f0063dee9e20c1d9d/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:15254441469dd6bf027039453288e2072124f8b6603563f5d759e1c9b69273fa", size = 4694530, upload-time = "2026-06-09T22:31:53.105Z" },
|
|
546
|
+
{ url = "https://files.pythonhosted.org/packages/62/29/50d6b9e8aff12d8b67afaeb3569335e32dc83a5723e3bbded24fdac9f809/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:8ace4507d1e6533c125f4fac754f8bb8b6a74c08e92179dabd7e16571a3efbf3", size = 5245046, upload-time = "2026-06-09T22:31:25.774Z" },
|
|
547
|
+
{ url = "https://files.pythonhosted.org/packages/9f/04/618f4115cfc0add0838c82507aa18a346089428da8653ad38b3ff36f5cb3/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:b4e391975f038e66432328639620a4aff2d307513b004f1ca06d6225bced815c", size = 4736660, upload-time = "2026-06-09T22:32:12.676Z" },
|
|
548
|
+
{ url = "https://files.pythonhosted.org/packages/24/9c/06e062462a0de28a3b3911322eded4c16deb9f441b1b7575d3dc59488ab5/cryptography-48.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42fcd8e26fe555d9b3577a135f5091fefa0aa4e99129c23fb56787a1bd4ada72", size = 4822229, upload-time = "2026-06-09T22:31:17.062Z" },
|
|
549
|
+
{ url = "https://files.pythonhosted.org/packages/f4/be/0561971eaaee4b8a0e7d5113c536921063ab91aaf23278ac374eaf881e11/cryptography-48.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c1400da5e32a43253392277eac7490a60e497d810a63dd5608d71bbd7af507c9", size = 4966364, upload-time = "2026-06-09T22:31:32.842Z" },
|
|
550
|
+
{ url = "https://files.pythonhosted.org/packages/a4/27/728c77876f12b000820b69ae490f3c4083775e79e07827e9e60be07ad209/cryptography-48.0.1-cp314-cp314t-win32.whl", hash = "sha256:0df56b056bc17c1b7d6821dfa65216e62bd232d8ab05eb3db44e71d235651471", size = 3278498, upload-time = "2026-06-09T22:31:29.154Z" },
|
|
551
|
+
{ url = "https://files.pythonhosted.org/packages/06/e3/79a612c6d7b1e6ee0edd43633d53035bec2cfb78c82b76f7864f39e36f34/cryptography-48.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:9de21387aa95e2a895823d0745b430bed4f33503ba9ab5e0b5311f33e37d66d2", size = 3798790, upload-time = "2026-06-09T22:31:56.697Z" },
|
|
552
|
+
{ url = "https://files.pythonhosted.org/packages/ca/6c/00fa2a95997164c8b2072ce327c23d4ab20809ccc323ea5fab91e53a4bba/cryptography-48.0.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:4fdc69f8e4316bcf0c8c8ec1f26f285d12e8142d88d96c876a59a03be3f6ae67", size = 7987408, upload-time = "2026-06-09T22:32:20.777Z" },
|
|
553
|
+
{ url = "https://files.pythonhosted.org/packages/b0/d9/45f309a7e4e5f3f8f121d6d3be9e94024a7726ec598d6e08ae04edb2f04d/cryptography-48.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:48fe40804d4caa2288f24e70ca8c64c42dd826da0ad7e4f1b41b2128d679e6c8", size = 4690196, upload-time = "2026-06-09T22:31:54.74Z" },
|
|
554
|
+
{ url = "https://files.pythonhosted.org/packages/5f/9f/a1bc8bcc798811b8527eb374bbccf30a3f3e806829d967118222bf1125eb/cryptography-48.0.1-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:86be3b1b0b6bf09482fb50a979c508d2950ed95f5621ec77f4e385962006b83a", size = 4696782, upload-time = "2026-06-09T22:31:45.615Z" },
|
|
555
|
+
{ url = "https://files.pythonhosted.org/packages/66/c2/81a4fb4e4373c500bb526bc337ac5719dd31dd15b970b84a238168c6aa08/cryptography-48.0.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:4ab0a343c807bbcd90c971cd1ecf072937cd01847a9e002bef88fb47ac6be577", size = 4696618, upload-time = "2026-06-09T22:31:11.564Z" },
|
|
556
|
+
{ url = "https://files.pythonhosted.org/packages/e5/0b/aa68b221dde92d09cb29a024ede17550ee21e77a404e59fc093c82bb51e1/cryptography-48.0.1-cp39-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:9621de99d2da096006b629979efd8ae7eb2d8b822488d0c89ee4000c306c59b1", size = 5289970, upload-time = "2026-06-09T22:31:20.368Z" },
|
|
557
|
+
{ url = "https://files.pythonhosted.org/packages/78/13/fba657f958d2af66ea959a4ba01212632089249d34af1ae48054136344d7/cryptography-48.0.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:88c852a0ae366e262e5a1744b685e6a433dc8788dd2a277e418bf4904203609d", size = 4731873, upload-time = "2026-06-09T22:31:22.253Z" },
|
|
558
|
+
{ url = "https://files.pythonhosted.org/packages/4c/4c/9a964756d24a26b3e34dfcb16f961b89838786e6700b635b0d1e3adff4b6/cryptography-48.0.1-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:43c5835e2cb98c8733d86f57d6fc879b613f5c3478607281c3e36daffc6dd8a6", size = 4330804, upload-time = "2026-06-09T22:31:36.56Z" },
|
|
559
|
+
{ url = "https://files.pythonhosted.org/packages/4b/0f/a10f3a6eb12950a10e3a874070283aa2dd5875b2bfd15fad8a3e17b3f13e/cryptography-48.0.1-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:fe0180af5bf9236518a087e35bf2d9a347d5f5f51e63c579d683ddff424e3d46", size = 4696217, upload-time = "2026-06-09T22:31:13.351Z" },
|
|
560
|
+
{ url = "https://files.pythonhosted.org/packages/f3/6f/5cd12f951165ea73ef85266775d97e4c763b2474ccfd816dd69d3a18d6f8/cryptography-48.0.1-cp39-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:b7a2d1a937a738a881737cec135a38bb61470589b17515b9f73f571d0ae10401", size = 5245252, upload-time = "2026-06-09T22:32:02.193Z" },
|
|
561
|
+
{ url = "https://files.pythonhosted.org/packages/68/ab/8aaa12e4516ec4464033ab79b6f3b592bd5a92102467c4ace8a0d970203f/cryptography-48.0.1-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:b74ca3b8e5ecdd833bf6a002ca41b4793bb27fb8f1c06ffaf2643c9e9140e31b", size = 4731388, upload-time = "2026-06-09T22:32:04.019Z" },
|
|
562
|
+
{ url = "https://files.pythonhosted.org/packages/1b/24/50027ea4dca85ec1f40688f3c24fb32ccacd520583c9592c3cc95628e6fb/cryptography-48.0.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2c37f2461406063b417837f5f3daab668652acd82423efcd7f0a9f04be972de1", size = 4824186, upload-time = "2026-06-09T22:32:18.707Z" },
|
|
563
|
+
{ url = "https://files.pythonhosted.org/packages/52/41/04cb5eb17085ade6f50cc611fb657df6a0f5885350de8764ece89c050197/cryptography-48.0.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:86fe77abb1bd87afb251d4d02ada7ecf53a32cee9b67d976abb2e45a13297475", size = 4964539, upload-time = "2026-06-09T22:31:18.793Z" },
|
|
564
|
+
{ url = "https://files.pythonhosted.org/packages/36/bf/ed70785c496e89d7e73b7cda2d21f2447fd6d4e821714b8d04ff217fed92/cryptography-48.0.1-cp39-abi3-win32.whl", hash = "sha256:6b2c0c3e6ccf3ade7750f836ef3ee36eea250cc467d45c256895573ac08cc6f1", size = 3282307, upload-time = "2026-06-09T22:30:53.162Z" },
|
|
565
|
+
{ url = "https://files.pythonhosted.org/packages/b3/ff/371ea7d252656ee1eb6d83eeeef3d1d0c6baf1d6497687d081ea03814670/cryptography-48.0.1-cp39-abi3-win_amd64.whl", hash = "sha256:9a49ca6c81417f6a5edb50375a60cccdd70fa0a91a5211829dbea74eba94d2ac", size = 3793408, upload-time = "2026-06-09T22:32:15.191Z" },
|
|
566
566
|
]
|
|
567
567
|
|
|
568
568
|
[[package]]
|
|
569
569
|
name = "cyclopts"
|
|
570
|
-
version = "4.
|
|
570
|
+
version = "4.17.0"
|
|
571
571
|
source = { registry = "https://pypi.org/simple" }
|
|
572
572
|
dependencies = [
|
|
573
573
|
{ name = "attrs" },
|
|
@@ -575,9 +575,9 @@ dependencies = [
|
|
|
575
575
|
{ name = "rich" },
|
|
576
576
|
{ name = "rich-rst" },
|
|
577
577
|
]
|
|
578
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
578
|
+
sdist = { url = "https://files.pythonhosted.org/packages/96/b7/2e64e26e7189c2f0f88cea467d068ec968f2fa24628b0ffb93132a0f2b14/cyclopts-4.17.0.tar.gz", hash = "sha256:6b3231f18b404879e978214ef26fa174e8b505bd0f2117290b4135560666004b", size = 181338, upload-time = "2026-06-09T13:41:26.801Z" }
|
|
579
579
|
wheels = [
|
|
580
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
580
|
+
{ url = "https://files.pythonhosted.org/packages/ec/26/1614f15b8ea89ee201a2484ea5bede7319a2b07c796c321ffdadd705559e/cyclopts-4.17.0-py3-none-any.whl", hash = "sha256:6ee947c9f3bbe9679b9fa9cea1bb327298db80b302df62d7f1d1bd82726508e0", size = 219147, upload-time = "2026-06-09T13:41:24.97Z" },
|
|
581
581
|
]
|
|
582
582
|
|
|
583
583
|
[[package]]
|
|
@@ -1419,14 +1419,14 @@ wheels = [
|
|
|
1419
1419
|
|
|
1420
1420
|
[[package]]
|
|
1421
1421
|
name = "joserfc"
|
|
1422
|
-
version = "1.7.
|
|
1422
|
+
version = "1.7.1"
|
|
1423
1423
|
source = { registry = "https://pypi.org/simple" }
|
|
1424
1424
|
dependencies = [
|
|
1425
1425
|
{ name = "cryptography" },
|
|
1426
1426
|
]
|
|
1427
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1427
|
+
sdist = { url = "https://files.pythonhosted.org/packages/44/90/25cb27518750218e4f850be63d8bbb2343efaad1c01c3571aaa4b3c33bd7/joserfc-1.7.1.tar.gz", hash = "sha256:77d0b76514879c68c6f433bc5b7357a4ab72008ff1e33d8379fd11d72bd8ca81", size = 233181, upload-time = "2026-06-08T07:21:33.412Z" }
|
|
1428
1428
|
wheels = [
|
|
1429
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1429
|
+
{ url = "https://files.pythonhosted.org/packages/b3/00/fa62404c3e347f946faa13aa21085205f9cc06ad17671e37f81a51662ae8/joserfc-1.7.1-py3-none-any.whl", hash = "sha256:b3e3d655612e2e1ef67b2600f2f420e12e537b020208fab1761fad647319c164", size = 70423, upload-time = "2026-06-08T07:21:32.001Z" },
|
|
1430
1430
|
]
|
|
1431
1431
|
|
|
1432
1432
|
[[package]]
|
|
@@ -3254,27 +3254,27 @@ wheels = [
|
|
|
3254
3254
|
|
|
3255
3255
|
[[package]]
|
|
3256
3256
|
name = "ty"
|
|
3257
|
-
version = "0.0.
|
|
3258
|
-
source = { registry = "https://pypi.org/simple" }
|
|
3259
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3260
|
-
wheels = [
|
|
3261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3257
|
+
version = "0.0.47"
|
|
3258
|
+
source = { registry = "https://pypi.org/simple" }
|
|
3259
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6c/ea/2565229df2be7cc09128a1bb2fa8416b2006378b62bc8a3ddcc001e6d52f/ty-0.0.47.tar.gz", hash = "sha256:4db42f7a9b606860c98a25adb73059942016cee43d9f1cac1b63ee06063f4879", size = 5849321, upload-time = "2026-06-10T14:51:17.859Z" }
|
|
3260
|
+
wheels = [
|
|
3261
|
+
{ url = "https://files.pythonhosted.org/packages/0c/ae/e1358a2bdff2c64587be8f48aadd7b174414f7614a12757e4dcec298041c/ty-0.0.47-py3-none-linux_armv6l.whl", hash = "sha256:7242ff9bc6a409db623b3dd3c8578877e5f9e75fd35ae62484dfce14dd17a1c4", size = 11771785, upload-time = "2026-06-10T14:51:22.545Z" },
|
|
3262
|
+
{ url = "https://files.pythonhosted.org/packages/17/7a/67094fb6a85863307f617739a0f6dfaea87f85efc1d97327304d95de6e82/ty-0.0.47-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:d08701aaaed49e44568e086b9e24da9723e523d2985a65c15b42cbeaec800bf4", size = 11514823, upload-time = "2026-06-10T14:51:10.828Z" },
|
|
3263
|
+
{ url = "https://files.pythonhosted.org/packages/9a/96/5f7a20a804d0408655d8974cb78b6f9c096450132460aa7e942a800cb0a7/ty-0.0.47-py3-none-macosx_11_0_arm64.whl", hash = "sha256:b6a03c57f04e9dfc6ffa328b1019dd3314bc350edc078417e49c8e766a90ddc3", size = 10924148, upload-time = "2026-06-10T14:51:20.153Z" },
|
|
3264
|
+
{ url = "https://files.pythonhosted.org/packages/be/d9/e2f98480fffa661d038d72c13c563efa22624404f324853d2d123467c7a4/ty-0.0.47-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b3467db1f470ad05a150a422fe45132c9248b2efecdd6a39726c2e430d99a1a1", size = 11454020, upload-time = "2026-06-10T14:51:33.826Z" },
|
|
3265
|
+
{ url = "https://files.pythonhosted.org/packages/d6/28/892ece7491c6f8abbf09d2ae7e903a985de7522227516a8ca7a0b634749c/ty-0.0.47-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0b8e0e4dc34468821476531631366aa81f0ffe98d768200d99ec1ff830949ee8", size = 11545624, upload-time = "2026-06-10T14:50:57.314Z" },
|
|
3266
|
+
{ url = "https://files.pythonhosted.org/packages/6d/f1/d03d586e3baa9aca4f819f19bd97215a5ef10b135b72e7502ec478a13a7c/ty-0.0.47-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a70ffd1b5fc91e6ba2ade98fa324a1336848fead8d622612e3b1bbdd3a2c71f", size = 12069283, upload-time = "2026-06-10T14:51:00.196Z" },
|
|
3267
|
+
{ url = "https://files.pythonhosted.org/packages/2d/76/9e4875a130279a86d1301e916ff8b520de48b2c2603cd4297417c39c34f8/ty-0.0.47-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7a25e7bc280b6dd31e97642f3c68d2acfcbc8511af4ee2355f7cafa7dfef92fb", size = 12620386, upload-time = "2026-06-10T14:50:49.691Z" },
|
|
3268
|
+
{ url = "https://files.pythonhosted.org/packages/60/9e/ad31b6e67564815d8082c9934ab1e568acbbbd48c0efff00b864f1d1475d/ty-0.0.47-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d7c583070eaca9788a03a36784f4359f759094c64cdbafd0731881397fe80246", size = 12295012, upload-time = "2026-06-10T14:51:25.25Z" },
|
|
3269
|
+
{ url = "https://files.pythonhosted.org/packages/65/2c/8ec68ccde675a339c29598a084543df79e2e1c9d6acb819744de0c382ae6/ty-0.0.47-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c0bb02d7857f2736425758310a8783e0a85d151ccf2b6d2707241bb6b6fa5e9", size = 12118299, upload-time = "2026-06-10T14:51:13.229Z" },
|
|
3270
|
+
{ url = "https://files.pythonhosted.org/packages/15/c4/947def605a7f5d5d81d73ea2913a8845d1e225eddba11cf80f33de78d78a/ty-0.0.47-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:e3f36c265bafb44327c9bc1e77403edb34ef01c151e2193115ce1273b61a0056", size = 12334477, upload-time = "2026-06-10T14:51:29.037Z" },
|
|
3271
|
+
{ url = "https://files.pythonhosted.org/packages/b7/2b/0c378342f79bb9bd640740d2afff6da5988bdc5f790081d7fd817f3b7c56/ty-0.0.47-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4ad371d660aee483b5f78b1f767b4213e4d058b3ff52f90f1586b77981dddce4", size = 11426077, upload-time = "2026-06-10T14:51:08.108Z" },
|
|
3272
|
+
{ url = "https://files.pythonhosted.org/packages/7c/22/c4cfb8e48c57398b44206395675fdf738341b6efb20636d0dd894c2829e0/ty-0.0.47-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:e79bb494b2f4fdf0a0b1a7db107063942852975368941ccc133d06fc627bd592", size = 11590725, upload-time = "2026-06-10T14:51:03.091Z" },
|
|
3273
|
+
{ url = "https://files.pythonhosted.org/packages/7a/92/1a45f4866108bf94ff0322cce0b95f9ef5d7fbba5a08a572b90db98e87e4/ty-0.0.47-py3-none-musllinux_1_2_i686.whl", hash = "sha256:d263c8b682aa06d56e34df9303ea256ebdfad34719d4092c5dd7997816e93e71", size = 11714791, upload-time = "2026-06-10T14:50:52.289Z" },
|
|
3274
|
+
{ url = "https://files.pythonhosted.org/packages/b5/70/29ac8cb291af5c9ad6c69d25389f9657c7db0caadcb56b4d8fedd2178c67/ty-0.0.47-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:87488c8b9e8dd2de5733c68d4a305d989451348012a085f1179daa1f2f841a4f", size = 12205131, upload-time = "2026-06-10T14:50:54.671Z" },
|
|
3275
|
+
{ url = "https://files.pythonhosted.org/packages/1c/e0/ad21d1647aefc3434d29f93ba90522540a55774228a25c4d9861655797b3/ty-0.0.47-py3-none-win32.whl", hash = "sha256:8e8fb0b27f3a4f1644101d57c1b3fe9cd72e303b37b5cf9b0015a45d54ce2efe", size = 11018686, upload-time = "2026-06-10T14:51:31.324Z" },
|
|
3276
|
+
{ url = "https://files.pythonhosted.org/packages/54/21/773e02fd3a6abe9fefe36e61ec3d058e1006299c2ae25f379cb27a0e5186/ty-0.0.47-py3-none-win_amd64.whl", hash = "sha256:2ca1d496bc4bf4eb7fd97e20d1233f524f70a252a3c8b68d115bfb9584a5a8d8", size = 12112283, upload-time = "2026-06-10T14:51:15.467Z" },
|
|
3277
|
+
{ url = "https://files.pythonhosted.org/packages/73/a3/a522dc6d16244f81e2b09bf5c06a83c4469ee412a2ab9764037a894988b0/ty-0.0.47-py3-none-win_arm64.whl", hash = "sha256:d3b3b0ea7f8cbb202ec1eb237b58210f33f4f5b07e06c67e46266b17f39ac8ab", size = 11460794, upload-time = "2026-06-10T14:51:05.774Z" },
|
|
3278
3278
|
]
|
|
3279
3279
|
|
|
3280
3280
|
[[package]]
|
|
File without changes
|
{pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/.github/ISSUE_TEMPLATE/feature_request.md
RENAMED
|
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
|
{pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic/_base/_agent/_agent_linking.py
RENAMED
|
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
|
{pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{pyagentic_core-2.6.0a1 → pyagentic_core-2.6.2.dev2}/pyagentic_core.egg-info/entry_points.txt
RENAMED
|
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
|