harvard-lil / capstone

CAP database scripts.
MIT License
188 stars 44 forks source link

Various dependency updates #2158

Closed bensteinberg closed 1 year ago

bensteinberg commented 1 year ago

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.12.html

(@kilbergr note the boto3 update)

bensteinberg commented 1 year ago

Initial build was failing on rocksdb compilation -- I've pushed a Cython change that may help, as well as a Playwright update that I forgot to commit before 🙄

bensteinberg commented 1 year ago

I see paths including Cython 3 in the failing build, so I'm trying to unpin Cython now.

bensteinberg commented 1 year ago

I believe what's happening here is that Cython 3 was released a couple of weeks ago, and the python-rocksdb setup.py, calling for 'Cython>=0.20', is now getting the new version, not what we previously had pinned. I'm going to try to force the build to use an older Cython, or conceivably fork python-rocksdb. Stay tuned. I think this is a blocker for any dependency updates in requirements.txt.

codecov[bot] commented 1 year ago

Codecov Report

Merging #2158 (85fca42) into develop (fe677bc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #2158   +/-   ##
========================================
  Coverage    63.21%   63.21%           
========================================
  Files          106      106           
  Lines        11524    11524           
========================================
  Hits          7285     7285           
  Misses        4239     4239