-
Notifications
You must be signed in to change notification settings - Fork 0
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
sketch #1
sketch #1
Conversation
from typing import Optional | ||
|
||
import boto3 | ||
import httpx |
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.
I've switched from requests to httpx
error_wrappers, | ||
validator, | ||
) | ||
from stac_pydantic import Collection, Item, shared |
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.
I think we should drop the stac-pydantic requirement and use our own model.
stac-pydantic is unmaintained and it's not clear to me if it's going to be updated in the future
Fix type errors
ref developmentseed/eoapi-cdk#4