diff --git a/src/pyproject.toml b/src/pyproject.toml index 774aed6..5502e16 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -7,19 +7,19 @@ license = "MIT" readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" -aiohttp = "^3.8.4" -pyyaml = "^6.0" -fastapi = {version = "^0.115.2", optional = true} -uvicorn = {extras = ["standard"], version = "^0.23.2", optional = true} -rq = {version = "^1.15.1", optional = true} -redis = {version = "^5.0.0", optional = true} -python-dotenv = {version = "^1.0.0", optional = true} -rich = "^13.7.0" -aiolimiter = "^1.1.0" -openapi-spec-validator = "^0.7.1" +python = ">=3.10" +aiohttp = ">=3.8.4" +pyyaml = ">=6.0" +fastapi = {version = ">=0.115.2", optional = true} +uvicorn = {extras = ["standard"], version = ">=0.23.2", optional = true} +rq = {version = ">=1.15.1", optional = true} +redis = {version = ">=5.0.0", optional = true} +python-dotenv = {version = ">=1.0.0", optional = true} +rich = ">=13.7.0" +aiolimiter = ">=1.1.0" +openapi-spec-validator = ">=0.7.1" setuptools = ">=69.0.3" -tenacity = "^8.2.3" +tenacity = ">=8.2.3" [tool.poetry.extras] api = ["fastapi", "uvicorn", "redis", "rq", "python-dotenv"] @@ -36,7 +36,7 @@ offat-api = "offat.api.__main__:start" [tool.poetry.group.dev.dependencies] -pytest = "^8.1.1" +pytest = ">=8.1.1" [tool.pytest.ini_options] testpaths = [