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 protobuf broken version for google (optional) dependencies #254

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

tylerhutcherson
Copy link
Collaborator

The optional dependencies for google AI platform (vertex) bring in protobuf. We need to pin to the correct version that doesn't have a deadly bug (documented here).

@tylerhutcherson tylerhutcherson added the bug Something isn't working label Jan 6, 2025
@tylerhutcherson
Copy link
Collaborator Author

Working on fixing something in the CI

Copy link
Collaborator

@justin-cechmanek justin-cechmanek left a comment

Choose a reason for hiding this comment

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

👍🏼

@tylerhutcherson
Copy link
Collaborator Author

@justin-cechmanek @rbs333 @bsbodden one massive limitation we had in our CICD is we didn't pin the poetry version. Turns out, poetry released 2.0.0 just yesterday. So this was failing for yet another reason. I set version to 1.8.3 so it's consistent across all github actions. Use this in your local environments too for now.

@tylerhutcherson tylerhutcherson merged commit 201d676 into main Jan 6, 2025
20 checks passed
@tylerhutcherson tylerhutcherson deleted the fix/RAAE-527/bad-protobuf-version branch January 6, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants