Skip to content

Commit ae5383c

Browse files
authored
Release version 2.0.0a9 (#263)
# Release version 2.0.0a9 Commits since v2.0.0a8: - Add support for Python 3.14 (#259) - Bump qs from 6.14.0 to 6.14.1 in /examples/tab/Web (#240) - Bump urllib3 from 2.5.0 to 2.6.3 (#251) - Bump authlib from 1.6.5 to 1.6.6 (#252) - Bump starlette from 0.48.0 to 0.49.1 (#261) - Bump fastmcp from 2.12.4 to 2.14.0 (#260) - Bump python-multipart from 0.0.20 to 0.0.22 (#254) - Bump virtualenv from 20.35.3 to 20.36.1 (#256) - Bump pyasn1 from 0.6.1 to 0.6.2 (#255) - Bump azure-core from 1.36.0 to 1.38.0 (#257) - Bump aiohttp from 3.13.0 to 3.13.3 (#258) - fix meetingStart and meetingEnd casing bug & add meetings sample (#246) - Remove jitter during streaming (#248) - Add SERVICE_URL to override default service_url for Teams (#247) - [Fix] streaming: do not reset timeout for each emit, do not wait forever on close stream (#197)
1 parent ae377e9 commit ae5383c

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
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.0a8"
3+
version = "2.0.0a9"
44
description = "plugin that enables your teams agent to be used as an a2a agent"
55
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
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.0a8"
3+
version = "2.0.0a9"
44
description = "package to handle interacting with ai or llms"
55
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
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.0a8"
3+
version = "2.0.0a9"
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.0a8"
3+
version = "2.0.0a9"
44
description = "The app package for a Microsoft Teams agent"
55
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
66
readme = "README.md"

packages/botbuilder/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-botbuilder"
3-
version = "2.0.0a8"
3+
version = "2.0.0a9"
44
description = "BotBuilder plugin for Microsoft Teams"
55
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
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.0a8"
3+
version = "2.0.0a9"
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.0a8"
3+
version = "2.0.0a9"
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.0a8"
3+
version = "2.0.0a9"
44
description = "Local tool to streamline testing and development"
55
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
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.0a8"
3+
version = "2.0.0a9"
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.0a8"
3+
version = "2.0.0a9"
44
description = "library for handling mcp with teams sdk"
55
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)