diff --git a/pyproject.toml b/pyproject.toml index 8bd13abf..4c2ed87b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ "cryptography>=43.0.0", "pandas>=2.2.2", "fonttools>=4.53.1", - "akasha-py>=0.2.3", - "genshin[auth,socks-proxy,sqlite]>=1.7.2", "tortoise-orm>=0.21.7", + "akasha-py>=0.2.7", + "genshin[auth,socks-proxy,sqlite]", ] description = "A feature-rich Discord bot for Hoyoverse gamers." license = { file = "LICENSE" } @@ -46,8 +46,7 @@ dev-dependencies = ["icecream>=2.1.3"] [tool.uv.sources] novelai = { git = "https://github.com/kokosensei/NovelAI-API" } -akasha-py = { git = "https://github.com/seriaati/akasha-py" } -genshin = { git = "https://github.com/thesadru/genshin.py" } +genshin = { git = "https://github.com/thesadru/genshin.py", branch = "master" } [tool.pyright] enableTypeIgnoreComments = false diff --git a/uv.lock b/uv.lock index 60f0e57d..f119ed15 100644 --- a/uv.lock +++ b/uv.lock @@ -169,14 +169,18 @@ wheels = [ [[package]] name = "akasha-py" -version = "0.2.6" -source = { git = "https://github.com/seriaati/akasha-py#62852546b413fc32e3ef39212fc1695bdc7829e4" } +version = "0.2.7" +source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, { name = "aiohttp-client-cache", extra = ["sqlite"] }, { name = "loguru" }, { name = "pydantic" }, ] +sdist = { url = "https://files.pythonhosted.org/packages/ac/6e/2ec1f6011306b7f2767479ab424e5901ae64c701ae1ad9708410471c115a/akasha_py-0.2.7.tar.gz", hash = "sha256:6dc5620c12b073c6a05e93b9289c20465826aa333ec2e9844519a1a50a208872", size = 66928 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/2a/66/3098886e0b742f65dc14cbe492c19b85751f62b085f9d4655ee5f0783bd4/akasha_py-0.2.7-py3-none-any.whl", hash = "sha256:730361f8b4df4636af93d39ad0b735e89cdfdb9ae9d1d5ba938d775c11242039", size = 36168 }, +] [[package]] name = "ambr-py" @@ -764,7 +768,7 @@ wheels = [ [[package]] name = "genshin" version = "1.7.2" -source = { git = "https://github.com/thesadru/genshin.py#a7f796c6c363fdefaf19e4a96422465c5c5cd012" } +source = { git = "https://github.com/thesadru/genshin.py?branch=master#a7f796c6c363fdefaf19e4a96422465c5c5cd012" } dependencies = [ { name = "aiohttp" }, { name = "pydantic" }, @@ -879,7 +883,7 @@ requires-dist = [ { name = "aerich", specifier = ">=0.7.2" }, { name = "aiocache", specifier = ">=0.12.2" }, { name = "aiofiles", specifier = ">=24.1.0" }, - { name = "akasha-py", git = "https://github.com/seriaati/akasha-py" }, + { name = "akasha-py", specifier = ">=0.2.7" }, { name = "ambr-py", specifier = ">=1.7.11" }, { name = "asyncache", specifier = ">=0.3.1" }, { name = "asyncpg", specifier = ">=0.29.0" }, @@ -891,7 +895,7 @@ requires-dist = [ { name = "fake-useragent", specifier = ">=1.5.1" }, { name = "flet", specifier = ">=0.24.0" }, { name = "fonttools", specifier = ">=4.53.1" }, - { name = "genshin", extras = ["auth", "socks-proxy", "sqlite"], git = "https://github.com/thesadru/genshin.py" }, + { name = "genshin", extras = ["auth", "socks-proxy", "sqlite"], git = "https://github.com/thesadru/genshin.py?branch=master" }, { name = "gitpython", specifier = ">=3.1.43" }, { name = "hakushin-py", specifier = ">=0.4.4" }, { name = "jishaku", specifier = ">=2.5.2" },