From 7dcffc4ce1bdc79b928aa90d7cff28c7e46feecc Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Tue, 26 Nov 2024 13:26:06 +0100 Subject: [PATCH] add NPI format to schema --- followthemoney/schema/LegalEntity.yaml | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/followthemoney/schema/LegalEntity.yaml b/followthemoney/schema/LegalEntity.yaml index 8380b3a59..ab00d29ff 100644 --- a/followthemoney/schema/LegalEntity.yaml +++ b/followthemoney/schema/LegalEntity.yaml @@ -133,7 +133,8 @@ LegalEntity: label: "NPI" description: "National Provider Identifier" type: identifier - maxLength: 32 + format: npi + maxLength: 16 swiftBic: label: "SWIFT/BIC" description: "Bank identifier code" diff --git a/setup.py b/setup.py index 245bdee53..0c022cc6c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "types-PyYAML", "sqlalchemy2-stubs", "banal >= 1.0.6, < 1.1.0", - "rigour >= 0.6.1, < 1.0.0", + "rigour >= 0.7.1, < 1.0.0", "click >= 8.0, < 9.0.0", "stringcase >= 1.2.0, < 2.0.0", "requests >= 2.21.0, < 3.0.0",