reasoning-deployment-service 0.5.2__tar.gz → 0.5.4__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.
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/PKG-INFO +1 -1
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/pyproject.toml +1 -1
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/reasoning_deployment_service.py +3 -1
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service.egg-info/PKG-INFO +1 -1
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/README.md +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/__init__.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/cli_editor/__init__.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/cli_editor/api_client.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/cli_editor/cli_runner.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/cli_editor/config.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/cli_editor/google_deps.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/cli_editor/reasoning_engine_creator.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/__init__.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/agent_checkbox_list.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/main.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/__init__.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/core/__init__.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/core/api_client.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/core/config.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/core/google_deps.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/core/reasoning_engine_creator.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/ui/__init__.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/ui/agent_space_view.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/ui/authorization_view.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/ui/reasoning_engine_view.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/ui/reasoning_engines_view.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/gui_editor/src/ui/ui_components.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service/runner.py +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service.egg-info/SOURCES.txt +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service.egg-info/dependency_links.txt +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service.egg-info/entry_points.txt +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service.egg-info/requires.txt +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/reasoning_deployment_service.egg-info/top_level.txt +0 -0
- {reasoning_deployment_service-0.5.2 → reasoning_deployment_service-0.5.4}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "reasoning-deployment-service"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.4"
|
|
8
8
|
description = "Deployment helper for Vertex AI Reasoning Engines & Agent Spaces"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "Apache-2.0" }
|
|
@@ -800,10 +800,12 @@ class ReasoningEngineDeploymentService:
|
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
+
self.info(agent_updates_body)
|
|
804
|
+
|
|
803
805
|
headers = self._get_headers()
|
|
804
806
|
|
|
805
807
|
update_mask = ["displayName", "description", "adk_agent_definition.tool_settings.tool_description",
|
|
806
|
-
"adk_agent_definition.provisioned_reasoning_engine.reasoning_engine"]
|
|
808
|
+
"adk_agent_definition.provisioned_reasoning_engine.reasoning_engine", "adk_agent_definition.authorizations"]
|
|
807
809
|
params = {"update_mask": ",".join(update_mask)}
|
|
808
810
|
resp = self._http.patch(url, headers=headers, params=params, json=agent_updates_body, timeout=60)
|
|
809
811
|
|
|
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
|