Skip to content

Commit

Permalink
Lower aiohttp and pydantic version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Sep 27, 2024
1 parent 0f57b52 commit ed48b9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.7.1"
description = "API wrapper for HoYoLAB/Miyoushe API built on asyncio and pydantic."
readme = "README.md"
requires-python = ">=3.9"
dependencies = ["aiohttp>=3.10.6", "pydantic>=2.9.2"]
dependencies = ["aiohttp==3.*", "pydantic==2.*"]
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed48b9b

Please sign in to comment.