dependencies: Add Zod and typing dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-03-25 10:50:09 -07:00
committed by Anders Kaseorg
parent 4c5042e736
commit 38539c8fed
3 changed files with 44 additions and 2 deletions

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 169
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (227, 0)
PROVISION_VERSION = (227, 1)