Mourits de Beer
Mourits de Beer
@dbluhm I think that would be better, yes. But as far as I could tell, it seemed like quite a bit of refactoring to move to another library. Maybe it's...
@jamshale agreed - it would be better to use a more well-maintained library, but there's probably not much motivation to replace `aiohttp-apispec` yet, given other priorities. As it stands I've...
3 scenarios failing in integration tests. Each of them due to a validation error: ``` marshmallow.exceptions.ValidationError: {'wallet_webhook_urls': ['Not a valid list.']} ``` Seems to be a change in webargs (edit:...
@PatStLouis I'll try write a test over the next week or so. It's mainly still to understand the intended flows in cases where a holder e.g. has a credential with...
@dbluhm Nice! I missed that 0.5.0 was released. I'll rebase 👍 One thing to keep in mind is that the acapy-plugins will need to also be upgrade to pydantic v2,...
FWIW the redis-events plugin uses pydantic v1, and we did an upgrade for that when testing this release. So I can contribute pydantic V2 for that one plugin. Can help...
@dbluhm I'm eager to get this one merged 😄 because there's a rebase-and-wait-for-tests loop to go through for #2939 and #2940 as well. Maybe I can merge those 2 into...
@maximdanilchenko PS: I managed to add a matrix CI workflow that shows it passes from python 3.9 to 3.12 -- https://github.com/ff137/aiohttp-apispec/pull/3
Has anyone started looking at this, or been assigned to look at it? If not, I'll see if I can make a contribution soon
After reviewing, there doesn't seem to be any changes necessary in askar itself, as pagination is already implemented in python binding as well. I've created an issue on ACA-Py to...