Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/a2aprotocol/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-a2a"
version = "2.0.0a4"
version = "2.0.0a5"
description = "plugin that enables your teams agent to be used as an a2a agent"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-ai"
version = "2.0.0a4"
version = "2.0.0a5"
description = "package to handle interacting with ai or llms"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-api"
version = "2.0.0a4"
version = "2.0.0a5"
description = "API package for Microsoft Teams"
readme = "README.md"
repository = "https://github.com/microsoft/teams.py"
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-apps"
version = "2.0.0a4"
version = "2.0.0a5"
description = "The app package for a Microsoft Teams agent"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/cards/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-cards"
version = "2.0.0a4"
version = "2.0.0a5"
description = "Cards package for Microsoft Teams"
readme = "README.md"
repository = "https://github.com/microsoft/teams.py"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-common"
version = "2.0.0a4"
version = "2.0.0a5"
description = "Common package for Microsoft Teams"
readme = "README.md"
repository = "https://github.com/microsoft/teams.py"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-devtools"
version = "2.0.0a4"
version = "2.0.0a5"
description = "Local tool to streamline testing and development"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-graph"
version = "2.0.0a4"
version = "2.0.0a5"
description = "The Graph package for a Microsoft Teams agent"
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion packages/mcpplugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-mcpplugin"
version = "2.0.0a4"
version = "2.0.0a5"
description = "library for handling mcp with teams sdk"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "microsoft-teams-openai"
version = "2.0.0a4"
version = "2.0.0a5"
description = "model package for enabling chat experiences with openai"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
407 changes: 12 additions & 395 deletions uv.lock

Large diffs are not rendered by default.