We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Home Assistant has pinned to version 0.21.0 because CI is failing on a couple of dependencies referencing jsonschema (and therefore referencing and rpds-py) See https://github.com/home-assistant/core/actions/runs/12126261540/job/33808489106 for the CI failure See home-assistant/core#132170 for the pinning of the library
jsonschema
referencing
rpds-py
I was able to reproduce locally on a python 3.13 dev container. Running python3 -X dev then import jsonschema caused the segfault
python3 -X dev
import jsonschema
The text was updated successfully, but these errors were encountered:
I haven't looked carefully but this seems pretty likely to be PyO3/pyo3#4757 which can be fixed when there's a fix upstream.
Sorry, something went wrong.
Looking at your CI, I think it is. Working on a fix as a matter of urgency.
177b17b
Thanks for the quick fix 👍
No branches or pull requests
Home Assistant has pinned to version 0.21.0 because CI is failing on a couple of dependencies referencing
jsonschema
(and thereforereferencing
andrpds-py
)See https://github.com/home-assistant/core/actions/runs/12126261540/job/33808489106 for the CI failure
See home-assistant/core#132170 for the pinning of the library
I was able to reproduce locally on a python 3.13 dev container.
Running
python3 -X dev
thenimport jsonschema
caused the segfaultThe text was updated successfully, but these errors were encountered: