### System Info Python 3.9.22 ### Information - [ ] The official example scripts - [ ] My own modified scripts ### 🐛 Describe the bug https://github.com/meta-llama/llama-stack-client-python/pull/230 added changes that import `requests` and `fire`, but these two libraries are not added to the dependencies list (`uv.lock`, `pyproject.toml`, etc.) ### Error logs PyCharm shows errors `No module named 'fire'` and `No module named 'requests'` ### Expected behavior `requests` and `fire` are found in the dependencies.