Bump SQLAlchemy to 2.0.37 (#137028)
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.37 There is a bug fix that likely affects us that could lead to corrupted queries https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-e4d04d8eb1bccee16b74f5662aff8eddpull/137390/head
parent
ca2a555037
commit
7deb1715dd
|
@ -7,7 +7,7 @@
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"SQLAlchemy==2.0.36",
|
"SQLAlchemy==2.0.37",
|
||||||
"fnv-hash-fast==1.2.2",
|
"fnv-hash-fast==1.2.2",
|
||||||
"psutil-home-assistant==0.0.1"
|
"psutil-home-assistant==0.0.1"
|
||||||
]
|
]
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["SQLAlchemy==2.0.36", "sqlparse==0.5.0"]
|
"requirements": ["SQLAlchemy==2.0.37", "sqlparse==0.5.0"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,7 +61,7 @@ PyTurboJPEG==1.7.5
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
securetar==2025.1.4
|
securetar==2025.1.4
|
||||||
SQLAlchemy==2.0.36
|
SQLAlchemy==2.0.37
|
||||||
standard-aifc==3.13.0;python_version>='3.13'
|
standard-aifc==3.13.0;python_version>='3.13'
|
||||||
standard-telnetlib==3.13.0;python_version>='3.13'
|
standard-telnetlib==3.13.0;python_version>='3.13'
|
||||||
typing-extensions>=4.12.2,<5.0
|
typing-extensions>=4.12.2,<5.0
|
||||||
|
|
|
@ -67,7 +67,7 @@ dependencies = [
|
||||||
"PyYAML==6.0.2",
|
"PyYAML==6.0.2",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"securetar==2025.1.4",
|
"securetar==2025.1.4",
|
||||||
"SQLAlchemy==2.0.36",
|
"SQLAlchemy==2.0.37",
|
||||||
"standard-aifc==3.13.0;python_version>='3.13'",
|
"standard-aifc==3.13.0;python_version>='3.13'",
|
||||||
"standard-telnetlib==3.13.0;python_version>='3.13'",
|
"standard-telnetlib==3.13.0;python_version>='3.13'",
|
||||||
"typing-extensions>=4.12.2,<5.0",
|
"typing-extensions>=4.12.2,<5.0",
|
||||||
|
|
|
@ -39,7 +39,7 @@ python-slugify==8.0.4
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
securetar==2025.1.4
|
securetar==2025.1.4
|
||||||
SQLAlchemy==2.0.36
|
SQLAlchemy==2.0.37
|
||||||
standard-aifc==3.13.0;python_version>='3.13'
|
standard-aifc==3.13.0;python_version>='3.13'
|
||||||
standard-telnetlib==3.13.0;python_version>='3.13'
|
standard-telnetlib==3.13.0;python_version>='3.13'
|
||||||
typing-extensions>=4.12.2,<5.0
|
typing-extensions>=4.12.2,<5.0
|
||||||
|
|
|
@ -116,7 +116,7 @@ RtmAPI==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
SQLAlchemy==2.0.36
|
SQLAlchemy==2.0.37
|
||||||
|
|
||||||
# homeassistant.components.tami4
|
# homeassistant.components.tami4
|
||||||
Tami4EdgeAPI==3.0
|
Tami4EdgeAPI==3.0
|
||||||
|
|
|
@ -110,7 +110,7 @@ RtmAPI==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.components.sql
|
# homeassistant.components.sql
|
||||||
SQLAlchemy==2.0.36
|
SQLAlchemy==2.0.37
|
||||||
|
|
||||||
# homeassistant.components.tami4
|
# homeassistant.components.tami4
|
||||||
Tami4EdgeAPI==3.0
|
Tami4EdgeAPI==3.0
|
||||||
|
|
Loading…
Reference in New Issue