Jordan Hamill

Results 6 comments of Jordan Hamill

I appreciate this is not a great solution but I'm not sure I fully understand the usecase as well. I hacked around it by performing quoting on the client for...

I too would like to not check in a private repo url. Perhaps in this case, the value from `config.toml` could be used for the repository? The docs already mention...

I'd like to revisit this. Is my understanding correct that all imported dataclass models are available for deserialization? What happens if my application is 2 different XML APIs that have...

@sloria I just hit this issue myself. The following `fields.Dict` with a nested schema should cause it in version `3.0.5`. ```py from marshmallow import Schema, fields, post_load class Nest(Schema): bar...

@deckar01 would a less invasive bug fix (like the above patch) with a validation refactor after suit? I don't have the background knowledge to attempt that refactor.