Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit b5660a0

Browse files
tracyboehrerTracy Boehrer
andauthored
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

Lines changed: 2 additions & 2 deletions
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)