Skip to content

Commit 40cc767

Browse files
author
Andrew Smith
authored
fix: update to latest postgrest (#669)
1 parent dcbd7b4 commit 40cc767

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ data = supabase.storage.from_(bucket_name).move(old_file_path, new_file_path)
161161
## Roadmap
162162

163163
- [x] Wrap [Postgrest-py](https://github.com/supabase-community/postgrest-py/)
164-
- [ ] Add remaining filters
164+
- [x] Add remaining filters
165165
- [ ] Add support for EXPLAIN
166166
- [ ] Add proper error handling
167167
- [ ] Wrap [Realtime-py](https://github.com/supabase-community/realtime-py)

poetry.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8"
19-
postgrest = ">=0.10.8,<0.14.0"
19+
postgrest = ">=0.10.8,<0.16.0"
2020
realtime = "^1.0.0"
2121
gotrue = ">=1.3,<3.0"
2222
httpx = ">=0.24,<0.26"

0 commit comments

Comments
 (0)