Skip to content

Commit b5660a0

Browse files
tracyboehrerTracy Boehrer
and
Tracy Boehrer
authored
Corrected streaming dependencies (#1976)
Co-authored-by: Tracy Boehrer <[email protected]>
1 parent ce48b1b commit b5660a0

File tree

1 file changed

+2
-2
lines changed
  • libraries/botframework-streaming

1 file changed

+2
-2
lines changed

libraries/botframework-streaming/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.15.0"
88
REQUIRES = [
9-
"botbuilder-schema>=4.12.0",
10-
"botframework-connector>=4.12.0",
9+
"botbuilder-schema==4.15.0",
10+
"botframework-connector==4.15.0",
1111
]
1212

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

0 commit comments

Comments
 (0)