diff --git a/pyproject.toml b/pyproject.toml index bca5dac..b1c3cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["wheel", "setuptools"] [project] name = "werk24" -version = "2.3.0" +version = "2.3.1" description = "AI-powered platform for extracting and analyzing data from technical drawings / CAD drawings to enhance manufacturing workflows." readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE.txt" } @@ -36,7 +36,7 @@ requires-python = ">=3.10" dependencies = [ "aiohttp>=3.10.11,<=4.0.0", "certifi>=2024.12.14", - "cryptography>=44.0.0,<=46.0.0", + "cryptography>=44.0.0,<=47.0.0", "packaging>=24.2,<=25.0", "pint>=0.24,<=0.25", "pydantic-extra-types>=2.0.0,<=3.0.0",