From 34d96cd794458730008e8ee03d8691b302047d82 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 8 Jul 2023 06:11:43 -0400 Subject: [PATCH] Unpin vl-convert-python now that 0.11.2 fixes CI crash --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc7737df0..baf6730c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev = [ "vega_datasets", # following is rejected by PyPI "altair_viewer @ git+https://github.com/altair-viz/altair_viewer.git", - "vl-convert-python==0.10.3", + "vl-convert-python>=0.11.2", "mypy", "pandas-stubs", "types-jsonschema",