diff --git a/sdk/agentserver/azure-ai-agentserver-core/pyproject.toml b/sdk/agentserver/azure-ai-agentserver-core/pyproject.toml index e30f7e4a3124..efc86ac91a36 100644 --- a/sdk/agentserver/azure-ai-agentserver-core/pyproject.toml +++ b/sdk/agentserver/azure-ai-agentserver-core/pyproject.toml @@ -64,6 +64,9 @@ readme = { file = ["README.md"], content-type = "text/markdown" } [tool.setuptools.package-data] "azure.ai.agentserver.core" = ["py.typed"] +[tool.azure-sdk-conda] +in_bundle = false + [tool.azure-sdk-build] breaking = false mypy = true @@ -72,7 +75,6 @@ verifytypes = false latestdependency = false pylint = true type_check_samples = false -# apistub crashes on Generic[Input, Output] classes (Python 3.10 inspect.getsource bug) -apistub = false +apistub = true [tool.uv.sources] \ No newline at end of file