We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce48b1b commit b5660a0Copy full SHA for b5660a0
libraries/botframework-streaming/setup.py
@@ -6,8 +6,8 @@
6
7
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
8
REQUIRES = [
9
- "botbuilder-schema>=4.12.0",
10
- "botframework-connector>=4.12.0",
+ "botbuilder-schema==4.15.0",
+ "botframework-connector==4.15.0",
11
]
12
13
root = os.path.abspath(os.path.dirname(__file__))
0 commit comments