Jeff Albrecht
Jeff Albrecht
Waiting until `type` is added to catalogs/collections to cut 2.0
It duck types `datetime` https://github.com/arrow-py/arrow/blob/master/arrow/arrow.py#L83-L84. This should work.
`pendulum` looks interesting too https://github.com/sdispater/pendulum - thanks @kylebarron. Interesting that `pendulum` subclasses `datetime` while arrow duck types it.
> pypi?? Don't think we need to change anything here, other than doing a release with the updated `setup.py` so the pypi metadata is correct.
> This would minimize manual errors and make it easy to support new spec versions in the future. And also support older versions of the spec! Will definitely do this.
@c-wygoda Whats the reason for this change?
> I found the customize_openapi method to be a rather redundant wrapper around the OpenApi functionality, I agree, this code is leftover from years ago before this project was open...
@c-wygoda The changes LGTM but I do want to play with this a little more before we merge to understand the difference between setting `servers` to `self.app.servers` compared to pulling...
> I'm a huge +1 for this and I'm happy to help with part of it if you want. That would be great! I'm going to start getting all of...
@duckontheweb I can start moving code into `stac-fastapi-sqlalchemy`. I'll try to keep the repo structure as similar as possible.