We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d1c3c commit d5f32baCopy full SHA for d5f32ba
pyproject.toml
@@ -1,12 +1,12 @@
1
[tool.poetry]
2
name = "supafunc"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "Library for Supabase Functions"
5
authors = ["Joel Lee <joel@joellee.org>"]
6
license = "MIT"
7
8
[tool.poetry.dependencies]
9
-python = "^3.7"
+python = "^3.8"
10
httpx = "^0.24.0"
11
[tool.poetry.dev-dependencies]
12
supafunc/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.2.2"
+__version__ = "0.2.3"
from .functions_client import FunctionsClient
0 commit comments