From 8200ede754f019882ebecbc291358a838ca13bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:42:13 +0000 Subject: [PATCH] build(deps-dev): update sax requirement from ~=0.17.0 to >=0.17,<0.19 Updates the requirements on [sax](https://github.com/flaport/sax) to permit the latest version. - [Release notes](https://github.com/flaport/sax/releases) - [Changelog](https://github.com/flaport/sax/blob/main/CHANGELOG.md) - [Commits](https://github.com/flaport/sax/compare/0.17.0...0.18.1) --- updated-dependencies: - dependency-name: sax dependency-version: 0.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9427339..286aa2c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,10 +51,10 @@ gfviz = ["jinja2", "fastapi", "shapely", "natsort"] klayout = ["klayout", "pyvis<=0.3.2", "vlsir", "vlsirtools", "gitpython"] luminescent = ["luminescent>=0.2.12,<4.1.0", "sortedcontainers"] maintainer = ["mypy", "tbump", "towncrier"] -meow = ["meow-sim>=0.15", "sax~=0.17.0", "tidy3d~=2.11.1"] +meow = ["meow-sim>=0.15", "sax>=0.17,<0.19", "tidy3d~=2.11.1"] meshwell = ["shapely", "meshwell~=2.1.1"] path_length_analysis = ["bokeh", "numba", "shapely"] -sax = ["sax~=0.17.0"] +sax = ["sax>=0.17,<0.19"] 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"]