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

fix: constrain setup tools version to fix broken build #313

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

rohan-chaturvedi
Copy link
Member

@rohan-chaturvedi rohan-chaturvedi commented Jul 29, 2024

🔍 Overview

A recent update to setuptools which remove the test command causes autobahn to fail installs:

pypa/setuptools#4519
crossbario/autobahn-python#1644

💡 Proposed Changes

Constrain setuptools to version <72 to allow autobahn to install correctly.

  • Added a constraints.txt file
  • Updated the backend Dockerfile to use the contraints.txt file when running pip install

📝 Release Notes

Fixed a broken dependency issue with setuptools and autobahn

💚 Did You...

  • Ensure linting passes (code style checks)?
  • Update dependencies and lockfiles (if required)
    - [ ] Regenerate graphql schema and types (if required)
  • Verify the app builds locally?
  • Manually test the changes on different browsers/devices?

@rohan-chaturvedi rohan-chaturvedi merged commit 616bbf3 into main Jul 29, 2024
6 checks passed
@rohan-chaturvedi rohan-chaturvedi deleted the fix--setuptools-constraint branch July 29, 2024 10:34
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

Successfully merging this pull request may close these issues.

2 participants