Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 680c211

Browse files
authoredOct 31, 2024··
chore(deps): bump supafunc from 0.6.2 to 0.7.0
Bumps [supafunc](https://github.com/supabase/functions-py) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/supabase/functions-py/releases) - [Changelog](https://github.com/supabase/functions-py/blob/main/CHANGELOG.md) - [Commits](supabase/functions-py@v0.6.2...v0.7.0) --- updated-dependencies: - dependency-name: supafunc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38d40e5 commit 680c211

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ realtime = "^2.0.0"
2121
gotrue = "^2.9.0"
2222
httpx = ">=0.26,<0.28"
2323
storage3 = "^0.9.0"
24-
supafunc = "^0.6.0"
24+
supafunc = ">=0.6,<0.8"
2525

2626
[tool.poetry.dev-dependencies]
2727
pre-commit = "^4.0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.