axiomhq / axiom-py

Official Python bindings for the Axiom API
https://axiom.co
MIT License
27 stars 19 forks source link

Possible missing dependencies iso8601 #127

Closed giarec closed 2 months ago

giarec commented 2 months ago

Hi, in src/axiom_py/utilpy you import "iso8601" but the package is not listed among the dependencies which breaks builds not already including said package. Workaround, till this is fixed, is is to manually (pip) install iso8601.
Thank you, g.

darach commented 2 months ago

Hi @glarec, Thank you for taking the time to point out the bug, confirmed!

giarec commented 2 months ago

Thank you for promptly addressing it :)