Open mrufsvold opened 3 months ago
Due to this HTTP.jl issue, CloudStore.get throws a MethodError. Rolling back to HTTP@1.10.3 makes that issue go away, so I think the fix is just to cap the Compat for now!
CloudStore.get
MethodError
HTTP@1.10.3
Due to this HTTP.jl issue,
CloudStore.get
throws aMethodError
. Rolling back toHTTP@1.10.3
makes that issue go away, so I think the fix is just to cap the Compat for now!