From 8b19451bd63c4410eca80f709d8a146e8e5f8913 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 16 May 2022 16:51:26 +0800 Subject: [PATCH] update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38dafe9..e3dc9a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" nonebot2 = "^2.0.0-beta.2" -httpx = ">=0.16.1 <1.0.0" +httpx = ">=0.16.1" bs4 = "^0.0.1" tinydb = "^4.3.0" feedparser = "^6.0.2"