althonos / pronto

A Python frontend to (Open Biomedical) Ontologies.
https://pronto.readthedocs.io
MIT License
226 stars 47 forks source link

Bump fastobo to 0.12.2 #195

Closed ravwojdyla closed 1 year ago

ravwojdyla commented 1 year ago

Due to: https://github.com/fastobo/fastobo-py/issues/302

althonos commented 1 year ago

Technically, using the ~= version specifier means that this is not needed; ~=0.12.1 means >=0.12.1,<0.13 :wink:

ravwojdyla commented 1 year ago

👋 @althonos right, I wanted to avoid any potential issues with that misconfigured version/package. In case it already exists in the environment, even if the package manager might be smart enough to upgrade. It's a simple change that may save someone a headache. That said if you don't see value, please close without merge.

althonos commented 1 year ago

I yanked the broken fastobo releases but you're right, if this might save some future headaches :smiley: