diff --git a/pyproject.toml b/pyproject.toml index 6e3529f..f03d352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,18 +11,18 @@ documentation = "https://github.com/dacort/athena-federation-python-sdk" [tool.poetry.dependencies] python = "^3.12" -pyarrow = "17.0.0" -smart-open = "7.0.4" +pyarrow = "^17.0.0" +smart-open = "^7.0.4" importlib-metadata = "<5.0.0" -pytest-watcher = "^0.4.2" -pyarrow-stubs = "^10.0.1.9" [tool.poetry.dev-dependencies] -pytest = "^6.2" -pytest-cov = "^2.11" black = "^24.3" flake8 = "^7.0" mypy = "^1.11.1" +pyarrow-stubs = ">=10" +pytest = "^6.2" +pytest-cov = "^2.11" +pytest-watcher = "^0.4.2" [build-system] requires = ["poetry-core>=1.0.0"]