Release version v1.1.2

This commit is contained in:
2026-01-02 00:38:37 -03:00
parent 462a21604b
commit 19418db4a4
7 changed files with 52 additions and 2 deletions
Generated
+27
View File
@@ -0,0 +1,27 @@
version = 1
revision = 3
requires-python = ">=3.13"
[[package]]
name = "api"
version = "0.1.0"
source = { virtual = "." }
[package.dev-dependencies]
dev = [
{ name = "toml" },
]
[package.metadata]
[package.metadata.requires-dev]
dev = [{ name = "toml", specifier = ">=0.10.2" }]
[[package]]
name = "toml"
version = "0.10.2"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f", size = 22253, upload-time = "2020-11-01T01:40:22.204Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b", size = 16588, upload-time = "2020-11-01T01:40:20.672Z" },
]