Skip to content

Commit e22cf0a

Browse files
authored
Merge branch 'supabase:main' into fix/auth-token-refresh
2 parents c27581f + 880a706 commit e22cf0a

File tree

3 files changed

+33
-30
lines changed

3 files changed

+33
-30
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,5 @@ venv.bak/
284284
.mypy_cache/
285285
.dmypy.json
286286
dmypy.json
287+
288+
.cursor/

poetry.lock

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.9"
19-
postgrest = ">0.19,<1.2"
20-
realtime = ">=2.4.0,<2.6.0"
21-
gotrue = "^2.11.0"
19+
postgrest = "1.1.1"
20+
realtime = "2.6.0"
21+
gotrue = "2.12.3"
22+
storage3 = "0.12.0"
23+
supafunc = "0.10.1"
2224
httpx = ">=0.26,<0.29"
23-
storage3 = ">=0.10,<0.13"
24-
supafunc = ">=0.9,<0.11"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
pre-commit = "^4.1.0"

0 commit comments

Comments
 (0)