Skip to content

Commit 59ad801

Browse files
authored
fix: force postgrest version with fix (#165)
1 parent 8209345 commit 59ad801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
postgrest-py = ">=0.9.0,<0.10.0"
19+
postgrest-py = ">=0.9.1,<0.10.0"
2020
realtime = "^0.0.4"
2121
gotrue = "^0.5.0"
2222
httpx = "^0.21.3"

0 commit comments

Comments
 (0)