Skip to content

Commit 9376d8f

Browse files
authored
downgrade dep versions
1 parent b4a688f commit 9376d8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • libraries/botbuilder-integration-aiohttp

libraries/botbuilder-integration-aiohttp/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.15.0"
88
REQUIRES = [
9-
"botbuilder-schema==4.15.0",
10-
"botframework-connector==4.15.0",
11-
"botbuilder-core==4.15.0",
9+
"botbuilder-schema==4.14.0",
10+
"botframework-connector==4.14.0",
11+
"botbuilder-core==4.14.0",
1212
"yarl<=1.4.2",
1313
"aiohttp==3.8.5",
1414
]

0 commit comments

Comments
 (0)