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: Allow older grpcio versions on pre-3.13 versions of Python #294

Merged
merged 5 commits into from
Jan 5, 2025

Conversation

mrkaye97
Copy link
Contributor

@mrkaye97 mrkaye97 commented Jan 5, 2025

Relaxing grpcio and grpcio-tools constraints on qualifying Python versions. Issue stems from this grpc issue, which seems to be causing workers to fail to connect to Hatchet with grpcio version 1.68.1

We needed to exclude 3.13 here since <1.68.1 doesn't seem to install correctly - see here

@mrkaye97 mrkaye97 requested a review from abelanger5 January 5, 2025 21:14
@abelanger5 abelanger5 merged commit 99f625f into main Jan 5, 2025
6 checks passed
@abelanger5 abelanger5 deleted the fix-allow-older-grpcio-versions branch January 5, 2025 21:23
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