Добавлены отсутствующие поля в /user/oauth
All checks were successful
Verify Dev Build / publish (push) Successful in 57s

This commit is contained in:
2026-03-06 22:10:53 +03:00
parent b76a125786
commit c38ae24d2f
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "oxidedonationalerts"
version = "1.0.0"
version = "1.0.1"
description = "Client for DonationAlerts API"
readme = "README.md"
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
@ -13,7 +13,6 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"ty>=0.0.17",
"ruff>=0.15.0",
"pyright>=1.1.408",
"poethepoet>=0.40.0",
@ -33,8 +32,9 @@ explicit = true
[tool.poe.tasks]
_git = "git add ."
_lint = "pre-commit run --all-files"
_ty = "uvx ty@latest check ."
lint = ["_git", "_lint"]
lint = ["_git", "_lint", "_ty"]
check = "uv pip ls --outdated"
major = "uv version --bump major"