Increment dependencies
Changes:
- Now using
catalog_to_xpublishv0.1.3 which allows for afastapi_kwargsargument increate_app(). These are passed to thefastapi.FastAPI.__init__(). For more info, see my PR in that repo. - Now using
xpublish-opendapv0.1.2 which is resiliant to thexarray.Dataset.encodingdictionary being empty/wiped. It's also can handle reverse encoding dtypes (like '<f4' instead of float32=='<f4'). Some additional test coverage for failure states too. See my PR there for more info. - Now using
cataloginstead ofcatalog2upon @asnyder request/suggestion.