FYI - flytekit 1.5.0 seems to have dependency conf...
# flytekit
s
FYI - flytekit 1.5.0 seems to have dependency conflicts -
Could not find a version that matches fsspec==2023.3.0,==2023.4.0,>=2021.10.1,>=2023.3.0
k
Cc @Yee
@Eduardo Apolinario (eapolinario)
@seunggs where do you see this conflict
s
Running
pip-compile
- the error goes away if I revert back to <=1.4.2:
Copy code
There are incompatible versions in the resolved dependencies:
  fsspec>=2021.10.1 (from adlfs==2023.1.0->flytekit==1.5.0)
  fsspec==2023.3.0 (from gcsfs==2023.3.0->flytekit==1.5.0)
  fsspec==2023.4.0 (from s3fs==2023.4.0->flytekit==1.5.0)
  fsspec>=2023.3.0 (from flytekit==1.5.0)
y
can you trace where it’s coming from?
flytekit itself does not pin
s
Hmm ok I’ll look into it more thanks @Yee
e
@seunggs, were you able to figure this out?
s
Sorry haven’t had time to look at it yet - I reverted it to 1.4.2 for now
Will let you know when I do
174 Views