We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521fbd9 commit 98f31b8Copy full SHA for 98f31b8
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v0.7.6 (2024-06-05)
6
+
7
+### Fix
8
9
+* fix: follow redirects (#257) ([`521fbd9`](https://github.com/supabase-community/storage-py/commit/521fbd924e0633b202fa792d5a52cf241e455060))
10
11
12
## v0.7.5 (2024-06-04)
13
14
### Chore
pyproject.toml
@@ -18,7 +18,7 @@ license = "MIT"
18
name = "storage3"
19
readme = "README.md"
20
repository = "https://github.com/supabase-community/storage-py"
21
-version = "0.7.5"
+version = "0.7.6"
22
23
[tool.poetry.dependencies]
24
httpx = ">=0.24,<0.28"
0 commit comments