snowflakedb / snowflake-ml-python

Apache License 2.0
41 stars 9 forks source link

SNOW-1727131: bump `packaging` to v24 #119

Open josescuderoh opened 2 weeks ago

josescuderoh commented 2 weeks ago

Any chance this dependency can be upgraded to the next major version soon?

It's available since March 10th and it's presenting dependency conflicts with other dependencies for us. For context, this is the conflict:

Because meltano (3.5.4) depends on packaging (>=24.1,<25.0)
 and snowflake-ml-python (1.6.2) depends on packaging (>=20.9,<24), meltano (3.5.4) is incompatible with snowflake-ml-python (1.6.2).
So, because project depends on both meltano (3.5.4) and snowflake-ml-python (1.6.2), version solving failed.
lyleharte commented 2 weeks ago

bump

sfc-gh-zzhu commented 2 weeks ago

We are working on it. Packaging v24 requires python3.10 or above, while we are still trying to support python3.9 as well. We will investigate if if's feasible to bump that version for certain python version.

sfc-gh-zzhu commented 14 hours ago

We have relaxed the version requirement of Packaging to allow v24. The change will go out with release 1.7.1 soon.