From cc55f4b48cd1c612defd8455fe51c31e7fbfb824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:35:21 +0000 Subject: [PATCH] build(deps): update ezdxf requirement in /demo/blueprint_parser_creator Updates the requirements on [ezdxf](https://github.com/mozman/ezdxf) to permit the latest version. - [Commits](https://github.com/mozman/ezdxf/compare/v1.1.0...v1.4.4) --- updated-dependencies: - dependency-name: ezdxf dependency-version: 1.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/blueprint_parser_creator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/blueprint_parser_creator/requirements.txt b/demo/blueprint_parser_creator/requirements.txt index b96e61ad..098074a6 100644 --- a/demo/blueprint_parser_creator/requirements.txt +++ b/demo/blueprint_parser_creator/requirements.txt @@ -7,7 +7,7 @@ langchain-community>=0.4.2 langchain-core>=0.1.0 langchain-openai>=1.0.0 openai>=1.0.0 -ezdxf>=1.1.0 +ezdxf>=1.4.4 shapely>=2.0.0 cloudconvert>=2.3.0 pydantic>=2.0.0