releases.shpreview

v0.0.33

v0.0.33 🌔

$npx -y @buildinternet/releases show rel_xdmXztBfbeR77fNIOmTrd

What's Changed

Fixes

Features

You can enable / disable which endpoints are exposed. Use enabled_endpoints if you want to make sure to never get a new endpoint when upgrading langserve to a newer verison. See README.md for more details.

# Enable
add_routes(app, chain, enabled_endpoints=("invoke", "batch", "config_hashes"))
# Disable
add_routes(app, chain, disabled_endpoints=["playground"]) 

Examples

New Contributors

Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.0.32...v0.0.33

Fetched April 7, 2026