release the last version #273

Closed
opened 2026-02-15 16:29:26 -05:00 by yindo · 1 comment
Owner

Originally created by @igorschlum on GitHub (May 25, 2025).

Hello Ollama team,

The Ollama API documentation for /api/show mentions a capabilities field, which is useful for determining if a model has vision capabilities.

I've noticed that while this field has been added to the ollama-python library's source code on GitHub, it is not yet available in the latest version published on PyPI

Would it be possible to publish a new version to PyPI? This would make the capabilities field and other recent updates accessible to all users who install the library via pip. This particular update for the capabilities field would be very helpful.

in the mean time, for others who need this features, you can type :
pip install git+https://github.com/ollama/ollama-python.git

Originally created by @igorschlum on GitHub (May 25, 2025). Hello Ollama team, The Ollama API documentation for /api/show mentions a capabilities field, which is useful for determining if a model has vision capabilities. I've noticed that while this field has been added to the ollama-python library's source code on GitHub, it is not yet available in the latest version published on PyPI Would it be possible to publish a new version to PyPI? This would make the capabilities field and other recent updates accessible to all users who install the library via pip. This particular update for the capabilities field would be very helpful. in the mean time, for others who need this features, you can type : pip install git+https://github.com/ollama/ollama-python.git
yindo closed this issue 2026-02-15 16:29:26 -05:00
Author
Owner

@igorschlum commented on GitHub (Jun 4, 2025):

Thank you, it's done.

@igorschlum commented on GitHub (Jun 4, 2025): Thank you, it's done.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#273