fix(s41): pass required credential in AzureFoundryBackend.create_chat_client

This commit is contained in:
Kjell Tore Guttormsen 2026-07-15 11:18:40 +02:00
commit 82c85d5e7c
4 changed files with 27 additions and 2 deletions

2
uv.lock generated
View file

@ -1420,6 +1420,7 @@ dependencies = [
{ name = "agent-framework-foundry" },
{ name = "agent-framework-openai" },
{ name = "agent-framework-orchestrations" },
{ name = "azure-identity" },
{ name = "mcp" },
{ name = "pulp" },
{ name = "pydantic" },
@ -1439,6 +1440,7 @@ requires-dist = [
{ name = "agent-framework-foundry", specifier = ">=1.8.2" },
{ name = "agent-framework-openai", specifier = ">=1.8.2" },
{ name = "agent-framework-orchestrations", specifier = ">=1.0.0" },
{ name = "azure-identity", specifier = ">=1.25" },
{ name = "mcp", specifier = ">=1.28.0" },
{ name = "pulp", specifier = ">=2.8" },
{ name = "pydantic", specifier = ">=2.11,<3" },