Package Release Info

python-ollama-0.4.7-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-ollama

Change Logs

* Fri Apr 11 2025 Dirk Müller <dmueller@suse.com>
- update to 0.4.7:
  * client: remove sha256 as it's already available in the digest
  * client: improve error messaging on connection failure
  * chore: bump httpx from 0.27.2 to 0.28.1
  * chore: ensure imports are sorted
  * examples: fix create examples
  * examples: update create example
  * fix: don't run lints on all Python versions
  * fix: formatting & CI
  * chore: add tests for checking sha in blob request
- update to 0.4.6:
  * add create api changes to support ollama v0.5.5
* Wed Jan 08 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable tests as it requires python-pydantic, which is not in
  Factory yet
* Tue Jan 07 2025 Adrian Schröter <adrian@suse.de>
- update to version 0.4.5
  * Add Pydantic for validation and serialization
  * Passing Functions as Tools
  * No head request for create blob
  * Deprecate embeddings from docs in favor of embed
  * various bugfixes
* Thu Nov 14 2024 Dirk Müller <dmueller@suse.com>
- update to 0.3.3:
  * stream in async client raises RuntimeError when processing
    HTTP errors
  * Add URL path to client URL in in Client._parse_host()
  * IPv6 support
- run tests
* Wed Jul 31 2024 Adrian Schröter <adrian@suse.de>
- update to version 0.3.1
  * update to llama3.1
  * fix: tool_calls response parsing
  * Update Message annotations to support tool calls
* Mon Jul 29 2024 Adrian Schröter <adrian@suse.de>
- initial package of version 0.3.0