Добавлено кеширование для GET запросов
All checks were successful
Verify Dev Build / publish (push) Successful in 39s

This commit is contained in:
2026-02-26 13:15:29 +03:00
parent 2b53f309c2
commit 8b81c68de3
2 changed files with 213 additions and 388 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "oxidetwitch" name = "oxidetwitch"
version = "1.1.0" version = "1.2.0"
description = "Client for Twitch API" description = "Client for Twitch API"
readme = "README.md" readme = "README.md"
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }] authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
@ -99,6 +99,3 @@ ignore-one-line-docstrings = true
quote-style = "single" quote-style = "single"
indent-style = "space" indent-style = "space"
docstring-code-format = true docstring-code-format = true
[tool.uv.sources]
aiohttpx = { index = "Miwory" }

File diff suppressed because it is too large Load Diff