Skip to content

Commit 5f65227

Browse files
authored
fix(supabase): pin dependencies versions (#1273)
1 parent b62f79d commit 5f65227

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/supabase/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ classifiers = [
2222
]
2323
requires-python = ">=3.9"
2424
dependencies = [
25-
"realtime",
26-
"supabase_functions",
27-
"storage3",
28-
"supabase_auth",
29-
"postgrest",
25+
"realtime == 2.22.2", # {x-release-please-version}
26+
"supabase_functions == 2.22.2", # {x-release-please-version}
27+
"storage3 == 2.22.2", # {x-release-please-version}
28+
"supabase_auth == 2.22.2", # {x-release-please-version}
29+
"postgrest == 2.22.2", # {x-release-please-version}
3030
"httpx >=0.26,<0.29",
3131
]
3232

uv.lock

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

0 commit comments

Comments
 (0)