fix(deploy): legg til extra_packages for opax_mcp_client
This commit is contained in:
parent
bfd4d37f6e
commit
a7e92cfba7
|
|
@ -30,6 +30,7 @@ def deploy(project: str, region: str, display_name: str, staging_bucket: str):
|
|||
"httpx>=0.27.0",
|
||||
"google-auth>=2.29.0",
|
||||
],
|
||||
extra_packages=["./opax_mcp_client"],
|
||||
display_name=display_name,
|
||||
)
|
||||
print(f"\n✅ Agent deployet!")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user