hubmapconsortium / antibody-api

API for the Antibody DB.
https://avr.hubmapconsortium.org/
0 stars 0 forks source link

Update docker node dependencies #181

Closed ChuckKollar closed 3 months ago

ChuckKollar commented 3 months ago

Issue: https://github.com/hubmapconsortium/antibody-api/issues/179

I have updated the Docker image to python 3.12, the package.json and requirements.txt dependencies all except for searchkit which seems to have changed drastically from 2.x to the current 4.x. I will create a new card just to deal with that.

Also, PyPDF2 has been deprecated since 2022 and replaced with pypdf. There were breaking changes and some code rewrites were required.