diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8da160f..828d910 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - pydantic-version: ["==1.9.0", "==2.0", "==2.6", ""] + pydantic-version: ["==1.9.0", "==2.0", "==2.10", ""] dep-installer: ["dev", "pypi"] # Issues for these: # VLSIR/ PyPi: https://github.com/dan-fritchman/Hdl21/issues/216 diff --git a/pyproject.toml b/pyproject.toml index 9d1c252..c185cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,8 @@ dependencies = [ "vlsir>=7.0.0", # VLSIR_VERSION "vlsirtools>=7.0.0", # VLSIR_VERSION "pydantic>=1.9.0,<3", + "typing-extensions" + ] requires-python = ">=3.7, <3.13" maintainers = [{ name = "Dan Fritchman", email = "dan@fritch.mn" }]