python-anvil
python-anvil copied to clipboard
Python library and CLI for the Anvil API
* Closes #56 * Closes #55 TODO * [x] Upgrade everything * [ ] Fix for multipart uploads * `Object of type SerializationIterator is not JSON serializable` Looks like pydantic...
Pydantic 2.0 was recently [released](https://docs.pydantic.dev/latest/changelog/) This library currently depends on [Pydantic 1.8.2](https://github.com/anvilco/python-anvil/blob/master/pyproject.toml#L46). This makes it incompatible with projects using Pydantic 2.0 Is there any appetite to upgrade the dependency to...
Hello, The Anvil docs mention you can pass page parameters to the APi in the following section: [https://www.useanvil.com/docs/api/generate-pdf/#generating-a-pdf](https://www.useanvil.com/docs/api/generate-pdf/#generating-a-pdf) However, it seems like the `GeneratePDFPayload` model on this client does not...
From: https://github.com/anvilco/python-anvil/issues/19#issuecomment-1072667505 Probably best for the CLI functionality to be separated out into its own package? `click` can potentially cause dependency issues in the future and isn't required to use...
Hi there, Currently URLLib3 is pinned to be < 2.0 - this is pretty outdated and causing issues. pyproject.toml links this as a similar bug: https://github.com/apache/arrow/commit/4295e3dd06f9f507f75ccc780eaca16a6b621a02 which doesn't exist in...
It was not thoroughly tested (apart from the `make test`).