We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac28ca3 commit e535facCopy full SHA for e535fac
libraries/botbuilder-azure/setup.py
@@ -10,7 +10,7 @@
10
"azure-storage-queue==12.4.0",
11
"botbuilder-schema==4.17.0",
12
"botframework-connector==4.17.0",
13
- "jsonpickle>=1.2,<1.5",
+ "jsonpickle>=1.2,<4",
14
]
15
TEST_REQUIRES = ["aiounittest==1.3.0"]
16
libraries/botbuilder-core/setup.py
@@ -9,7 +9,7 @@
9
"botframework-streaming==4.17.0",
root = os.path.abspath(os.path.dirname(__file__))
0 commit comments