micahjsmith / FredData.jl

Pull data from Federal Reserve Economic Data (FRED) directly into Julia
https://micahjsmith.github.io/FredData.jl/dev
Other
64 stars 19 forks source link

update HTTP #22

Closed PaulSoderlind closed 2 years ago

PaulSoderlind commented 2 years ago

FredData.jl is currently blocking my attempts to update to the latest http.jl version. Changing Project.toml to

HTTP = "0.8, 0.9, 1.2"

works well on my local machine

micahjsmith commented 2 years ago

Hmm, I’ll try to cut a new release today then

-- Micah Smith, PhD

E: @.*** W: www.micahsmith.com/ P: he/him Z: ET https://time.is/ET

On August 23, 2022 at 02:53:52, Paul Söderlind @.***) wrote:

FredData.jl is currently blocking my attempts to update to the latest http.jl version. Changing Project.toml to

HTTP = "0.8, 0.9, 1.2"

works well on my local machine

— Reply to this email directly, view it on GitHub https://github.com/micahjsmith/FredData.jl/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJYKRSUQKWORY75X6GLZP3V2RYQBANCNFSM57KG7TEQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

PaulSoderlind commented 2 years ago

thanks