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
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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.7.4
pyslack
botbuilder-core==4.14.0
botbuilder-core==4.14.1
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.14.0",
"botframework-connector==4.14.0",
"botbuilder-core==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"botbuilder-core==4.14.1",
"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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.14.0
botbuilder-core==4.14.0
botbuilder-schema==4.14.1
botbuilder-core==4.14.1
requests==2.23.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.14.0",
"botbuilder-core==4.14.0",
"botbuilder-schema==4.14.1",
"botbuilder-core==4.14.1",
"aiohttp>=3.6.2,<3.8.0",
]

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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.14.0
botbuilder-core==4.14.1
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.14.0",
"botframework-connector==4.14.0",
"botbuilder-core==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"botbuilder-core==4.14.1",
]
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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.14.0",
"botframework-connector==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.6.10
botframework-connector==4.14.0
botbuilder-schema==4.14.0
botframework-streaming==4.14.0
botframework-connector==4.14.1
botbuilder-schema==4.14.1
botframework-streaming==4.14.1
requests==2.23.0
PyJWT==1.5.3
cryptography==3.3.2
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.14.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
REQUIRES = [
"botbuilder-schema==4.14.0",
"botframework-connector==4.14.0",
"botframework-streaming==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"botframework-streaming==4.14.1",
"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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
__author__ = "Microsoft"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,21 +429,21 @@ async def _recognize_token(
await context.send_activity(
Activity(
type="invokeResponse",
value=InvokeResponse(int(HTTPStatus.OK)),
value=InvokeResponse(status=HTTPStatus.OK),
)
)
else:
await context.send_activity(
Activity(
type="invokeResponse",
value=InvokeResponse(int(HTTPStatus.NOT_FOUND)),
value=InvokeResponse(status=HTTPStatus.NOT_FOUND),
)
)
except Exception:
await context.send_activity(
Activity(
type="invokeResponse",
value=InvokeResponse(int(HTTPStatus.INTERNAL_SERVER_ERROR)),
value=InvokeResponse(status=HTTPStatus.INTERNAL_SERVER_ERROR),
)
)
elif self._is_token_exchange_request_invoke(context):
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.14.0
botbuilder-schema==4.14.0
botbuilder-core==4.14.0
botframework-connector==4.14.1
botbuilder-schema==4.14.1
botbuilder-core==4.14.1
requests==2.23.0
PyJWT==1.5.3
cryptography==3.3.2
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.14.0",
"botframework-connector==4.14.0",
"botbuilder-core==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"botbuilder-core==4.14.1",
]

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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.14.0
botbuilder-schema==4.14.0
botframework-connector==4.14.1
botbuilder-schema==4.14.1
aiohttp==3.7.4
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.14.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
REQUIRES = [
"botbuilder-schema==4.14.0",
"botframework-connector==4.14.0",
"botbuilder-core==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"botbuilder-core==4.14.1",
"yarl<=1.4.2",
"aiohttp>=3.6.2,<3.8.0",
]
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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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,<3.8.0",
"botbuilder-schema==4.14.0",
"botframework-connector==4.14.0",
"botbuilder-core==4.14.0",
"botbuilder-applicationinsights==4.14.0",
"botbuilder-schema==4.14.1",
"botframework-connector==4.14.1",
"botbuilder-core==4.14.1",
"botbuilder-applicationinsights==4.14.1",
]
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.14.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.14.0
botbuilder-core==4.14.0
botbuilder-dialogs==4.14.0
botbuilder-schema==4.14.1
botbuilder-core==4.14.1
botbuilder-dialogs==4.14.1
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.14.0",
"botbuilder-core==4.14.0",
"botbuilder-dialogs==4.14.0",
"botbuilder-azure==4.14.0",
"botbuilder-schema==4.14.1",
"botbuilder-core==4.14.1",
"botbuilder-dialogs==4.14.1",
"botbuilder-azure==4.14.1",
"pytest~=6.2.3",
]

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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.6.10
botbuilder-schema==4.14.0
botbuilder-schema==4.14.1
requests==2.23.0
PyJWT==1.5.3
cryptography==3.3.2
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.14.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
REQUIRES = [
"msrest==0.6.10",
"requests>=2.23.0,<2.26",
"PyJWT>=1.5.3,<2.0.0",
"botbuilder-schema==4.14.0",
"botbuilder-schema==4.14.1",
"msal==1.6.0",
]

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.14.0"
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
)
__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.6.10
botframework-connector>=4.14.0
botbuilder-schema>=4.14.0
botframework-connector>=4.14.1
botbuilder-schema>=4.14.1
2 changes: 1 addition & 1 deletion libraries/botframework-streaming/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup

VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.0"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.14.1"
REQUIRES = [
"botbuilder-schema>=4.12.0",
"botframework-connector>=4.12.0",
Expand Down