diff --git a/object-store/pyproject.toml b/object-store/pyproject.toml index c653642..8273f15 100644 --- a/object-store/pyproject.toml +++ b/object-store/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.4,<1.5", "typing_extensions"] +requires = ["maturin>=1.4,<2.0", "typing_extensions"] build-backend = "maturin" [project]