diff --git a/poetry.lock b/poetry.lock index ad15922..2d23bba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1132,13 +1132,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "prompt-toolkit" -version = "3.0.47" +version = "3.0.48" description = "Library for building powerful interactive command lines in Python" optional = false python-versions = ">=3.7.0" files = [ - {file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"}, - {file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"}, + {file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"}, + {file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"}, ] [package.dependencies] @@ -1883,5 +1883,5 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" -python-versions = "^3.9" -content-hash = "4098d9189bc011e76a6c3caff0770ea7832459423f6e39aa032b72b6c73ad4a3" +python-versions = "^3.9, <4.0" +content-hash = "b4e47fdcd042739bcd5909f2e2276bf90039b4ac4c87b523fe369e4346a8b6f5" diff --git a/pyproject.toml b/pyproject.toml index b39aecd..d2b8b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ version = "0.0.1" license = { file = "LICENSE" } [tool.poetry.dependencies] -python = "^3.9" +python = "^3.9, <4.0" aiohttp = "3.10.5" requests = "2.32.3" pydantic = "2.9.2"