biolink / information-resource-registry

The information resource registry is a listing of data sources present in the NCATS Data Translator system. Each information resource has an identifier, a short description, and an URL to more information about that resource.
https://biolink.github.io/information-resource-registry/
Apache License 2.0
1 stars 12 forks source link

enable automatic Aragorn infores catalog updates by removing dependency on `kp_registry` package #30

Closed sierra-moxon closed 1 week ago

sierra-moxon commented 4 weeks ago

add an endpoint to aragorn/strider that returns its current list of KPs.

background: infores package requires pydantic version 2, kp_registry requires pydantic version 1. Instead of forcing an upgrade in kp_registry, Aragorn team might be able to make a new endpoint to serve this data instead.

@maximusunc

sierra-moxon commented 1 week ago

done!