Skip to content

Commit

Permalink
Merge pull request #3 from miketheman/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Nov 14, 2024
2 parents a87a889 + b6e459a commit f80e41e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
import requests_cache

BASE_URL = "https://pypi.org/simple"
# Provenance began to be persisted on 2024-10-03.
ATTESTATION_ENABLEMENT = datetime.datetime(2024, 10, 3, tzinfo=datetime.timezone.utc)
# Provenance began to be persisted on 2024-10-03
# And `pypa/gh-action-pypi-publish` turned it automatically on 2024-10-29
ATTESTATION_ENABLEMENT = datetime.datetime(2024, 10, 29, tzinfo=datetime.timezone.utc)

DEPRECATED_PACKAGES = {
"BeautifulSoup",
Expand Down

0 comments on commit f80e41e

Please sign in to comment.