## Description - The official PyPI release of `py2neo` has been removed from PyPI - The official GitHub organization has been archived so the package is no longer available on any platform. - The PR https://github.com/openedx/edx-platform/pull/33453 replaced the `py2neo` package with the most recently available fork to resolve the dependency blocker in edx-platform. ## TODO First, choose a new library to replace py2neo. Options discussed: * [official Neo4j driver](https://pypi.org/project/neo4j-driver/) * [neomodel](https://pypi.org/project/neomodel/) Then: Replace the py2neo with the chosen library and make sure the related functionality is working fine.