-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
From #1363:
Please could you also update the docs to reflect these changes?
For example, https://sigstore.github.io/sigstore-python/api/sign/ still refers to the deleted sigstore.oidc.Issuer.production():
Python 3.14.0 (v3.14.0:ebf955df7a8, Oct 7 2025, 08:20:14) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sigstore
>>> sigstore.__version__
'4.0.0'
>>> from sigstore.oidc import Issuer
>>> issuer = Issuer.production()
Traceback (most recent call last):
File "<python-input-3>", line 1, in <module>
issuer = Issuer.production()
^^^^^^^^^^^^^^^^^
AttributeError: type object 'Issuer' has no attribute 'production'Originally posted by @hugovk in #1363 (comment)
jku and hugovk
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation