diff --git a/pyproject.toml b/pyproject.toml index 028c47e3..750d4ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "requests", "universal_pathlib==0.2.5", # is still experimental, need pinning "botocore<2.0.0", - "supabase>=2.8.1,<=2.10.0", # from 2.8.1 has correct bounds on gotrue + "supabase>=2.8.1,<=2.11.0", # from 2.8.1 has correct bounds on gotrue "psutil" ]