-
Notifications
You must be signed in to change notification settings - Fork 27
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 stac-fastapi to next major version #108
Conversation
Tests are failing right now because there was a change in the transaction extension
|
1ca76b9
to
4bf1a40
Compare
* update test item tests * test collection tests * lint * test postgres * test api * more * update item * revert * remove hack * Update stac_fastapi/pgstac/core.py Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com> * fix types --------- Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
😬 I don't understand, tests passes here but not locally 🤦 |
So weird. The queryables and PUT /collections tests are both failing for me ... |
alright everything seems fine locally now (it's hard to manage dependencies with gitsha pinning). we should make a pre-release in stac-fastapi to ease the transition |
pre-release sounds good |
ToDo
|
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.
Great work
Changelog maybe? |
Are we going to release an alpha version of stac-fastapi-pgstac or are we going to release v3.0.0 of stac-fastapi first? |
I copied this strategy for sfeos as well - finally got the tests to pass - stac-utils/stac-fastapi-elasticsearch-opensearch#234 |
I don't think there is any rush publishing an alpha version here! I think I'm going to focus on finishing reviewing the PR on the different repos and also finish the PR in stac-pydantic first. |
True makes sense |
**Related Issue(s):** - #238 - #247 - #249 - stac-utils/stac-fastapi-pgstac#108 - stac-utils/stac-fastapi#685 - stac-utils/stac-fastapi#687 - stac-utils/stac-fastapi#690 - **Description:** Update stac-fastapi parent libraries to v3.0.0a. There are quite a few changes made in this pr. **PR Checklist:** - [x] Code is formatted and linted (run `pre-commit run --all-files`) - [x] Tests pass (run `make test`) - [x] Documentation has been updated to reflect changes, if applicable - [x] Changes are added to the changelog --------- Co-authored-by: pedro-cf <pedro_fernandes@live.com>
For visibility purpose
This PR aims to update stac-fastapi-pgstac to the next stac-fastapi major version (3.0)