Stephen McQuistin
Stephen McQuistin
The `order` field was removed from the `document` API, and then removed from the library (in ea77be1) -- this should work in the most recent version of the library.
The `group` parameter for `group_role_histories` should be a `GroupHistoryURI`, and not a `GroupURI`. This isn't an intuitive name, but it does match the Datatracker API. You can fetch the `GroupHistory`...
Yes -- the signature is wrong here; should be `Optional[GroupHistory]` as you say. Will fix (along with the tests..).
In #86, I've wrapped ```HeaderDataMailHelper```'s date parsing in a try-except block. This sets the ```timestamp``` metadata field to ```None``` if parsing fails. I'll check how often parsing fails, and why,...
Which version of the library are you using? The `consent` field for the `person` endpoint was removed a while ago (~October 2022), I think.
It looks like you're using Python 3.10, which I think makes changes to typing hints, so there might be refactoring needed to support that. I'll take a look. In the...
Thanks; have added #128 -- will look at support for more recent Python versions.