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

Remove upper bound on flyteidl's protobuf dependency #5285

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

mark-thm
Copy link
Contributor

Why are the changes needed?

flyteidl claims Python 3.12 support, as does flytekit, but protobuf<5.0.0 only supports up to Python 3.11.

What changes were proposed in this pull request?

Remove the upper bound on flyteidl's protobuf dependency to enable Python 3.12 support.

How was this patch tested?

Existing/standard CI tests.

Setup process

n/a

Screenshots

n/a

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

n/a

Docs link

n/a

Signed-off-by: Mark Elliot <[email protected]>

Signed-off-by: Mark Elliot <[email protected]>
Copy link

welcome bot commented Apr 25, 2024

Thank you for opening this pull request! 🙌

These tips will help get your PR across the finish line:

  • Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
  • Sign off your commits (Reference: DCO Guide).

@mark-thm mark-thm changed the title Remove upperbound on flyteidl's protobuf dependency Remove upper bound on flyteidl's protobuf dependency Apr 29, 2024
@@ -13,7 +13,7 @@ requires-python = ">=3.8,<3.13"
dependencies = [
'googleapis-common-protos',
'protoc-gen-openapiv2',
'protobuf>=4.21.1,<5.0.0',
'protobuf>=4.21.1',
Copy link
Member

Choose a reason for hiding this comment

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

I think it's fine to remove the upper bound. cc @eapolinario @wild-endeavor any concerns?

@eapolinario eapolinario merged commit 40dccab into flyteorg:master Apr 30, 2024
46 checks passed
Copy link

welcome bot commented Apr 30, 2024

Congrats on merging your first pull request! 🎉

@mark-thm mark-thm deleted the patch-1 branch April 30, 2024 03:31
austin362667 pushed a commit to austin362667/flyte that referenced this pull request May 7, 2024
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.

3 participants