Update to Python 3.14.3 (#219)
* Fix and update to Python 3.14.3 * Fix orjson version
This commit is contained in:
committed by
GitHub
parent
52ff6a899d
commit
5050cb4d5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user