Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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-a2aprotocol"
version = "2.0.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
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.0a2"
version = "2.0.0a3"
description = "library for handling mcp with teams ai library"
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.0a2"
version = "2.0.0a3"
description = "model package for enabling chat experiences with openai"
authors = [{ name = "Microsoft", email = "TeamsAISDKFeedback@microsoft.com" }]
readme = "README.md"
Expand Down
20 changes: 10 additions & 10 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading