Skip to content

Commit fce8839

Browse files
authored
fix(auth): raise the minimum version of gotrue to 2.9.0 (#963)
1 parent e9feb48 commit fce8839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
python = "^3.9"
1919
postgrest = "^0.17.0"
2020
realtime = "^2.0.0"
21-
gotrue = "^2.7.0"
21+
gotrue = "^2.9.0"
2222
httpx = ">=0.26,<0.28"
2323
storage3 = "^0.8.0"
2424
supafunc = "^0.6.0"

0 commit comments

Comments
 (0)