Skip to content

Commit ea9da88

Browse files
committed
Remove Pydantic field extra (#79)
``` E pydantic.warnings.PydanticDeprecatedSince20: Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'example'). Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.4/migration/ ```
1 parent 7f5bc51 commit ea9da88

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyiceberg/table/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ class Namespace(IcebergRootModel[List[str]]):
409409
root: List[str] = Field(
410410
...,
411411
description='Reference to one or more levels of a namespace',
412-
example=['accounting', 'tax'],
413412
)
414413

415414

0 commit comments

Comments
 (0)