Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pydantic Pystac Extensions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
umr-tetis
STAC
extensions
Pydantic Pystac Extensions
Merge requests
!6
enh: avoid null values dumping when apply md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
enh: avoid null values dumping when apply md
no_null_values
into
main
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Cresson Remi
requested to merge
no_null_values
into
main
4 weeks ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b9a890d0
1 commit,
4 weeks ago
2 files
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
pydantic_pystac_extensions/__init__.py
+
1
−
1
Options
@@ -2,4 +2,4 @@
@@ -2,4 +2,4 @@
from
.core
import
create_extension_cls
,
BaseExtensionModel
# noqa
from
.core
import
create_extension_cls
,
BaseExtensionModel
# noqa
__version__
=
"
0.1.
5
"
__version__
=
"
0.1.
6
"
Loading