Downgrade av to 8.1.0 to fix memory leak (#69833)

This commit is contained in:
J. Nick Koston 2022-04-10 19:58:30 -10:00 committed by GitHub
parent 200ef847c9
commit 32a10648a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"domain": "generic", "domain": "generic",
"name": "Generic Camera", "name": "Generic Camera",
"config_flow": true, "config_flow": true,
"requirements": ["av==9.0.0", "pillow==9.0.1"], "requirements": ["av==8.1.0", "pillow==9.0.1"],
"documentation": "https://www.home-assistant.io/integrations/generic", "documentation": "https://www.home-assistant.io/integrations/generic",
"codeowners": ["@davet2001"], "codeowners": ["@davet2001"],
"iot_class": "local_push" "iot_class": "local_push"

View File

@ -2,7 +2,7 @@
"domain": "stream", "domain": "stream",
"name": "Stream", "name": "Stream",
"documentation": "https://www.home-assistant.io/integrations/stream", "documentation": "https://www.home-assistant.io/integrations/stream",
"requirements": ["PyTurboJPEG==1.6.6", "av==9.0.0"], "requirements": ["PyTurboJPEG==1.6.6", "av==8.1.0"],
"dependencies": ["http"], "dependencies": ["http"],
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"], "codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
"quality_scale": "internal", "quality_scale": "internal",

View File

@ -349,7 +349,7 @@ aurorapy==0.2.6
# homeassistant.components.generic # homeassistant.components.generic
# homeassistant.components.stream # homeassistant.components.stream
av==9.0.0 av==8.1.0
# homeassistant.components.avea # homeassistant.components.avea
# avea==1.5.1 # avea==1.5.1

View File

@ -279,7 +279,7 @@ aurorapy==0.2.6
# homeassistant.components.generic # homeassistant.components.generic
# homeassistant.components.stream # homeassistant.components.stream
av==9.0.0 av==8.1.0
# homeassistant.components.axis # homeassistant.components.axis
axis==44 axis==44