From 8e40d7099b783656cdbfee5d33c203bad5791eff Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 4 Jun 2024 12:14:31 -0700 Subject: [PATCH] /* PR_START p--py312 13 */ Update version of `python-dateutil` to remove deprecation warning. --- metricflow-semantics/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricflow-semantics/pyproject.toml b/metricflow-semantics/pyproject.toml index cfaafc3163..12c2c4d593 100644 --- a/metricflow-semantics/pyproject.toml +++ b/metricflow-semantics/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "dbt-semantic-interfaces>=0.5.1, <0.6.0", - "python-dateutil>=2.8.2, <2.9.0", + "python-dateutil>=2.9.0, <2.10.0", "rapidfuzz>=3.0, <4.0", ]