From f9889cb8a86c30633cec9bb1f80730d215bd4b81 Mon Sep 17 00:00:00 2001 From: ponyisi Date: Sat, 22 Jun 2024 05:46:58 -0700 Subject: [PATCH] Update miniopy-async to 1.20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cbda58a..bcb00a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "requests>=2.31", "pydantic>=2.6.0", "httpx>=0.24", - "miniopy-async>=1.15", + "miniopy-async>=1.20", "tinydb>=4.7", "google-auth>=2.17", "typer>=0.12.1",