From 31211e03e7af64c8ec736a106115fc118c2db5ae Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Fri, 25 Sep 2026 17:07:52 -0700 Subject: [PATCH] [oasis] bump fatamorgana version to v0.14 fixes some test failures --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d7778c..7faebfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ path = "masque/__init__.py" [project.optional-dependencies] arrow = ["pyarrow", "cffi"] -oasis = ["fatamorgana~=0.11"] +oasis = ["fatamorgana>=0.14"] dxf = ["ezdxf~=1.4", "pyclipper"] svg = ["svgwrite"] visualize = ["matplotlib"]