nonebot / aiocqhttp

A Python SDK with async I/O for CQHTTP (OneBot).
https://aiocqhttp.nonebot.dev
MIT License
280 stars 39 forks source link

Update Quart to 0.16.0 #61

Closed GirlKiller512 closed 2 years ago

GirlKiller512 commented 2 years ago

问题描述 Quart 的作者在昨天才发布了第一个支持 Python 3.10 的版本 aiocqhttp (NoneBot) 可以在 Python 3.10 上安装,但是 Quart 被限制在了 0.14.1 版本 是不是要升级一下依赖了 https://github.com/pgjones/quart/blob/0.16.0/CHANGELOG.rst (直接把 <0.15 去掉应该是可以的吧)

复现方法

期望的行为 Quart 升级到 0.16.0 版本

日志信息

相关代码

运行环境

stdrc commented 2 years ago

可以,你来发个 pr?不要直接去掉 <0.15,改成限制在目前最新版就行,不然以后有出问题的可能(当时加上限制好像就是因为出过问题)