Skip to content

Commit 366b5a0

Browse files
lilyydulilydu
andauthored
[PY] bump: patch to 1.8.1 (#2523)
## Linked issues closes: #minor --------- Co-authored-by: lilydu <[email protected]>
1 parent c9bc07c commit 366b5a0

File tree

35 files changed

+90
-90
lines changed

35 files changed

+90
-90
lines changed

python/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 = "teams-ai"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
description = "SDK focused on building AI based applications for Microsoft Teams."
55
readme = "README.md"
66
authors = [{ name = "Microsoft", email = "[email protected]"}]

python/samples/01.messaging.a.echoBot/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">=3.9,<4.0"
88
dependencies = [
99
"python-dotenv (>=1.0.1,<2.0.0)",
10-
"teams-ai (>=1.8.0,<2.0.0)"
10+
"teams-ai (>=1.8.1,<2.0.0)"
1111
]
1212

1313
[tool.poetry]

python/samples/02.messageExtensions.a.searchCommand/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">=3.9,<4.0"
88
dependencies = [
99
"python-dotenv (>=1.0.1,<2.0.0)",
10-
"teams-ai (>=1.8.0,<2.0.0)"
10+
"teams-ai (>=1.8.1,<2.0.0)"
1111
]
1212

1313
[tool.poetry]

python/samples/03.adaptiveCards.a.typeAheadBot/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">=3.9,<4.0"
88
dependencies = [
99
"python-dotenv (>=1.0.1,<2.0.0)",
10-
"teams-ai (>=1.8.0,<2.0.0)"
10+
"teams-ai (>=1.8.1,<2.0.0)"
1111
]
1212

1313
[tool.poetry]

python/samples/04.ai.a.twentyQuestions/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">=3.9,<4.0"
88
dependencies = [
99
"python-dotenv (>=1.0.1,<2.0.0)",
10-
"teams-ai (>=1.8.0,<2.0.0)"
10+
"teams-ai (>=1.8.1,<2.0.0)"
1111
]
1212

1313
[tool.poetry]

python/samples/04.ai.b.messageExtensions.AI-ME/poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)