From a3e13ef3f73dc8b6f5412e16f9c0b4bf4940aca1 Mon Sep 17 00:00:00 2001 From: James Rosewell Date: Sun, 6 Sep 2026 16:49:40 +0100 Subject: [PATCH] BUILD: Move owid-python to the commit that refuses redirects when fetching a key The 51Degrees fork of owid-python now carries SWAN-community/owid-python#5, which stops the fetch following a redirect from a creator domain, so a creator whose domain answered 302 could no longer have some other host's key trusted as its own. It also reads a naive now as UTC on the creator side and makes the README example run without a network. The pin moves from 5fe9a7cc to 740c59ca, the fork's main after the sync, and the build time copy into the package picks the new source up unchanged. fiftyone_pipeline_did tests: 145 passed, 2 skipped. --- owid-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owid-python b/owid-python index 5fe9a7c..740c59c 160000 --- a/owid-python +++ b/owid-python @@ -1 +1 @@ -Subproject commit 5fe9a7ccb24285ab19d78a3a9a80891ddc56ab66 +Subproject commit 740c59cacba3b822d7bf649b68b68176c6e2efd2