From 8daae39ad30ad8d9f99aba0add803a2cd55e01fc Mon Sep 17 00:00:00 2001 From: Neko Aria <990879119@qq.com> Date: Mon, 29 Aug 2022 22:35:04 +0800 Subject: [PATCH] chore(release): v3.4.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 707cca44..751b6e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PicImageSearch" -version = "3.4.2" +version = "3.4.3" description = "PicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API" authors = ["kitUIN "] maintainers = ["kitUIN ", "lleans", "chinoll", "NekoAria"] @@ -15,7 +15,7 @@ keywords = ["google", "iqdb", "saucenao", "tracemoe", "ascii2d"] [tool.poetry.dependencies] python = "^3.7" -aiohttp = { extras = ["speedups"], version = "^3.8.1" } +aiohttp = {extras = ["speedups"], version = "^3.8.1"} aiohttp_socks = { version = "^0.7.1", optional = true } lxml = "^4.9.1" multidict = "^6.0.2"