ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

NLPRP in progress return code #111

Closed RudolfCardinal closed 1 year ago

RudolfCardinal commented 1 year ago

Use HTTP 202, not 102, for the "in progress" response to an NLPRP fetch_from_queue command; see https://github.com/ucam-department-of-psychiatry/crate/issues/106

martinburchell commented 1 year ago

@RudolfCardinal could you approve https://github.com/RudolfCardinal/pythonlib/pull/16 if you think it looks OK? Then we can release a new version of cardinal_pythonlib, switch to pypdf (3.1.0) and we'll be clear of the PyPDF2 vulnerability. I'll look into the other failures.

martinburchell commented 1 year ago

Looks good. I added some tests.