Prepare for 1.0.0 pre-release 1 (#237)

* Bump to 1.0.0-rc1

* Remove alpha disclaimer for 1.0.0
This commit is contained in:
Christiaan Goossens
2026-04-13 23:32:13 +02:00
committed by GitHub
parent fd3643685d
commit c7672f65d9
5 changed files with 23 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "hass-oidc-auth"
version = "0.7.0"
version = "1.0.0"
description = "OIDC component for Home Assistant"
authors = [
{ name = "Christiaan Goossens", email = "contact@christiaangoossens.nl" }
@@ -33,7 +33,7 @@ build-backend = "hatchling.build"
[tool.uv]
managed = true
override-dependencies = [
"orjson>=3.11.6,<3.12.0",
"orjson>=3.11.8,<3.12.0",
"pyjwt>=2.12.0,<2.13.0",
"pillow>=12.2.0,<12.3.0",
"pytest>=9.0.3,<9.1.0",