From 996759d9461c6c261c41abda28a9184a5a5a7cbe Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 2 Feb 2025 16:36:53 +0100 Subject: Update PP dataset URL. --- src/sec_certs/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sec_certs/configuration.py b/src/sec_certs/configuration.py index 9ea63791..17db9318 100644 --- a/src/sec_certs/configuration.py +++ b/src/sec_certs/configuration.py @@ -67,7 +67,7 @@ class Configuration(BaseSettings): description="URL from where to fetch the latest full archive of fully processed PP dataset.", ) pp_latest_snapshot: AnyHttpUrl = Field( - "https://sec-certs.org/pp/pp.json", + "https://sec-certs.org/pp/dataset.json", description="URL from where to fetch the latest snapshot of the PP dataset.", ) fips_latest_snapshot: AnyHttpUrl = Field( -- cgit v1.3.1