AlexsLemonade / refinebio

Refine.bio harmonizes petabytes of publicly available biological data into ready-to-use datasets for cancer researchers and AI/ML scientists.
https://www.refine.bio/
Other
125 stars 18 forks source link

django-elasticsearch-dsl depracation warning #3432

Open arkid15r opened 8 months ago

arkid15r commented 8 months ago

Context

My recent API test job logs inspection resulted in a new deprecation finding:

Problem or idea

#15 5.868 DEPRECATION: django-elasticsearch-dsl 6.5.0 has a non-standard dependency specifier elasticsearch-dsl>=6.4.0<7.0.0. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of django-elasticsearch-dsl or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063

Solution or next step

Find out a way to migrate/support this properly.