Increment dependencies
Changes:
- Now using
catalog_to_xpublish
v0.1.3 which allows for afastapi_kwargs
argument increate_app()
. These are passed to thefastapi.FastAPI.__init__()
. For more info, see my PR in that repo. - Now using
xpublish-opendap
v0.1.2 which is resiliant to thexarray.Dataset.encoding
dictionary 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
catalog
instead ofcatalog2
upon @asnyder request/suggestion.