Updated package versions (#4470)

This commit is contained in:
Dmytro Struk
2026-03-04 08:49:48 -08:00
committed by GitHub
Unverified
parent e8a7ffbc14
commit 965a1ec103
26 changed files with 120 additions and 72 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ description = "Copilot Studio integration for Microsoft Agent Framework."
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0b260225"
version = "1.0.0b260304"
license-files = ["LICENSE"]
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
@@ -23,7 +23,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-core>=1.0.0rc2",
"agent-framework-core>=1.0.0rc3",
"microsoft-agents-copilotstudio-client>=0.3.1",
]