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

chore(deps): bump websockets upper bound to 13.1 #485

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

YouNesta
Copy link
Contributor

@YouNesta YouNesta commented Jan 2, 2025

Description

Updates the websockets dependency constraint to allow version 13.1, which is required for Home Assistant integration. This change enables users to integrate solana.py with Home Assistant without version conflicts.

Changes

  • Updated websockets dependency in pyproject.toml from >=9.0,<=12.0 to >=9.0,<=13.1

Related Issue

Fixes #484

Testing

  • No breaking changes introduced

Additional Notes

This update maintains backward compatibility while extending support for newer websockets versions, specifically addressing the Home Assistant integration use case.

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.00%. Comparing base (bba64d4) to head (4820c7d).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #485   +/-   ##
=======================================
  Coverage   92.00%   92.00%           
=======================================
  Files          27       27           
  Lines        2226     2226           
=======================================
  Hits         2048     2048           
  Misses        178      178           

Copy link
Owner

@michaelhly michaelhly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@michaelhly michaelhly merged commit 0f7b208 into michaelhly:master Jan 2, 2025
9 checks passed
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.

Incompatibility Between solana.py and Home Assistant Due to WebSocket Version
2 participants