langgraph 0.3.4
Summary of Changes
- Added better schema handling for Pregel configurations, including support for TypedDict and dataclasses #3641
Detailed Changes
langgraph.pregel.Pregel
- Added
config_schemamethod to properly handle configuration schema generation when the config type is explicitly set and is supported by Pydantic #3641 - Added
get_config_jsonschemamethod to convert config schemas to JSON schema format #3641 - Fixed return type annotations for
get_input_jsonschemaandget_output_jsonschemamethods fromDict[All, Any]to the more accurateDict[str, Any]#3641