Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,5 @@ known-first-party = ["azure.ai.agentserver.agentframework"]
combine-as-imports = true

[tool.azure-sdk-build]
breaking = false # incompatible python version
pyright = false
verifytypes = false # incompatible python version for -core
verify_keywords = false
mindependency = false # depends on -core package
whl_no_aio = false
2 changes: 0 additions & 2 deletions sdk/agentserver/azure-ai-agentserver-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ known-first-party = ["azure.ai.agentserver.core"]
combine-as-imports = true

[tool.azure-sdk-build]
breaking = false # incompatible python version
pyright = false
verifytypes = false
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,5 @@ known-first-party = ["azure.ai.agentserver.langgraph"]
combine-as-imports = true

[tool.azure-sdk-build]
breaking = false # incompatible python version
pyright = false
verifytypes = false # incompatible python version for -core
verify_keywords = false
mindependency = false # depends on -core package
whl_no_aio = false
Loading