From 9df7c32214386f27d441ce16599517ea6c36ef08 Mon Sep 17 00:00:00 2001 From: yishernc <44721502+yishernc@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:14:56 +0800 Subject: [PATCH] bump postgrest-py to latest version (0.5.0) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 679d4704..a2182d39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.7.1" -postgrest-py = "0.4.0" +postgrest-py = "0.5.0" realtime-py = "^0.1.2" gotrue = "0.2.0" pytest = "^6"