Полный релиз 1.0.0
All checks were successful
Verify Dev Build / publish (push) Successful in 49s

This commit is contained in:
2026-04-02 07:57:41 +03:00
parent 7e4807f95a
commit 5135c40555
3 changed files with 1063 additions and 249 deletions

View File

@ -1,11 +1,11 @@
[project]
name = "oxidespotify"
version = "0.2.2"
version = "1.0.0"
description = "Client for Spotify API"
readme = "README.md"
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
requires-python = ">=3.14"
dependencies = ["oxidehttp>=1.0.3,<=2.0.0", "pydantic>=2.12,<=2.13"]
dependencies = ["oxidehttp>=1.4.0,<=2.0.0", "pydantic>=2.12,<=2.13"]
[build-system]
requires = ["uv_build>=0.9.2,<0.11.0"]