8000 Bump SDK version (#2131) · ultrarslanoglu/botbuilder-python@c20b27b · GitHub
[go: up one dir, main page]

Skip to content

Commit c20b27b

Browse files
tracyboehrerTracy Boehrer
and
Tracy Boehrer
authored
Bump SDK version (microsoft#2131)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
1 parent 579888d commit c20b27b

File tree

33 files changed

+65
-65
lines changed

33 files changed

+65
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information jump to a section below.
1919

2020
| Branch | Description | Build Status | Coverage Status | Code Style |
2121
|----|---------------|--------------|-----------------|--|
22-
| 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) |
22+
| Main | 4.17.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) |
2323

2424
## Packages
2525

libraries/botbuilder-adapters-slack/botbuilder/adapters/slack/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-adapters-slack"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp==3.9.5
22
pyslack
3-
botbuilder-core==4.16.0
3+
botbuilder-core==4.17.0
44
slackclient

libraries/botbuilder-adapters-slack/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from setuptools import setup
66

77
REQUIRES = [
8-
"botbuilder-schema==4.16.0",
9-
"botframework-connector==4.16.0",
10-
"botbuilder-core==4.16.0",
8+
"botbuilder-schema==4.17.0",
9+
"botframework-connector==4.17.0",
10+
"botbuilder-core==4.17.0",
1111
"pyslack",
1212
"slackclient",
1313
]

libraries/botbuilder-ai/botbuilder/ai/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-ai"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msrest== 0.7.*
2-
botbuilder-schema==4.16.0
3-
botbuilder-core==4.16.0
2+
botbuilder-schema==4.17.0
3+
botbuilder-core==4.17.0
44
requests==2.32.0
55
aiounittest==1.3.0
66
azure-cognitiveservices-language-luis==0.2.0

libraries/botbuilder-ai/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
REQUIRES = [
88
"azure-cognitiveservices-language-luis==0.2.0",
9-
"botbuilder-schema==4.16.0",
10-
"botbuilder-core==4.16.0",
9+
"botbuilder-schema==4.17.0",
10+
"botbuilder-core==4.17.0",
1111
"aiohttp==3.9.5",
1212
]
1313

libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__title__ = "botbuilder-applicationinsights"
88
__version__ = (
9-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
9+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
1010
)
1111
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1212
__author__ = "Microsoft"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
msrest== 0.7.*
2-
botbuilder-core==4.16.0
2+
botbuilder-core==4.17.0
33
aiounittest==1.3.0

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
REQUIRES = [
88
"applicationinsights==0.11.9",
9-
"botbuilder-schema==4.16.0",
10-
"botframework-connector==4.16.0",
11-
"botbuilder-core==4.16.0",
9+
"botbuilder-schema==4.17.0",
10+
"botframework-connector==4.17.0",
11+
"botbuilder-core==4.17.0",
1212
]
1313
TESTS_REQUIRES = [
1414
"aiounittest==1.3.0",

libraries/botbuilder-azure/botbuilder/azure/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-azure"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"

libraries/botbuilder-azure/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"azure-cosmos==3.2.0",
99
"azure-storage-blob==12.7.0",
1010
"azure-storage-queue==12.4.0",
11-
"botbuilder-schema==4.16.0",
12-
"botframework-connector==4.16.0",
11+
"botbuilder-schema==4.17.0",
12+
"botframework-connector==4.17.0",
1313
"jsonpickle>=1.2,<1.5",
1414
]
1515
TEST_REQUIRES = ["aiounittest==1.3.0"]

libraries/botbuilder-core/botbuilder/core/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-core"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"

libraries/botbuilder-core/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msrest== 0.7.*
2-
botframework-connector==4.16.0
3-
botbuilder-schema==4.16.0
4-
botframework-streaming==4.16.0
2+
botframework-connector==4.17.0
3+
botbuilder-schema==4.17.0
4+
botframework-streaming==4.17.0
55
requests==2.32.0
66
PyJWT==2.4.0
77
cryptography==42.0.4

libraries/botbuilder-core/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import os
55
from setuptools import setup
66

7-
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
7+
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
88
REQUIRES = [
9-
"botbuilder-schema==4.16.0",
10-
"botframework-connector==4.16.0",
11-
"botframework-streaming==4.16.0",
9+
"botbuilder-schema==4.17.0",
10+
"botframework-connector==4.17.0",
11+
"botframework-streaming==4.17.0",
1212
"jsonpickle>=1.2,<1.5",
1313
]
1414

libraries/botbuilder-dialogs/botbuilder/dialogs/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-dialogs"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"

libraries/botbuilder-dialogs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msrest== 0.7.*
2-
botframework-connector==4.16.0
3-
botbuilder-schema==4.16.0
4-
botbuilder-core==4.16.0
2+
botframework-connector==4.17.0
3+
botbuilder-schema==4.17.0
4+
botbuilder-core==4.17.0
55
requests==2.32.0
66
PyJWT==2.4.0
77
cryptography==42.0.4

libraries/botbuilder-dialogs/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"recognizers-text>=1.0.2a1",
1414
"recognizers-text-choice>=1.0.2a1",
1515
"babel==2.9.1",
16-
"botbuilder-schema==4.16.0",
17-
"botframework-connector==4.16.0",
18-
"botbuilder-core==4.16.0",
16+
"botbuilder-schema==4.17.0",
17+
"botframework-connector==4.17.0",
18+
"botbuilder-core==4.17.0",
1919
]
2020

2121
TEST_REQUIRES = ["aiounittest==1.3.0"]

libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botbuilder-integration-aiohttp"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
msrest== 0.7.*
2-
botframework-connector==4.16.0
3-
botbuilder-schema==4.16.0
2+
botframework-connector==4.17.0
3+
botbuilder-schema==4.17.0
44
aiohttp==3.9.5

libraries/botbuilder-integration-aiohttp/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import os
55
from setuptools import setup
66

7-
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
7+
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
88
REQUIRES = [
9-
"botbuilder-schema==4.16.0",
10-
"botframework-connector==4.16.0",
11-
"botbuilder-core==4.16.0",
9+
"botbuilder-schema==4.17.0",
10+
"botframework-connector==4.17.0",
11+
"botbuilder-core==4.17.0",
1212
"yarl>=1.8.1",
1313
"aiohttp==3.9.5",
1414
]

libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__title__ = "botbuilder-integration-applicationinsights-aiohttp"
88
__version__ = (
9-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
9+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
1010
)
1111
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1212
__author__ = "Microsoft"

libraries/botbuilder-integration-applicationinsights-aiohttp/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
REQUIRES = [
88
"applicationinsights>=0.11.9",
99
"aiohttp==3.9.5",
10-
"botbuilder-schema==4.16.0",
11-
"botframework-connector==4.16.0",
12-
"botbuilder-core==4.16.0",
13-
"botbuilder-applicationinsights==4.16.0",
10+
"botbuilder-schema==4.17.0",
11+
"botframework-connector==4.17.0",
12+
"botbuilder-core==4.17.0",
13+
"botbuilder-applicationinsights==4.17.0",
1414
]
1515
TESTS_REQUIRES = [
1616
"aiounittest==1.3.0",

libraries/botbuilder-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66

77
NAME = "botbuilder-schema"
8-
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
REQUIRES = ["msrest== 0.7.*", "urllib3<2.0.0"]
1010

1111
root = os.path.abspath(os.path.dirname(__file__))

libraries/botbuilder-testing/botbuilder/testing/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__title__ = "botbuilder-testing"
88
__version__ = (
9-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
9+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
1010
)
1111
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1212
__author__ = "Microsoft"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
botbuilder-schema==4.16.0
2-
botbuilder-core==4.16.0
3-
botbuilder-dialogs==4.16.0
1+
botbuilder-schema==4.17.0
2+
botbuilder-core==4.17.0
3+
botbuilder-dialogs==4.17.0
44
aiounittest==1.4.0

libraries/botbuilder-testing/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from setuptools import setup
66

77
REQUIRES = [
8-
"botbuilder-schema==4.16.0",
9-
"botbuilder-core==4.16.0",
10-
"botbuilder-dialogs==4.16.0",
11-
"botbuilder-azure==4.16.0",
8+
"botbuilder-schema==4.17.0",
9+
"botbuilder-core==4.17.0",
10+
"botbuilder-dialogs==4.17.0",
11+
"botbuilder-azure==4.17.0",
1212
"pytest~=7.3.1",
1313
]
1414

libraries/botframework-connector/botframework/connector/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botframework-connector"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"

libraries/botframework-connector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
msrest==0.7.*
2-
botbuilder-schema==4.16.0
2+
botbuilder-schema==4.17.0
33
requests==2.32.0
44
PyJWT==2.4.0
55
cryptography==42.0.4

libraries/botframework-connector/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
from setuptools import setup
66

77
NAME = "botframework-connector"
8-
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
REQUIRES = [
1010
"msrest==0.7.*",
1111
# "requests>=2.23.0,<2.26",
1212
"PyJWT>=2.4.0",
13-
"botbuilder-schema==4.16.0",
13+
"botbuilder-schema==4.17.0",
1414
"msal>=1.29.0",
1515
]
1616

libraries/botframework-streaming/botframework/streaming/about.py

Lin 10000 es changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__title__ = "botframework-streaming"
77
__version__ = (
8-
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
8+
os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
99
)
1010
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1111
__author__ = "Microsoft"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
msrest==0.7.*
2-
botframework-connector>=4.16.0
3-
botbuilder-schema>=4.16.0
2+
botframework-connector>=4.17.0
3+
botbuilder-schema>=4.17.0

libraries/botframework-streaming/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import os
55
from setuptools import setup
66

7-
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.16.0"
7+
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
88
REQUIRES = [
9-
"botbuilder-schema==4.16.0",
10-
"botframework-connector==4.16.0",
9+
"botbuilder-schema==4.17.0",
10+
"botframework-connector==4.17.0",
1111
]
1212

1313
root = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)
0