Skip to content

Commit 91bc97b

Browse files
author
joel@joellee.org
committed
fix: update dependencies
1 parent 02c838c commit 91bc97b

File tree

3 files changed

+15
-30
lines changed

3 files changed

+15
-30
lines changed

poetry.lock

Lines changed: 12 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "supafunc"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Library for Supabase Functions"
55
authors = ["Joel Lee <joel@joellee.org>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.7"
10-
httpx = "^0.21.3"
10+
httpx = "^0.23.0"
1111
[tool.poetry.dev-dependencies]
1212

1313
[build-system]

supafunc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"
22
from .functions_client import FunctionsClient

0 commit comments

Comments
 (0)