pawansanz opened a new issue, #1418:
URL: https://github.com/apache/iceberg-python/issues/1418
### Apache Iceberg version
0.8.1 (latest release)
### Please describe the bug 🐞
I am encountering an error when using pyiceberg 0.8.1 with pydantic 2.10.3
and annotated-types 0.7.0 in a Python virtual environment. The error message is:
File "\site-packages\pydantic\types.py", line 898, in conlist
return Annotated[List[item_type], annotated_types.Len(min_length or 0,
max_length)]
TypeError: Len() takes no arguments
Environment:
OS: Windows 10
Python Version: 3.10
pyiceberg Version: 0.8.1
pydantic Version: 2.10.3
annotated-types Version: 0.7.0
Additional Notes:
I have ensured the latest versions of pydantic and annotated-types are
installed, and the error still persists.
Cleaning the environment and reinstalling dependencies did not resolve
the issue.
### Willingness to contribute
- [ ] I can contribute a fix for this bug independently
- [ ] I would be willing to contribute a fix for this bug with guidance from
the Iceberg community
- [X] I cannot contribute a fix for this bug at this time
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]