Skip to content

Commit e535fac

Browse files
authored
chore: relaxes json pickle version constraint (#2240)
1 parent ac28ca3 commit e535fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/botbuilder-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"azure-storage-queue==12.4.0",
1111
"botbuilder-schema==4.17.0",
1212
"botframework-connector==4.17.0",
13-
"jsonpickle>=1.2,<1.5",
13+
"jsonpickle>=1.2,<4",
1414
]
1515
TEST_REQUIRES = ["aiounittest==1.3.0"]
1616

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"botbuilder-schema==4.17.0",
1010
"botframework-connector==4.17.0",
1111
"botframework-streaming==4.17.0",
12-
"jsonpickle>=1.2,<1.5",
12+
"jsonpickle>=1.2,<4",
1313
]
1414

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

0 commit comments

Comments
 (0)