We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a73032 commit 567125cCopy full SHA for 567125c
geojson_pydantic/features.py
@@ -25,7 +25,6 @@ class Feature(GenericModel, Generic[Geom, Props], GeoInterfaceMixin):
25
class Config:
26
"""Model configuration."""
27
28
- smart_union = True
29
use_enum_values = True
30
31
@validator("geometry", pre=True, always=True)
0 commit comments