From 8bb83417ec5869c44e8f26c77cffa5b6032ad8db Mon Sep 17 00:00:00 2001 From: Joey L Date: Tue, 21 Apr 2026 05:46:11 +0000 Subject: [PATCH 1/3] Update pypi project description --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97b7947dd5d..ae6defc7370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,14 @@ [project] name = "osv" -version = "0.1.2" -description = "Open Source Vulnerabilities library" +version = "0.1.3" +description = "(ARCHIVED) This package is archived and no longer maintained. OSV is still active on https://github.com/google/osv.dev." authors = [ {name = "OSV Authors", email = "osv-discuss@googlegroups.com"} ] license = "Apache-2.0" +classifiers = [ + "Development Status :: 7 - Inactive", +] readme = "README.md" requires-python = ">=3.13,<4.0" dependencies = [ From f9326b1635d0aa65ad8807f5af04e0c95af990ce Mon Sep 17 00:00:00 2001 From: Joey L Date: Tue, 21 Apr 2026 05:48:01 +0000 Subject: [PATCH 2/3] Update readme as well --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baf8c971ac6..73c9763fe90 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ - - - - - +> [!WARNING] +> **This package is archived and no longer maintained.** +> +> The Open Source Vulnerabilities (OSV) project is still active on [GitHub](https://github.com/google/osv.dev). ---- [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/google/osv.dev/badge)](https://scorecard.dev/viewer/?uri=github.com/google/osv.dev) From 16f58da60b34aa7be021d1458dbe7c6ca0c97f9d Mon Sep 17 00:00:00 2001 From: Joey L Date: Tue, 21 Apr 2026 06:31:40 +0000 Subject: [PATCH 3/3] Add more info to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c9763fe90..d4042de9a1e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ > [!WARNING] -> **This package is archived and no longer maintained.** +> **This Python package is archived and no longer maintained.** > > The Open Source Vulnerabilities (OSV) project is still active on [GitHub](https://github.com/google/osv.dev). +> If you were using this package, please refer to the following resources: +> - [OSV Schema Protobuf Definition](https://github.com/ossf/osv-schema/blob/main/proto/vulnerability.proto) +> - [OSV Documentation](https://google.github.io/osv.dev) + +--- [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/google/osv.dev/badge)](https://scorecard.dev/viewer/?uri=github.com/google/osv.dev)