Skip to content

Commit

Permalink
fix: update version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Oct 31, 2024
1 parent 851fc45 commit 7fac836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.9"
postgrest = ">=0.17,<0.19"
postgrest = "^0.18"
realtime = "^2.0.0"
gotrue = "^2.9.0"
httpx = ">=0.26,<0.28"
Expand Down

0 comments on commit 7fac836

Please sign in to comment.