From 5b9aec134fd75c15936ba31462f7a9b1df7b8858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:47:11 +0000 Subject: [PATCH 1/2] chore(deps): bump postgrest from 0.18.0 to 0.19.0 Bumps [postgrest](https://github.com/supabase/postgrest-py) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/supabase/postgrest-py/releases) - [Changelog](https://github.com/supabase/postgrest-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/postgrest-py/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: postgrest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f00435a..bd5f53aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "postgrest" -version = "0.18.0" +version = "0.19.0" description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "postgrest-0.18.0-py3-none-any.whl", hash = "sha256:200baad0d23fee986b3a0ffd3e07bfe0cdd40e09760f11e8e13a6c0c2376d5fa"}, - {file = "postgrest-0.18.0.tar.gz", hash = "sha256:29c1a94801a17eb9ad590189993fe5a7a6d8c1bfc11a3c9d0ce7ba146454ebb3"}, + {file = "postgrest-0.19.0-py3-none-any.whl", hash = "sha256:94a91edff4e3004befed156fc603032d1ed3b9f5fce1ae5eaba946df413d69e1"}, + {file = "postgrest-0.19.0.tar.gz", hash = "sha256:a66714e21219e135e744eaf61031b28e2a11f7c4fe40bf60cb8f6d8b68c7e12b"}, ] [package.dependencies] @@ -2083,4 +2083,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9e855473cb930dca4da8a5f21624f2c9c06207525325f6cbd44c5e3ce30b44d8" +content-hash = "8bb385d13dd8350857639bc16a9147905898ce141faddd34b6bd41739924a35b" diff --git a/pyproject.toml b/pyproject.toml index 204b5652..22bf3c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -postgrest = "^0.18" +postgrest = ">=0.18,<0.20" realtime = "^2.0.0" gotrue = "^2.10.0" httpx = ">=0.26,<0.28" From f782a48c1be363bc1efaa67a9732e09d625e8623 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sat, 23 Nov 2024 19:06:05 +0000 Subject: [PATCH 2/2] fix: update version constraint --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index bd5f53aa..11bb6d5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2083,4 +2083,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8bb385d13dd8350857639bc16a9147905898ce141faddd34b6bd41739924a35b" +content-hash = "fcbfe5b6f5738aea4cae183e6bc648cbba95582a1f9c5cf300df95252afa326a" diff --git a/pyproject.toml b/pyproject.toml index 22bf3c45..f41bb936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" -postgrest = ">=0.18,<0.20" +postgrest = "^0.19" realtime = "^2.0.0" gotrue = "^2.10.0" httpx = ">=0.26,<0.28"