GET /python/package/versions gives 404 Error not found #1784
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
sig/devsecops
Categorizes an issue or PR as relevant to SIG DevSecOps.
Describe the bug
Get API gives 404 Error not found with default value , expecting to list available python versions
"error": "Package 'tensorflow' not found",
"parameters": {
"name": "tensorflow",
"order_by": null,
"os_name": "ubi",
"os_version": "9",
"python_version": "3.9"
}
}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting to list available python versions
The text was updated successfully, but these errors were encountered: