Skip to content

Commit b8840cd

Browse files
authored
fix: upgrade postgrest-py for fix order filter
1 parent d0b2978 commit b8840cd

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

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

pyproject.toml

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

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
postgrest-py = "^0.8.0"
19+
postgrest-py = "^0.8.1"
2020
realtime = "^0.0.4"
21-
gotrue = ">=0.4,<0.6"
21+
gotrue = "^0.5.0"
2222
httpx = "^0.21.3"
23-
requests = "^2.27.1"
24-
requests-toolbelt = "^0.9.1"
2523

2624
[tool.poetry.dev-dependencies]
2725
pre-commit = "^2.17.0"

0 commit comments

Comments
 (0)