spacy-legacy
Legacy registered functions for spaCy backwards compatibility
What it is and what it does
spacy-legacy holds outdated registered functions, model architectures, and pipeline components that have been superseded in the main library. When a configuration file references a versioned function that no longer exists in the core library, the package provides a fallback via entry points prefixed with `spacy-legacy`. The package is installed automatically as a dependency and operates transparently—direct interaction is typically unnecessary.
The design separates backwards compatibility from core library development. Instead of maintaining old function versions in the main codebase, they are moved here and exposed through entry points. This allows users with older trained models or configuration files to continue working without modification, while the core library remains focused on current versions.
Use it for:
- Loading models trained with older architectures no longer present in the current core library
- Running existing configuration files that reference deprecated function versions without modification
- Migrating to newer releases while maintaining compatibility with legacy trained models
- Supporting pipelines that must work with both legacy and current registered function versions
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides legacy registered functions and model architectures for backwards compatibility with older configuration files.
Install only as an automatic dependency of its parent package—do not install directly. If using v3 with existing models or configs, this package is necessary for compatibility. However, its abandoned status since 2023-01-23 means no bug fixes or security patches will be provided. Plan to migrate legacy models to current versions when feasible.
Install
spacy-legacy on PyPI
pip
pip install spacy-legacyuv
uv add spacy-legacypoetry
poetry add spacy-legacyInstalling spacy-legacy
Before you install
Low install friction with no runtime dependencies. Package is abandoned as of 2023-01-23, with 1299 days since last release, meaning no further maintenance or updates.
License in practice
MIT license is permissive, allowing commercial and private use with minimal restrictions.
Quickstart
# Installed automatically as a dependency
# pip install parent-package
# No direct import needed; legacy functions are resolved automatically
# when loading models or configs that reference them
Intended as an automatic dependency, not for direct installation or use
Verify before relying
- Whether this package is still actively required by current versions of its parent dependency
- Compatibility with Python versions beyond 3.9 (classifiers only list through 3.9)
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,299 days since the last release |
| First released | |
| Downloads | 20,659,206/month — #1,030 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: spacy_legacy-3.0.12-py2.py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
spacy-curated-transformersIntegrates curated transformer models (ALBERT,…
permissive · top 5,000 on PyPI
catalogueProvides lightweight function registries that…
permissive · top 1,000 on PyPI
date-spacyAdds a spaCy pipeline component that identifies…
permissive · top 15,000 on PyPI
spacy-transformersIntegrates pretrained transformer models (BERT,…
permissive · top 15,000 on PyPI
spacyspaCy is an industrial-strength NLP library…
permissive · top 1,000 on PyPI
spacy-loggersProvides logging integrations for spaCy model…
permissive · top 5,000 on PyPI
packaging-legacyProvides access to deprecated Python packaging…
permissive · top 15,000 on PyPI
spacy-language-detectionAdds language detection to spaCy pipelines at…
copyleft · top 5,000 on PyPI
legacy-api-wrapProvides a decorator to wrap legacy function…
copyleft · top 5,000 on PyPI
negspacyAdds negation detection to spaCy pipelines…
permissive · top 15,000 on PyPI