We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced8472 commit 9eaa94aCopy full SHA for 9eaa94a
1 file changed
libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml
@@ -25,7 +25,7 @@ license = {text = "MIT"}
25
dependencies = [
26
"microsoft-agents-a365-tooling >= 0.0.0",
27
"microsoft-agents-hosting-core >= 0.4.0, < 0.6.0",
28
- "agent-framework-azure-ai >= 0.1.0",
+ "agent-framework-azure-ai >= 1.0.0b251114",
29
"azure-identity >= 1.12.0",
30
"typing-extensions >= 4.0.0",
31
]
@@ -69,4 +69,4 @@ target-version = "py311"
69
70
[tool.mypy]
71
python_version = "3.11"
72
-strict = true
+strict = true
0 commit comments