HXLStandard / libhxl-python

Python support library for the Humanitarian Exchange Language (HXL) data standard.
The Unlicense
40 stars 10 forks source link

Remove structlog dependancy constraint #322

Closed mhindery closed 1 year ago

mhindery commented 1 year ago

Having the structlog dependancy pinned to an exact version is problematic when trying to use this library in actual projects that also/already use structlog, because they don't have this exact version in use. I don't think there is an actual reason to restrict it that much, so removed the constraint here (similar to how it's done for e.g. the requests library).

davidmegginson commented 1 year ago

Thank you for the PR! Requested a review by @teodorescuserban to make sure it won't cause any issues on the HXL Proxy side.

davidmegginson commented 1 year ago

Made and merged the corresponding change in the HXL Proxy. Thank you @mhindery and @teodorescuserban