From a1d28815dc7b6d732dee0accc5e58f4a9a8ec54e Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Sat, 8 Jul 2023 01:33:24 +0000 Subject: [PATCH] chore(package): pin major versions of dependencies --- poetry.lock | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 16e9ea0a..dd1f5972 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]