From 1b49515d9f352f24a58c61dcff628d9c18b9527b Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 28 Aug 2024 11:14:47 +0500 Subject: [PATCH] Replace ordered_set with orderly_set deepdiff deprecated use of ordered_set and switched to orderly_set (ordered_set fork), so we switch too see https://github.com/seperman/deepdiff/releases/tag/8.0.0 --- src/ifcdiff/ifcdiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcdiff/ifcdiff.py b/src/ifcdiff/ifcdiff.py index a4f654623a..0f7c01cfc4 100755 --- a/src/ifcdiff/ifcdiff.py +++ b/src/ifcdiff/ifcdiff.py @@ -34,7 +34,7 @@ import ifcopenshell.util.placement import ifcopenshell.util.classification import ifcopenshell.util.representation from deepdiff import DeepDiff -from ordered_set import OrderedSet +from orderly_set import OrderedSet from typing import Optional, Union, Literal, Any