diff --git a/projects/ai/gen-media/ads-agent/release1/marketing_agent/pyproject.toml b/projects/ai/gen-media/ads-agent/release1/marketing_agent/pyproject.toml index 994387a9..24a1f58c 100644 --- a/projects/ai/gen-media/ads-agent/release1/marketing_agent/pyproject.toml +++ b/projects/ai/gen-media/ads-agent/release1/marketing_agent/pyproject.toml @@ -36,6 +36,5 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["marketing_agent"] -[tool.hatch.metadata] -allow-direct-references = true - +[tool.uv.sources] +adk_common = { path = "../adk_common", editable = true }