https://flyte.org logo
#contribute
Title
# contribute
f

Fabio Grätz

05/30/2023, 9:17 AM
Could we please make a 1.6.2 patch release containing this fix? I’d like to upgrade to 1.6 but can’t pip-compile flytekit and plugins in parallel from a pinned commit:
Copy code
ERROR: Cannot install flytekit 0.0.0+develop (from git+ssh://****@github.com/flyteorg/flytekit.git@f671fb68092979b0328b97453d0ba0d396a6398e) and <internal-package> (<internal-package>/pyproject.toml) because these package versions have conflicting dependencies.
  
  The conflict is caused by:
      The user requested flytekit 0.0.0+develop (from git+ssh://****@github.com/flyteorg/flytekit.git@f671fb68092979b0328b97453d0ba0d396a6398e)
      flytekitplugins-deck-standard 0.0.0+develop depends on flytekit<2.0.0 and >=1.3.0b2
I saw that theoretically I have the permissions to make releases in flytekit 🤔 I’m not sure if this is intended. If you agree with making a 1.6.2 patch release for this fix and if it’s on purpose that I have the permission to publish releases, is it ok if I go ahead and create the release? Also happy to wait for somebody else to do this though if its not on purpose for me to have the permissions.
k

Kevin Su

05/30/2023, 1:42 PM
yes, we can cut a release. cc @Eduardo Apolinario (eapolinario) @Yee
y

Yee

05/30/2023, 3:12 PM
yeah let’s do it please.
f

Fabio Grätz

05/30/2023, 3:17 PM
Do you want me to make the release or do you prefer doing it yourself @Yee @Eduardo Apolinario (eapolinario)? Both is 100% ok for me :)
y

Yee

05/30/2023, 3:17 PM
you do it
please
just generate the auto changelog too
f

Fabio Grätz

05/30/2023, 3:23 PM
👍 generated the auto changelog
y

Yee

05/30/2023, 3:28 PM
thanks!
f

Fabio Grätz

05/30/2023, 3:30 PM
Thanks for confirming that I should go ahead and release. Will obviously not do so without explicitly checking in also in the future …
y

Yee

05/30/2023, 4:33 PM
re-running, should be fine.
f

Fabio Grätz

05/30/2023, 4:33 PM
Triggered
Did fix it
2 Views