antazoey
antazoey
- [x] Sanity check doesn't break plugins (running some test suites)
shares most with https://github.com/ApeWorX/ape/pull/2223 but this one is the breaking changes version. the diff will be much simpler after 2223. unfortunately we cant update web3.py officially until we are ready...
> seems like some changes are mixed together in here? The base path is out of date.
> upgrading to web3.py>7 will allow [ApeWorX/ape-polygon#33](https://github.com/ApeWorX/ape-polygon/issues/33) to be fixed itll be a while until 0.9 is out.
chainlist.org has updated to show Ronin instead of Public Mint. This should merge.
TIL I learned about `~/.local` and `~/.config`
I think I might have not been using the `.patch` , that was maybe my issue.
In fact, there are other kwargs to JSON dumping that un-available such as `separators`. Probably all captured in https://github.com/pydantic/pydantic/issues/6606 ?
Why is this closed? @AqemiArnold will be be able to use `sort_keys` in `model_dump_json()` the same way we were able to use `sort_keys` in `json()` from v1? That is the...
> What are you (@antazoey) suggesting, and what should I do? Here is the docs in the standard JSON library for `dump`: https://docs.python.org/3/library/json.html#basic-usage Notice it has a kwarg `sort_keys`. It's...