From ddd68135ae3ee1d9c5a0a133c8bfc12c23d0240e Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis <36283973+kounelisagis@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:45:13 +0200 Subject: [PATCH 1/2] Bump to stable tiledb-py 0.33.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b986056ad..fe49c53ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ # These are the runtime depdendencies. dependencies = [ "tiledb-cloud>=0.11", - "tiledb>=0.33.3rc0", + "tiledb>=0.33.3", "typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428 "scikit-learn", "numpy>=1.25.0", From d58e4b91d47c7bb3079ac2f7fb36c02c7f97ca57 Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis <36283973+kounelisagis@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:50:35 +0200 Subject: [PATCH 2/2] Minors --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe49c53ad..1cb4789ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,16 +5,15 @@ description = "TileDB Vector Search Python client" license = { text = "MIT" } readme = "README.md" authors = [] -requires-python = "~=3.7" +requires-python = ">=3.9" classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] # These are the runtime depdendencies.