-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.0.0-beta.4 #298
Conversation
d16a0af
to
f52b163
Compare
2e27f9f
to
4d9b4c8
Compare
* Upgrade pgstac backend to use version 0.4.3 ([#321](https://github.com/stac-utils/stac-fastapi/pull/321)) | ||
* Upgrade pgstac backend to use version 0.4.2 ([#321](https://github.com/stac-utils/stac-fastapi/pull/321)) | ||
* STAC 1.0.0-beta.4 conformance classes updated ([#298](https://github.com/stac-utils/stac-fastapi/pull/298)) | ||
* Upgrade pgstac backend to use version 0.4.3 ([#326](https://github.com/stac-utils/stac-fastapi/pull/326)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slight correction to an apparent typo here
@moradology looking good - what are the stac-pydantic changes that need to be made? What's the timeline? If we can get those changes in and the upgrade the beta.4 done, we're in a good place to release this week. |
@lossyrob The stac-pydantic updates should be in as of 2.0.2 and I believe the setup.py version of |
Related Issue(s): #294
Description:
This PR brings conformance classes up to 1.0.0-beta.4 and implements relevant updates where possible within stac-fastapi. Note that complete 1.0.0-beta.4 will also require upstream changes and therefore incrementing some dependencies (e.g. stac-pydantic).
PR Checklist:
pre-commit run --all-files
)make test
)make docs
)