From b605c4097e1e355d820e0670c511375dc1792721 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 14 Mar 2026 12:09:56 +0000 Subject: [PATCH 1/2] python3Packages.pylance: 2.0.1 -> 3.0.0 Diff: https://github.com/lancedb/lance/compare/v2.0.1...v3.0.0 Changelog: https://github.com/lancedb/lance/releases/tag/v3.0.0 --- pkgs/development/python-modules/pylance/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pylance/default.nix b/pkgs/development/python-modules/pylance/default.nix index a7a5bb873c82..d324aa4582a4 100644 --- a/pkgs/development/python-modules/pylance/default.nix +++ b/pkgs/development/python-modules/pylance/default.nix @@ -34,14 +34,14 @@ buildPythonPackage (finalAttrs: { pname = "pylance"; - version = "2.0.1"; + version = "3.0.0"; pyproject = true; src = fetchFromGitHub { owner = "lancedb"; repo = "lance"; tag = "v${finalAttrs.version}"; - hash = "sha256-KuUXo7GyC78U5RG6orW0X7a/B/0e9TbLpbTc7KXpxF8="; + hash = "sha256-71PogI877/dLwwlvMBraaC0vQWKtAHI/bmGEIBZVui4="; }; sourceRoot = "${finalAttrs.src.name}/python"; @@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: { src sourceRoot ; - hash = "sha256-dq5HK0yS/nnI7cqpsS51KnQus8KJ2mHsxmlgi8601gk="; + hash = "sha256-scQDRyX3hweYZep+LVAsiVqOvDTEw/ss0/4M3R4ewDU="; }; nativeBuildInputs = [ From 1a0cf97a2458826902c54be9c978cee36d79977f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 14 Mar 2026 12:18:42 +0000 Subject: [PATCH 2/2] python3Packages.lancedb: 0.27.1 -> 0.29.2 Diff: https://github.com/lancedb/lancedb/compare/python-v0.27.1...python-v0.29.2 Changelog: https://github.com/lancedb/lancedb/releases/tag/python-v0.29.2 --- .../python-modules/lancedb/default.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/lancedb/default.nix b/pkgs/development/python-modules/lancedb/default.nix index b93c9c035f6d..afa7092d857d 100644 --- a/pkgs/development/python-modules/lancedb/default.nix +++ b/pkgs/development/python-modules/lancedb/default.nix @@ -42,21 +42,21 @@ buildPythonPackage (finalAttrs: { pname = "lancedb"; - version = "0.27.1"; + version = "0.29.2"; pyproject = true; src = fetchFromGitHub { owner = "lancedb"; repo = "lancedb"; tag = "python-v${finalAttrs.version}"; - hash = "sha256-pWrwv3VtfkfOKnkiiu26yRDrDrsNxb+0r/kcNHwzmhU="; + hash = "sha256-sOgRGn0romt5xJ70c+GSqNoRAp0D9F9hEq6bm7JRK/Y="; }; buildAndTestSubdir = "python"; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; - hash = "sha256-U1Od4lhaaGdYF3TISfRWY7sRmyyniZqLofBCnYAo1ew="; + hash = "sha256-GQA5RuxpYmrNqNrpW4GLZlXrphflErmR5PeeVcs6ZJQ="; }; build-system = [ rustPlatform.maturinBuildHook ]; @@ -110,6 +110,17 @@ buildPythonPackage (finalAttrs: { # Requires internet access # RuntimeError: lance error: LanceError(IO): Generic S3 error "test_bucket_without_dots_passes" + + # lance_namespace.errors.UnsupportedOperationError: Not supported: create_empty_table + "TestAsyncNamespaceConnection" + "TestNamespaceConnection" + + # Failed: DID NOT RAISE + "test_merge_insert" + + # TypeError: FFILanceTableProvider.__datafusion_table_provider__() missing 1 required positional + # argument: 'session' + "test_sql_query" ] ++ lib.optionals (pythonAtLeast "3.14") [ # TypeError: Converting Pydantic type to Arrow Type: unsupported type