hass-core/homeassistant/components/recorder/manifest.json
J. Nick Koston 710e55fb09
Bump SQLAlchemy to 2.0.25 (#106931)
* Bump SQLAlchemy to 2.0.25

changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.25

* drop unused ignore now that upstream is fixed
2024-01-03 09:12:35 +01:00

14 lines
371 B
JSON

{
"domain": "recorder",
"name": "Recorder",
"codeowners": ["@home-assistant/core"],
"documentation": "https://www.home-assistant.io/integrations/recorder",
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": [
"SQLAlchemy==2.0.25",
"fnv-hash-fast==0.5.0",
"psutil-home-assistant==0.0.1"
]
}