python-anvil icon indicating copy to clipboard operation
python-anvil copied to clipboard

Upgrade python client deps

Open benogle opened this issue 1 year ago • 2 comments

  • Closes #56
  • Closes #55

TODO

  • [x] Upgrade everything
  • [ ] Fix for multipart uploads
    • Object of type SerializationIterator is not JSON serializable Looks like pydantic model_dump is converting the file objects to SerializationIterator from pydantic core. Not sure how to actually get the value out of the thing
    • https://github.com/pydantic/pydantic/issues/8907

benogle avatar Feb 03 '24 01:02 benogle

Hi guys! Any recent updates regarding this PR? It would be awesome to support the use of Pydantic 2.0.

edugmes avatar Mar 11 '24 20:03 edugmes

Hey @edugmes, this is currently blocked by https://github.com/pydantic/pydantic/issues/8907. Due to that issue, Pydantic 2.0 breaks multipart uploads

benogle avatar Mar 18 '24 19:03 benogle