diff --git a/poetry.lock b/poetry.lock index 798b127c..f4f92af2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -771,4 +771,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "cab46dc3be2a1bc422f10fb0046e47c31006fbcf9a0830168b236c5ab92a3c0d" +content-hash = "ec77597e450c72f8c18cd787697dc6a1e5923ab80855c0904a9603465c929cdd" diff --git a/pyproject.toml b/pyproject.toml index 2a9198bd..28eab7d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ packages = [ [tool.poetry.dependencies] python = "^3.7" -httpx = ">= 0.23.0" +httpx = ">= 0.23.0, < 1" pydantic = "^1.9.0" -typing-extensions = ">= 4.1.1" -anyio = ">= 3.5.0" -distro = ">= 1.7.0" +typing-extensions = ">= 4.1.1, < 5" +anyio = ">= 3.5.0, < 4" +distro = ">= 1.7.0, < 2" [tool.poetry.group.dev.dependencies]