Skip to content

Commit c07e9a4

Browse files
authored
chore: pin supabase dependencies versions (#1170)
1 parent 4b193f5 commit c07e9a4

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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: 2 additions & 2 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.5.3"
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)