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

Skip problematic pyyaml versions #1752

Merged
merged 3 commits into from
Jul 19, 2023
Merged

Conversation

eapolinario
Copy link
Collaborator

@eapolinario eapolinario commented Jul 18, 2023

TL;DR

cython 3.0 broke a bunch of projects, including pyyaml (which is a hard dependency of flytekit)

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

#1746 was overly cautious and only really worked for the combination of architecture+python versions we are running in CI. The root cause is detailed yaml/pyyaml#601 and it revolves around a mishap involving Cython+pyyaml. This PR proposes a more sane fix.

Tracking Issue

https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/

Signed-off-by: eduardo apolinario <[email protected]>
Signed-off-by: eduardo apolinario <[email protected]>
Signed-off-by: eduardo apolinario <[email protected]>
@eapolinario eapolinario merged commit f8c6e06 into master Jul 19, 2023
122 checks passed
@honnix
Copy link
Member

honnix commented Aug 1, 2023

Shall we backport this to 1.8.x?

honnix pushed a commit to honnix/flytekit that referenced this pull request Aug 1, 2023
* Skip problematic pyyaml versions

Signed-off-by: eduardo apolinario <[email protected]>

* Regenerate doc-requirements

Signed-off-by: eduardo apolinario <[email protected]>

* Linting

Signed-off-by: eduardo apolinario <[email protected]>

---------

Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
honnix added a commit that referenced this pull request Aug 3, 2023
* Skip problematic pyyaml versions (#1752)

* Skip problematic pyyaml versions

Signed-off-by: eduardo apolinario <[email protected]>

* Regenerate doc-requirements

Signed-off-by: eduardo apolinario <[email protected]>

* Linting

Signed-off-by: eduardo apolinario <[email protected]>

---------

Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>

* Remove dependency on responses (#1762)

Signed-off-by: Hongxin Liang <[email protected]>

---------

Signed-off-by: eduardo apolinario <[email protected]>
Signed-off-by: Hongxin Liang <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
fg91 pushed a commit that referenced this pull request Aug 15, 2023
* Skip problematic pyyaml versions

Signed-off-by: eduardo apolinario <[email protected]>

* Regenerate doc-requirements

Signed-off-by: eduardo apolinario <[email protected]>

* Linting

Signed-off-by: eduardo apolinario <[email protected]>

---------

Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
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