Metadata-Version: 2.4
Name: dapr-ext-langgraph
Version: 1.18.0
Summary: Dapr LangGraph Checkpointer Extension for the Dapr Python SDK.
Project-URL: Documentation, https://github.com/dapr/docs
Project-URL: Source, https://github.com/dapr/python-sdk
Author-email: Dapr Authors <dapr@dapr.io>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: dapr
Requires-Dist: langchain<2.0.0,>=0.1.17
Requires-Dist: langgraph<2.0.0,>=0.3.6
Requires-Dist: msgpack-python<1.0.0,>=0.4.5
Requires-Dist: python-ulid<4.0.0,>=3.0.0
Description-Content-Type: text/x-rst

dapr-ext-langgraph extension
============================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/dapr-ext-langgraph.svg
   :target: https://pypi.org/project/dapr-ext-langgraph/

This is the Dapr Checkpointer extension for LangGraph

Installation
------------

::

    pip install dapr-ext-langgraph

References
----------

* `Dapr <https://github.com/dapr/dapr>`_
* `Dapr Python-SDK <https://github.com/dapr/python-sdk>`_
