sentinel-hub / sentinelhub-py

Download and process satellite imagery in Python using Sentinel Hub services.
http://sentinelhub-py.readthedocs.io/en/latest/
MIT License
815 stars 249 forks source link

Fix bug that occurs with dataclass_json 0.62 #493

Closed zigaLuksic closed 10 months ago

zigaLuksic commented 10 months ago

The issue happens when someone calls the to_dict method on the collection. Sadly this is used in our code a lot :upside_down_face: would you consider this worthy of a release?

zigaLuksic commented 10 months ago

i guess a release makes sense also from the point that eo-grow tests get fixed. Otherwise we have to skip the byoc pipeline tests for a bit.