Skip to content

Commit

Permalink
Sync with txtai 7.5 API, closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Oct 14, 2024
1 parent ce241dc commit 8edd476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="txtai.py",
version="7.4.0",
version="7.5.0",
author="NeuML",
description="Python client for txtai",
long_description=DESCRIPTION,
Expand All @@ -22,7 +22,7 @@
packages=find_packages(where="src/python"),
package_dir={"": "src/python"},
keywords="search embedding machine-learning nlp",
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=["aiohttp>=3.8.1"],
classifiers=[
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 8edd476

Please sign in to comment.