From 7fac836fe52215e4e8c5e115a07c47d8e5bf3a38 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Thu, 31 Oct 2024 22:38:32 +0000 Subject: [PATCH] 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 7f3efd07..8e55cc06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2089,4 +2089,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8a4ec73893930692b231ed163852860367a8613ff013bc5bcf5cbe43260ef7a4" +content-hash = "fcd73c9adb0531cee6718e2a523662076bd8ccad4b9b73e4c27590d0a7844a00" diff --git a/pyproject.toml b/pyproject.toml index e34e99f9..45f5a06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"