diff --git a/poetry.lock b/poetry.lock index 636856c..167827a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -532,5 +532,5 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" -python-versions = "^3.9,<4.0" -content-hash = "015db2d023aef624cb1df559074f6e3760d4029e637d3f259f5d2c76730b8d6a" +python-versions = ">=3.9,<4.0" +content-hash = "a1b9663d7041a47bc8b6705e4fc9bd4563718a49e492aa8f0edf96fb8afa468b" diff --git a/pyproject.toml b/pyproject.toml index f6b31b0..68cfc96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ exclude = ["docs", "tests", "examples", "tools", "build"] [tool.poetry.dependencies] -python = "^3.9,<4.0" -orjson = "^3.9.10,<3.11" -pydantic = "^2.5.2,<3" -httpx = "^0.25,<1" +python = ">=3.9,<4.0" +orjson = ">=3.9.10,<3.11" +pydantic = ">=2.5.2,<3" +httpx = ">=0.25,<1" [tool.poetry.group.dev.dependencies]