mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
requirements: Add google-re2, a drop-in replacement for re using re2.
re2[1] compiles (strictly) regular expressions to deterministic finite automata, which guarantees linear-time behavior; `google-re2` is a drop-in replacement for the `re` module which uses re2 under the hood. [1]: https://github.com/google/re2/
This commit is contained in:
@@ -47,4 +47,4 @@ API_FEATURE_LEVEL = 65
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "146.0"
|
||||
PROVISION_VERSION = "146.1"
|
||||
|
Reference in New Issue
Block a user