Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For more information jump to a section below.

| Branch | Description | Build Status | Coverage Status | Code Style |
|----|---------------|--------------|-----------------|--|
| Main | 4.15.0 Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=771&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-python/badge.svg?branch=HEAD)](https://coveralls.io/github/microsoft/botbuilder-python?branch=HEAD) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
| Main | 4.16.0 Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Python/Python-CI-PR-yaml?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=771&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-python/badge.svg?branch=HEAD)](https://coveralls.io/github/microsoft/botbuilder-python?branch=HEAD) | [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |

## Packages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botbuilder-adapters-slack"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-adapters-slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.3
pyslack
botbuilder-core==4.15.0
botbuilder-core==4.16.0
slackclient
6 changes: 3 additions & 3 deletions libraries/botbuilder-adapters-slack/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from setuptools import setup

REQUIRES = [
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botbuilder-core==4.16.0",
"pyslack",
"slackclient",
]
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/botbuilder/ai/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botbuilder-ai"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-ai/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msrest== 0.7.*
botbuilder-schema==4.15.0
botbuilder-core==4.15.0
botbuilder-schema==4.16.0
botbuilder-core==4.16.0
requests==2.31.0
aiounittest==1.3.0
azure-cognitiveservices-language-luis==0.2.0
4 changes: 2 additions & 2 deletions libraries/botbuilder-ai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

REQUIRES = [
"azure-cognitiveservices-language-luis==0.2.0",
"botbuilder-schema==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-schema==4.16.0",
"botbuilder-core==4.16.0",
"aiohttp==3.9.3",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__title__ = "botbuilder-applicationinsights"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-applicationinsights/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msrest== 0.7.*
botbuilder-core==4.15.0
botbuilder-core==4.16.0
aiounittest==1.3.0
6 changes: 3 additions & 3 deletions libraries/botbuilder-applicationinsights/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

REQUIRES = [
"applicationinsights==0.11.9",
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botbuilder-core==4.16.0",
]
TESTS_REQUIRES = [
"aiounittest==1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-azure/botbuilder/azure/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botbuilder-azure"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"azure-cosmos==3.2.0",
"azure-storage-blob==12.7.0",
"azure-storage-queue==12.1.5",
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"jsonpickle>=1.2,<1.5",
]
TEST_REQUIRES = ["aiounittest==1.3.0"]
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/botbuilder/core/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botbuilder-core"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msrest== 0.7.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
botframework-streaming==4.15.0
botframework-connector==4.16.0
botbuilder-schema==4.16.0
botframework-streaming==4.16.0
requests==2.31.0
PyJWT==2.4.0
cryptography==42.0.4
Expand Down
8 changes: 4 additions & 4 deletions libraries/botbuilder-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import os
from setuptools import setup

VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
REQUIRES = [
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botframework-streaming==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botframework-streaming==4.16.0",
"jsonpickle>=1.2,<1.5",
]

Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs/botbuilder/dialogs/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botbuilder-dialogs"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder-dialogs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msrest== 0.7.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
botbuilder-core==4.15.0
botframework-connector==4.16.0
botbuilder-schema==4.16.0
botbuilder-core==4.16.0
requests==2.31.0
PyJWT==2.4.0
cryptography==42.0.4
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder-dialogs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"recognizers-text>=1.0.2a1",
"recognizers-text-choice>=1.0.2a1",
"babel==2.9.1",
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botbuilder-core==4.16.0",
]

TEST_REQUIRES = ["aiounittest==1.3.0"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botbuilder-integration-aiohttp"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-integration-aiohttp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msrest== 0.7.*
botframework-connector==4.15.0
botbuilder-schema==4.15.0
botframework-connector==4.16.0
botbuilder-schema==4.16.0
aiohttp==3.9.3
8 changes: 4 additions & 4 deletions libraries/botbuilder-integration-aiohttp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import os
from setuptools import setup

VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
REQUIRES = [
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botbuilder-core==4.16.0",
"yarl>=1.8.1",
"aiohttp==3.9.3",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__title__ = "botbuilder-integration-applicationinsights-aiohttp"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
REQUIRES = [
"applicationinsights>=0.11.9",
"aiohttp==3.9.3",
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-applicationinsights==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
"botbuilder-core==4.16.0",
"botbuilder-applicationinsights==4.16.0",
]
TESTS_REQUIRES = [
"aiounittest==1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

NAME = "botbuilder-schema"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
REQUIRES = ["msrest== 0.7.*", "urllib3<2.0.0"]

root = os.path.abspath(os.path.dirname(__file__))
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-testing/botbuilder/testing/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__title__ = "botbuilder-testing"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder-testing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
botbuilder-schema==4.15.0
botbuilder-core==4.15.0
botbuilder-dialogs==4.15.0
botbuilder-schema==4.16.0
botbuilder-core==4.16.0
botbuilder-dialogs==4.16.0
aiounittest==1.4.0
8 changes: 4 additions & 4 deletions libraries/botbuilder-testing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from setuptools import setup

REQUIRES = [
"botbuilder-schema==4.15.0",
"botbuilder-core==4.15.0",
"botbuilder-dialogs==4.15.0",
"botbuilder-azure==4.15.0",
"botbuilder-schema==4.16.0",
"botbuilder-core==4.16.0",
"botbuilder-dialogs==4.16.0",
"botbuilder-azure==4.16.0",
"pytest~=7.3.1",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botframework-connector"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
msrest==0.7.*
botbuilder-schema==4.15.0
botbuilder-schema==4.16.0
requests==2.31.0
PyJWT==2.4.0
cryptography==42.0.4
Expand Down
4 changes: 2 additions & 2 deletions libraries/botframework-connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
from setuptools import setup

NAME = "botframework-connector"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
REQUIRES = [
"msrest==0.7.*",
# "requests>=2.23.0,<2.26",
"PyJWT>=2.4.0",
"botbuilder-schema==4.15.0",
"botbuilder-schema==4.16.0",
"msal==1.*",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__title__ = "botframework-streaming"
__version__ = (
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botframework-streaming/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msrest==0.7.*
botframework-connector>=4.15.0
botbuilder-schema>=4.15.0
botframework-connector>=4.16.0
botbuilder-schema>=4.16.0
6 changes: 3 additions & 3 deletions libraries/botframework-streaming/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import os
from setuptools import setup

VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
REQUIRES = [
"botbuilder-schema==4.15.0",
"botframework-connector==4.15.0",
"botbuilder-schema==4.16.0",
"botframework-connector==4.16.0",
]

root = os.path.abspath(os.path.dirname(__file__))
Expand Down