diff options
| author | J08nY | 2025-02-02 16:36:53 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-02 16:36:53 +0100 |
| commit | 996759d9461c6c261c41abda28a9184a5a5a7cbe (patch) | |
| tree | 94a9bf4c5befdfe88c05b8d6ccd118a024dd7ddd | |
| parent | 63f993bcf6bbc2a773d4c53f8c0723384ccb5336 (diff) | |
| download | sec-certs-996759d9461c6c261c41abda28a9184a5a5a7cbe.tar.gz sec-certs-996759d9461c6c261c41abda28a9184a5a5a7cbe.tar.zst sec-certs-996759d9461c6c261c41abda28a9184a5a5a7cbe.zip | |
Update PP dataset URL.
| -rw-r--r-- | src/sec_certs/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
