From bf3dca0e39ac9bb3bcf5b922eca692c70ccdcbd3 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 30 Oct 2023 21:16:27 +0000 Subject: [PATCH] chore: upgrade to the latest functions-py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf67c29e..5b8f8940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ realtime = "^1.0.0" gotrue = "^1.0.4" httpx = "^0.24.0" storage3 = ">=0.5.3,<0.7.0" -supafunc = "^0.3.0" +supafunc = "^0.3.1" [tool.poetry.dev-dependencies] pre-commit = "^3.5.0"