Skip to content

Commit 4454bac

Browse files
authored
Release version 2.0.0a5 (#208)
- Remove support for 3.14 (#207) - Add Federated Identity Credentials support (#203) - Add User Managed Identity support via MSAL (#192) - Introduce msal (#191) - Populate empty package READMEs with usage examples (#196) - Rename Teams AI to Teams SDK 🎉 (#201) - HTTPPlugin : Add a builder option to provide custom server (enables providing options like ssl etc) (#185) - get type hint of class, not object (#202) - Temporary: skip streaming tests (#200) - Fix workflow
1 parent 2ab8474 commit 4454bac

File tree

12 files changed

+138
-405
lines changed

12 files changed

+138
-405
lines changed

packages/a2aprotocol/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-a2a"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "plugin that enables your teams agent to be used as an a2a agent"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-ai"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "package to handle interacting with ai or llms"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-api"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "API package for Microsoft Teams"
55
readme = "README.md"
66
repository = "https://github.com/microsoft/teams.py"

packages/apps/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-apps"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "The app package for a Microsoft Teams agent"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/cards/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-cards"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "Cards package for Microsoft Teams"
55
readme = "README.md"
66
repository = "https://github.com/microsoft/teams.py"

packages/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-common"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "Common package for Microsoft Teams"
55
readme = "README.md"
66
repository = "https://github.com/microsoft/teams.py"

packages/devtools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-devtools"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "Local tool to streamline testing and development"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-graph"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "The Graph package for a Microsoft Teams agent"
55
readme = "README.md"
66
license = { text = "MIT" }

packages/mcpplugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-mcpplugin"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "library for handling mcp with teams sdk"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

packages/openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microsoft-teams-openai"
3-
version = "2.0.0a4"
3+
version = "2.0.0a5"
44
description = "model package for enabling chat experiences with openai"
55
authors = [{ name = "Microsoft", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)