Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<picture>
<source srcset="docs/images/osv_logo_dark-full.svg" media="(prefers-color-scheme: dark)">
<!-- markdown-link-check-disable-next-line -->
<img src="docs/images/osv_logo_light-full.svg">
</picture>
> [!WARNING]
> **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)

---

Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down