gpo.zugaina.org

Search Portage & Overlays:

dev-python/tavily-python

Python wrapper for the Tavily search API

Screenshots

  • tavily-python-0.8.1
    ~amd64 ~arm64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • tavily-python-0.8.1
    ~amd64 ~arm64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bentoo
  • tavily-python-0.8.0
    ~amd64 ~arm64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff

ChangeLog

commit 938df157886db3cbb14a6b3e50b66da6f31e05d9
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Sep 4 02:43:40 2026 +0200

dev-python/tavily-python: drop 0.7.27

Down to the last two. sci-ml/amd-gaia is the only consumer and floors
this at >=dev-python/tavily-python-0.5.0, which 0.8.0 and 0.8.1 both
satisfy.

commit 786f29377a11bcc218f7b33218cc7f4cc0cedd62
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Sep 4 02:43:39 2026 +0200

dev-python/tavily-python: add 0.8.1

Straight copy. install_requires read from the shipped sdist's setup.py
is unchanged -- requests, tiktoken>=0.5.1 and httpx, exactly what
RDEPEND already carried -- and python_requires stays >=3.8, well below
this overlay's python3_12 floor.

commit cdb3fd367ffa83fe1cb23d883ef11b74829207f2
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Aug 24 21:00:03 2026 +0200

dev-python/tavily-python: drop 0.7.26

commit d5039b6e029966542e800dbfd72e41e01ad315ce
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Aug 24 21:00:02 2026 +0200

dev-python/tavily-python: add 0.8.0

commit 964ed941f5822a19752c1719533232e2dc1eef8b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jul 31 10:01:58 2026 +0200

dev-python/tavily-python: add 0.7.27

Runtime dependencies are unchanged from 0.7.26 (upstream requires_dist
matches RDEPEND), so the ebuild is copied verbatim.

commit 74d45e9847a99788e694bd3df5efa13a7b3e013f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jun 20 17:22:12 2026 +0200

dev-python/tavily-python: Keyword 0.7.26 for ~arm64

commit 596d3c1d7f663c60cd9b46d1c6f96645d8b3c112
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Jun 19 15:34:08 2026 +0200

dev-python/tavily-python: new package, add 0.7.26

Tavily search-API SDK, added as the (soft) web-search backend for
sci-ml/amd-gaia: with it installed gaia's Tavily connector works instead
of always falling back to DuckDuckGo. Pure-Python; deps requests, httpx
and tiktoken (>=0.5.1) are all in tree.