Skip to content

Commit b9097e6

Browse files
authored
fix: Require 0.9.0>= postgrest dependency (#158)
1 parent 4d43f3d commit b9097e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.8.1,<0.10.0"
19+
postgrest-py = ">=0.9.0,<0.10.0"
2020
realtime = "^0.0.4"
2121
gotrue = "^0.5.0"
2222
httpx = "^0.21.3"

0 commit comments

Comments
 (0)