You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #129 from stac-utils/optional-pydantic
- Made `stac-pydantic` an optional dependency ([#129](#129))
- `stac-validator` is now installed without the `[pydantic]` extra by default
- Added `stac-check[pydantic]` extra for users who need pydantic validation
- Added graceful fallback to JSONSchema validation when pydantic is not available
- Updated tests to handle both scenarios (with and without pydantic installed)
- Added helpful warning messages when pydantic is requested but not installed
0 commit comments