Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump propcache to 0.2.1 #132022

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump propcache to 0.2.1
changelog: aio-libs/propcache@v0.2.0...v0.2.1

There is a fix to ensure wheels get built with a compatible
Cython version which would only affect core installs that
are building their own wheel locally
  • Loading branch information
bdraco committed Dec 1, 2024
commit 36ad31819b6fa38b9bb990bdfedc0fe5d9641e29
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ orjson==3.10.12
packaging>=23.1
paho-mqtt==1.6.1
Pillow==11.0.0
propcache==0.2.0
propcache==0.2.1
psutil-home-assistant==0.0.1
PyJWT==2.10.0
pymicro-vad==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==43.0.1",
"Pillow==11.0.0",
"propcache==0.2.0",
"propcache==0.2.1",
"pyOpenSSL==24.2.1",
"orjson==3.10.12",
"packaging>=23.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lru-dict==1.3.0
PyJWT==2.10.0
cryptography==43.0.1
Pillow==11.0.0
propcache==0.2.0
propcache==0.2.1
pyOpenSSL==24.2.1
orjson==3.10.12
packaging>=23.1
Expand Down
Loading