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

jsonschema new patch version breaks the deployment #80

Closed
ehsankhfr-edf opened this issue Jul 12, 2023 · 3 comments
Closed

jsonschema new patch version breaks the deployment #80

ehsankhfr-edf opened this issue Jul 12, 2023 · 3 comments

Comments

@ehsankhfr-edf
Copy link

I have been facing with new issues while using this GA today, as a new version of jsonschema (4.18.1) has been released just today, which makes my deployment to fail:

Screenshot 2023-07-12 at 13 10 50

And, I think your GA should pin down the version for that package to 4.18.0.

@hoffa
Copy link
Contributor

hoffa commented Jul 12, 2023

Can you try by adding use-installer: true to the action options?

It'll use the prepackaged installers directly, bypassing PyPI altogether.

@hoffa
Copy link
Contributor

hoffa commented Jul 12, 2023

Might be related? python-jsonschema/jsonschema#1124

A new 4.18.2 was released which fixes a regression: https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst

@hoffa
Copy link
Contributor

hoffa commented Jul 12, 2023

Closing as the regression seems to be fixed. Let me know if it doesn't work, with details about when exactly it occurs (and with the traceback and other relevant information if possible). In any case I would recommend using use-installer: true to avoid these sort of issues in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants