Skip to content

Commit

Permalink
fix(deps): change version constraints on managed dependencies (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Sep 30, 2024
1 parent 90db548 commit d4f9307
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
postgrest = ">=0.14,<0.18.0"
postgrest = "^0.17.0"
realtime = "^2.0.0"
gotrue = ">=1.3,<3.0"
gotrue = "^2.7.0"
httpx = ">=0.24,<0.28"
storage3 = ">=0.5.3,<0.9.0"
supafunc = ">=0.3.1,<0.7.0"
storage3 = "^0.8.0"
supafunc = "^0.6.0"
typing-extensions = "^4.12.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d4f9307

Please sign in to comment.