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
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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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
pyslack
botbuilder-core>=4.7.1
botbuilder-core>=4.10.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.7.0",
"botframework-connector>=4.7.0",
"botbuilder-core>=4.7.0",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"botbuilder-core>=4.10.0",
]

TEST_REQUIRES = ["aiounittest==1.3.0"]
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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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.6.10
botbuilder-schema>=4.7.1
botbuilder-core>=4.7.1
botbuilder-schema>=4.10.0
botbuilder-core>=4.10.0
requests==2.22.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.7.1",
"botbuilder-core>=4.7.1",
"botbuilder-schema>=4.10.0",
"botbuilder-core>=4.10.0",
"aiohttp==3.6.2",
]

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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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.6.10
botbuilder-core>=4.7.1
botbuilder-core>=4.10.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.7.1",
"botframework-connector>=4.7.1",
"botbuilder-core>=4.7.1",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"botbuilder-core>=4.10.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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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 @@ -7,8 +7,8 @@
REQUIRES = [
"azure-cosmos==3.1.2",
"azure-storage-blob==2.1.0",
"botbuilder-schema>=4.7.1",
"botframework-connector>=4.7.1",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"jsonpickle==1.2",
]
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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msrest==0.6.10
botframework-connector>=4.7.1
botbuilder-schema>=4.7.1
botframework-connector>=4.10.0
botbuilder-schema>=4.10.0
requests==2.22.0
PyJWT==1.5.3
cryptography==2.8.0
Expand Down
6 changes: 3 additions & 3 deletions libraries/botbuilder-core/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.7.1"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
REQUIRES = [
"botbuilder-schema>=4.7.1",
"botframework-connector>=4.7.1",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"jsonpickle==1.2",
]

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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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.6.10
botframework-connector>=4.7.1
botbuilder-schema>=4.7.1
botbuilder-core>=4.7.1
botframework-connector>=4.10.0
botbuilder-schema>=4.10.0
botbuilder-core>=4.10.0
requests==2.22.0
PyJWT==1.5.3
cryptography==2.8
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 @@ -12,9 +12,9 @@
"recognizers-text>=1.0.2a1",
"recognizers-text-choice>=1.0.2a1",
"babel==2.7.0",
"botbuilder-schema>=4.7.1",
"botframework-connector>=4.7.1",
"botbuilder-core>=4.7.1",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"botbuilder-core>=4.10.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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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.6.10
botframework-connector>=4.7.1
botbuilder-schema>=4.7.1
botframework-connector>=4.10.0
botbuilder-schema>=4.10.0
aiohttp>=3.6.2
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.7.1"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
REQUIRES = [
"botbuilder-schema>=4.7.1",
"botframework-connector>=4.7.1",
"botbuilder-core>=4.7.1",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"botbuilder-core>=4.10.0",
"aiohttp==3.6.2",
]

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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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.6.2",
"botbuilder-schema>=4.7.1",
"botframework-connector>=4.7.1",
"botbuilder-core>=4.7.1",
"botbuilder-applicationinsights>=4.7.1",
"botbuilder-schema>=4.10.0",
"botframework-connector>=4.10.0",
"botbuilder-core>=4.10.0",
"botbuilder-applicationinsights>=4.10.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.7.1"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
REQUIRES = ["msrest==0.6.10"]

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.7.1"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.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.7.1
botbuilder-core>=4.7.1
botbuilder-dialogs>=4.7.1
botbuilder-schema>=4.10.0
botbuilder-core>=4.10.0
botbuilder-dialogs>=4.10.0
aiounittest==1.3.0
6 changes: 3 additions & 3 deletions libraries/botbuilder-testing/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.7.1",
"botbuilder-core>=4.7.1",
"botbuilder-dialogs>=4.7.1",
"botbuilder-schema>=4.10.0",
"botbuilder-core>=4.10.0",
"botbuilder-dialogs>=4.10.0",
]

TESTS_REQUIRES = ["aiounittest==1.3.0"]
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.6.10
botbuilder-schema>=4.7.1
botbuilder-schema>=4.10.0
requests==2.22.0
PyJWT==1.5.3
cryptography==2.8.0
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 @@ -4,13 +4,13 @@
from setuptools import setup

NAME = "botframework-connector"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.7.1"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.10.0"
REQUIRES = [
"msrest==0.6.10",
"requests==2.22.0",
"cryptography==2.8.0",
"PyJWT==1.5.3",
"botbuilder-schema>=4.7.1",
"botbuilder-schema>=4.10.0",
"adal==1.2.1",
"msal==1.2.0",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

botbuilder-core>=4.5.0.b4
botbuilder-core>=4.10
flask==1.1.1
2 changes: 1 addition & 1 deletion libraries/functional-tests/functionaltestbot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

REQUIRES = [
"botbuilder-core>=4.5.0.b4",
"botbuilder-core>=4.10",
"flask==1.1.1",
]

Expand Down
2 changes: 1 addition & 1 deletion pipelines/botbuilder-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
COVERALLS_SERVICE_JOB_ID: $(Build.BuildId)
COVERALLS_SERVICE_NAME: python-ci
python.36: 3.6.10
python.37: 3.7.6
python.37: 3.7.7
python.38: 3.8.2
# PythonCoverallsToken: get this from Azure

Expand Down