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

[Feature Request]: Upgrade numpy version bound in Python SDK #30098

Closed
1 of 16 tasks
siddharthab opened this issue Jan 24, 2024 · 1 comment · Fixed by #29645
Closed
1 of 16 tasks

[Feature Request]: Upgrade numpy version bound in Python SDK #30098

siddharthab opened this issue Jan 24, 2024 · 1 comment · Fixed by #29645
Labels
awaiting triage done & done Issue has been reviewed after it was closed for verification, followups, etc. new feature P2 python

Comments

@siddharthab
Copy link

What would you like to happen?

The current numpy version bound is set at 1.25.0, with the rationale given as

# numpy can have breaking changes in minor versions.
# Use a strict upper bound.

I did not find an issue listing known compatibility issues, so maybe this is as simple as running the tests with an updated numpy version. Because numpy is such a pervasive dependency, other packages in my pipeline could have started depending on new features in later versions, and so it will help to stay current.

Happy to help in any way I can.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@tvalentyn
Copy link
Contributor

Thanks for the request, sent a PR.

@github-actions github-actions bot added this to the 2.55.0 Release milestone Jan 26, 2024
@damccorm damccorm added the done & done Issue has been reviewed after it was closed for verification, followups, etc. label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage done & done Issue has been reviewed after it was closed for verification, followups, etc. new feature P2 python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants