v0.0.33 🌔
/ to URLs in README.md by @eyurtsev in https://github.com/langchain-ai/langserve/pull/282You 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"])
Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.0.32...v0.0.33
Fetched April 7, 2026