Skip to content

Commit d041e81

Browse files
authored
[PY] bump: minor bump to 1.6.0 (#2294)
## Linked issues closes: #minor ## Details - package minor updates ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes
1 parent 45ec55d commit d041e81

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

python/packages/ai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "teams-ai"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "SDK focused on building AI based applications for Microsoft Teams."
55
authors = ["Microsoft <[email protected]>"]
66
readme = "README.md"

python/samples/01.messaging.a.echoBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
1313
python-dotenv = "^1.0.1"
14-
teams-ai = "^1.5.0"
14+
teams-ai = "^1.6.0"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^7.4.0"

python/samples/02.messageExtensions.a.searchCommand/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/03.adaptiveCards.a.typeAheadBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/04.ai.a.twentyQuestions/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/04.ai.b.messageExtensions.AI-ME/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
1313
python-dotenv = "^1.0.1"
14-
teams-ai = "^1.5.0"
14+
teams-ai = "^1.6.0"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^7.4.0"

python/samples/04.ai.c.actionMapping.lightBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/04.ai.d.chainedActions.listBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/04.ai.e.chainedActions.devOpsBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/04.ai.f.dataSource.azureOpenAI/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515
azure-identity = "^1.17.0"
1616

python/samples/04.ai.g.autogen.product-spec-critique/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "<3.13,>=3.9"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515
autogen-agentchat = "~=0.2.0"
1616

python/samples/04.ai.h.chainedActions.listBot-streaming/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/05.chatModeration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515

1616
[tool.poetry.group.dev.dependencies]

python/samples/06.assistants.a.mathBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515
azure-identity = "^1.19.0"
1616

python/samples/06.assistants.b.orderBot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515
azure-identity = "^1.19.0"
1616

python/samples/06.auth.oauth.bot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
1313
python-dotenv = "^1.0.1"
14-
teams-ai = "^1.5.0"
14+
teams-ai = "^1.6.0"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^7.4.0"

python/samples/06.auth.oauth.messageExtensions/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
1313
python-dotenv = "^1.0.1"
14-
teams-ai = "^1.5.0"
14+
teams-ai = "^1.6.0"
1515
msgraph-sdk = "^1.2.0"
1616

1717
[tool.poetry.group.dev.dependencies]

python/samples/07.planners.a.langchain/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8.1,<4.0"
13-
teams-ai = "^1.5.0"
13+
teams-ai = "^1.6.0"
1414
python-dotenv = "^1.0.1"
1515
langchain = "^0.2.10"
1616
langchain-openai = "^0.1.8"

0 commit comments

Comments
 (0)