diff --git a/poetry.lock b/poetry.lock index fc8997b1..d26a2233 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1137,13 +1137,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "0.16.11" +version = "0.17.0" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "postgrest-0.16.11-py3-none-any.whl", hash = "sha256:22fb6b817ace1f68aa648fd4ce0f56d2786c9260fa4ed2cb9046191231a682b8"}, - {file = "postgrest-0.16.11.tar.gz", hash = "sha256:10af51b4c39e288ad7df2db92d6a61fb3c4683131b40561f473e3de116e83fa5"}, + {file = "postgrest-0.17.0-py3-none-any.whl", hash = "sha256:df2530e903955ffddbd21d92a99abc8d09d6efb357ce33438fca68d4b46b5d95"}, + {file = "postgrest-0.17.0.tar.gz", hash = "sha256:5ee05d8d6796b9d716585d2ad589db57ef832af6c2592a3e39dcef8993929cff"}, ] [package.dependencies] @@ -1940,4 +1940,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d3030576412b09022f2cd4523645e09a823d2eb911bc711f9f5a238eb6147104" +content-hash = "8698d7216ddf30a0123bfd5e5173cf334069dbfad3101cc198a32b3b2cc32f49" diff --git a/pyproject.toml b/pyproject.toml index 153ade8f..8da58a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -postgrest = ">=0.14,<0.17.0" +postgrest = ">=0.14,<0.18.0" realtime = "^2.0.0" gotrue = ">=1.3,<3.0" httpx = ">=0.24,<0.28"