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