Skip to content
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

Feature/update stac pydantic3.1.0 #697

Merged
merged 6 commits into from
May 21, 2024

Conversation

vincentsarago
Copy link
Member

@vincentsarago vincentsarago commented May 21, 2024

@vincentsarago vincentsarago marked this pull request as ready for review May 21, 2024 17:54
@vincentsarago vincentsarago merged commit 5a4d5b9 into main May 21, 2024
7 checks passed
@vincentsarago vincentsarago deleted the feature/update-stac-pydantic3.1.0 branch May 21, 2024 19:14
@@ -122,6 +122,9 @@ def str_to_interval(interval: Optional[str]) -> Optional[DateTimeType]:
detail="Interval string contains more than one forward slash.",
)

if len(values) == 1:
values = [values[0], values[0]]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well I think this wasn't really what was need 😓
I think #692 does it better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants