Skip to content

Commit

Permalink
fix: update to latest postgrest (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Smith authored Jan 15, 2024
1 parent dcbd7b4 commit 40cc767
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ data = supabase.storage.from_(bucket_name).move(old_file_path, new_file_path)
## Roadmap

- [x] Wrap [Postgrest-py](https://github.com/supabase-community/postgrest-py/)
- [ ] Add remaining filters
- [x] Add remaining filters
- [ ] Add support for EXPLAIN
- [ ] Add proper error handling
- [ ] Wrap [Realtime-py](https://github.com/supabase-community/realtime-py)
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
postgrest = ">=0.10.8,<0.14.0"
postgrest = ">=0.10.8,<0.16.0"
realtime = "^1.0.0"
gotrue = ">=1.3,<3.0"
httpx = ">=0.24,<0.26"
Expand Down

0 comments on commit 40cc767

Please sign in to comment.