From f2f20f71ef948d1aba57fdbfbcd7102c300e6bd3 Mon Sep 17 00:00:00 2001 From: Cecilia Stevens <63068179+ceciliastevens@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:45:43 -0400 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c4533195..9e1e456a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ [![Documentation Status](https://readthedocs.org/projects/py42/badge/?version=latest)](https://py42docs.code42.com/en/latest/?badge=latest) +## Py42 end-of-life +Py42 is now deprecated. It has been replaced by the [Incydr SDK](https://support.code42.com/hc/en-us/articles/14827671243799-Introduction-to-the-Incydr-SDK). +- Py42 will reach **end-of-support on January 1, 2026**, and **end-of-life on January 1, 2027**. +- To ensure uninterrupted functionality and access to the latest features, migrate your integrations to the Incydr SDK as soon as possible. +For more details, [see our FAQ](https://support.code42.com/hc/en-us/articles/32154640298263-Code42-CLI-end-of-life-FAQ). + `py42` is a Python wrapper around the Code42 REST APIs that also provides several other useful utility methods. It is designed to be used for developing your own tools for working with Code42 data while avoiding the overhead of session / authentication management.