From 8e13c2889f8efeedbc056378d77d790255fda9bb Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Thu, 2 Oct 2025 13:06:58 -0700 Subject: [PATCH] pin universal_pathlib to <0.3 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a9a8f06..73ba92d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,9 @@ dependencies = [ # We use internal pd._libs.missing and experimental ArrowExtensionArray "pandas>=2.2.3,<2.4", "pyarrow>=16", # remove struct_field_names() and struct_fields() when upgraded to 18+ - "universal_pathlib>=0.2", + + # NOTE: package PINNED at <0.3.0, see https://github.com/astronomy-commons/lsdb/issues/1047 + "universal_pathlib>=0.2,<0.3.0", ] [project.urls]