We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c276d commit e61d4b3Copy full SHA for e61d4b3
libraries/botbuilder-dialogs/setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup
6
7
REQUIRES = [
8
- "regex<=2019.08.19",
+ "regex>=2022.1.18",
9
"emoji==1.7.0",
10
"recognizers-text-date-time>=1.0.2a1",
11
"recognizers-text-number-with-unit>=1.0.2a1",
0 commit comments