Adapter for langchain_core's private deprecation helpers.
Centralizes the import surface so an upstream rename or move is a one-file change.
Re-exports:
deprecated: decorator for callables, classes, and properties.warn_deprecated: helper for parameter/value-level deprecations where the
callable itself isn't being deprecated. Wraps the upstream helper to
accept a stacklevel argument (the upstream version hardcodes
stacklevel=4, which mis-attributes warnings emitted directly from a
deprecated method body).suppress_langchain_deprecation_warning: context manager that silences
emissions from this module's helpers (use sparingly — it is type-wide).LangChainDeprecationWarning: warning class emitted by the helpers above
(subclass of DeprecationWarning).