python-anvil
python-anvil copied to clipboard
Upgrade python client deps
- Closes #56
- Closes #55
TODO
- [x] Upgrade everything
- [ ] Fix for multipart uploads
Object of type SerializationIterator is not JSON serializableLooks like pydanticmodel_dumpis converting the file objects toSerializationIteratorfrom pydantic core. Not sure how to actually get the value out of the thing- https://github.com/pydantic/pydantic/issues/8907
Hi guys! Any recent updates regarding this PR? It would be awesome to support the use of Pydantic 2.0.
Hey @edugmes, this is currently blocked by https://github.com/pydantic/pydantic/issues/8907. Due to that issue, Pydantic 2.0 breaks multipart uploads