Now Wyvern supports python version: `^3.8,<3.12`
What's Changed
* support python 3.11 by wintonzheng in https://github.com/Wyvern-AI/wyvern/pull/19
- We dumped httpx usage in favor of aiohttp for performance consideration
- [Backward Incompatible]Renamed wyvern.core.httpx to wyvern.core.http. And the httpx_client under that file also got renamed to aiohttp_client
* create the beta1 version for 0.0.8 by wintonzheng in https://github.com/Wyvern-AI/wyvern/pull/21
**Full Changelog**: https://github.com/Wyvern-AI/wyvern/compare/v0.0.7...v0.0.8-beta1