GET /python/package/dependencies Get direct dependencies of Python libraries: 404 Error #1783
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.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe the bug
Get api gives 404 Error with default input values
{
"error": "No record found for package 'tensorflow' in version '2.8.0' from index 'https://pypi.org/simple' for 'ubi' in version '9' using Python version '3.9'",
"parameters": {
"index": "https://pypi.org/simple",
"marker_evaluation_result": null,
"name": "tensorflow",
"os_name": "ubi",
"os_version": "9",
"python_version": "3.9",
"version": "2.8.0"
}
}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
API should give 200 response with package info
The text was updated successfully, but these errors were encountered: