Update to Python 3.14.3 (#219)

* Fix and update to Python 3.14.3

* Fix orjson version
This commit is contained in:
Christiaan Goossens
2026-03-13 12:46:51 +01:00
committed by GitHub
parent 52ff6a899d
commit 5050cb4d5e
4 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ requires-python = "~=3.14.2"
[dependency-groups]
dev = [
"homeassistant~=2026.2",
"homeassistant~=2026.3",
"pylint~=4.0",
"pytest~=9.0.0",
"pytest-asyncio~=1.3.0",
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[tool.uv]
managed = true
override-dependencies = ["pillow~=12.1"]
override-dependencies = ["orjson>=3.11.6,<3.12.0"]
[tool.hatch.metadata]
allow-direct-references = true