Configure Poetry to use Root Library Catalog for secure Python packages.
echo "machine pkg.root.io login token password YOUR_ROOT_TOKEN" >> ~/.netrc chmod 600 ~/.netrc
poetry source add --priority=primary root https://pkg.root.io/pypi/simple/ && poetry source add --priority=supplemental pypi
poetry add requests==2.31.0 poetry update
401 Unauthorized
~/.netrc
chmod 600
root
--priority=primary