From 469239f93e9e86eea3272a96bb89db3b7293fe8a Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 16 Dec 2025 12:14:47 -0500 Subject: [PATCH] Don't pin `pendulum` version so we can use wheel Bump version in lock file to match. --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6ecf4857..f96dde6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "rapidfuzz >=3.5.2, <4.0.0", "pdbp >=1.5.0, <2.0.0", "trio >=0.27", - "pendulum >=3.0.0, <4.0.0", + "pendulum", "httpx >=0.27.0, <0.28.0", "cryptofeed >=2.4.0, <3.0.0", "pyarrow>=18.0.0", diff --git a/uv.lock b/uv.lock index 02769ebf..d052d880 100644 --- a/uv.lock +++ b/uv.lock @@ -861,7 +861,7 @@ requires-dist = [ { name = "numba", specifier = ">=0.61.0" }, { name = "numpy", specifier = ">=2.0" }, { name = "pdbp", specifier = ">=1.5.0,<2.0.0" }, - { name = "pendulum", specifier = ">=3.0.0,<4.0.0" }, + { name = "pendulum" }, { name = "polars", specifier = ">=0.20.6" }, { name = "polars-fuzzy-match", specifier = ">=0.1.5" }, { name = "pyarrow", specifier = ">=18.0.0" },