From 4dd37786604af65f4bc5304ad95118314e60d0a9 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 17 May 2026 10:34:49 -0700 Subject: [PATCH] Bump sax to ~=0.17.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 640dfb2b..6dc8736b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,10 +51,10 @@ gfviz = ["jinja2", "fastapi", "shapely", "natsort"] klayout = ["klayout", "pyvis<=0.3.1", "vlsir", "vlsirtools", "gitpython"] luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"] maintainer = ["mypy", "tbump", "towncrier"] -meow = ["meow-sim>=0.15", "sax~=0.16.3", "tidy3d~=2.11.1"] +meow = ["meow-sim>=0.15", "sax~=0.17.0", "tidy3d~=2.11.1"] meshwell = ["shapely", "meshwell~=2.1.1"] path_length_analysis = ["bokeh", "numba", "shapely"] -sax = ["sax~=0.16.3"] +sax = ["sax~=0.17.0"] schematic = ["bokeh", "ipywidgets", "natsort"] tidy3d = ["tidy3d~=2.11.1", "gdstk", "pytz"] # pin max version because tidy3d often introduces breaking API changes across minor releases vlsir = ["vlsir", "vlsirtools"]