diff --git a/poetry.lock b/poetry.lock index 56b606b..5f9c937 100644 --- a/poetry.lock +++ b/poetry.lock @@ -613,7 +613,18 @@ files = [ {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, ] +[[package]] +name = "typing-extensions" +version = "4.12.2" +description = "Backported and Experimental Type Hints for Python 3.8+" +optional = false +python-versions = ">=3.8" +files = [ + {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, + {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, +] + [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "112fdc03b5f54f7be917fad4e05e5e974484c86c9fb04cde64b484b0e32d8e42" +content-hash = "e8fee310a95ffc2f4e8206aabf8eef08f2c130f65e0bac52c86d700e75129162" diff --git a/pyproject.toml b/pyproject.toml index 456d12e..61a6fff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ packages = [ python = "^3.11" matplotlib = "^3.9.2" pyyaml = "^6.0.2" +typing-extensions = "^4.12.2" [build-system]