Fable.Python icon indicating copy to clipboard operation
Fable.Python copied to clipboard

Relax FSharp.Core requirement

Open Zaid-Ajaj opened this issue 2 years ago • 0 comments

Using FSharp.Core ~> 4.7 means FSharp.Core >= 4.7.2 && FSharp.Core < 5.0.0

I don't believe Fable.Python needs this strict requirement, especially since F# 6.0 project already pull in FSharp.Core >= 6.0 so this PR relaxes this version requirement to make it just >= 4.7.2 which allows for wide compatibility with Fable projects

Noticed this from the dependencies of Fable.SimpleJson.Python

Zaid-Ajaj avatar Aug 22 '22 18:08 Zaid-Ajaj