diff --git a/poetry.lock b/poetry.lock index 0a26f98..f378ed9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -177,5 +177,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.12" -content-hash = "e8a1486eebf96507d66a012a0798d24909260f74cad96fa2b03b184f4d3357f9" +python-versions = ">=3.11" +content-hash = "7bbf89eb036fb0562f117081160c62cc91c68fa29c300a3300e8cc42a0241826" diff --git a/pyproject.toml b/pyproject.toml index 913717e..f2c77fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,16 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = ">=3.11" pydantic-xml = "^2.11.0" aiofiles = "^24.1.0" [tool.poetry-dynamic-versioning] enable = true +[tool.ruff] +line-length = 100 + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"