mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -06:00
feat!: add --adk_version arg to adk deploy cloud_run.
The default version for Cloud Run deployment is changed to the version in the dev environment instead of the latest version. PiperOrigin-RevId: 759767654
This commit is contained in:
committed by
Copybara-Service
parent
801549f734
commit
a1ddf0b6cc
@@ -124,6 +124,7 @@ def test_to_cloud_run_happy_path(
|
||||
with_ui=True,
|
||||
verbosity="info",
|
||||
session_db_url="sqlite://",
|
||||
adk_version="0.0.5",
|
||||
)
|
||||
|
||||
# Assertions
|
||||
@@ -163,6 +164,7 @@ def test_to_cloud_run_cleans_temp_dir(
|
||||
with_ui=False,
|
||||
verbosity="info",
|
||||
session_db_url=None,
|
||||
adk_version="0.0.5",
|
||||
)
|
||||
|
||||
assert deleted["path"] == tmp_dir
|
||||
|
||||
Reference in New Issue
Block a user