diff --git a/poetry.lock b/poetry.lock index 12d2a728..cbc01a2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1971,4 +1971,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c6f87958ebccbe95cf5b7a61ea5299a1a3227f6106751150c707bc0b13f97793" +content-hash = "e72905f3dc45e0d39c9fc46c9a54030adcda6b38b97ad2f6b7e5de9eec65d74b" diff --git a/pyproject.toml b/pyproject.toml index d3faac7d..9f4e2c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,12 +16,12 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -postgrest = ">=0.14,<0.18.0" +postgrest = "^0.17.0" realtime = "^2.0.0" -gotrue = ">=1.3,<3.0" +gotrue = "^2.7.0" httpx = ">=0.24,<0.28" -storage3 = ">=0.5.3,<0.9.0" -supafunc = ">=0.3.1,<0.7.0" +storage3 = "^0.8.0" +supafunc = "^0.6.0" typing-extensions = "^4.12.2" [tool.poetry.dev-dependencies]