Skip to content

Commit

Permalink
📌 Add upper bound to gotrue
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Sep 29, 2024
1 parent ec0f661 commit 0bcc2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"requests",
"universal_pathlib==0.2.2", # is still experimental, need pinning
"botocore<2.0.0",
"gotrue>=2.1.0", # for options in auth.sign_out
"gotrue>=2.1.0,<2.9.0", # lower - for options in auth.sign_out, upper - 2.9.0 fails
"supabase==2.2.1",
"psutil"
]
Expand Down

0 comments on commit 0bcc2f7

Please sign in to comment.