8000 Merge pull request #1 from KripeshNairKonsultera/patch-1 · sahilparekh/botbuilder-python@e05366a · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit e05366a

Browse files
authored
Merge pull request #1 from KripeshNairKonsultera/patch-1
Update setup.py kripesh
2 parents f8c1842 + 21dff09 commit e05366a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/botbuilder-core/setup.py

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

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

0 commit comments

Comments
 (0)
0