Langserve

Latest version: v0.2.2

Safety actively analyzes 641221 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 10

0.0.35

New Contributors
* PaulLockett made their first contribution in https://github.com/langchain-ai/langserve/pull/252
* 169 made their first contribution in https://github.com/langchain-ai/langserve/pull/304

**Full Changelog**: https://github.com/langchain-ai/langserve/compare/v0.0.34...v0.0.35

0.0.34

What's Changed

Improvements and features

* Add filtering for LangServe by run name through allow list by akira in https://github.com/langchain-ai/langserve/pull/291
* Validate that endpoints specified in enable or disabled endpoints are passed as a sequence of str rather than just str by eyurtsev in https://github.com/langchain-ai/langserve/pull/297

New Contributors
* akira made their first contribution in https://github.com/langchain-ai/langserve/pull/291

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

0.0.33

What's Changed
* Update .clabot by eyurtsev in https://github.com/langchain-ai/langserve/pull/269
* Added deployment option to Azure in the documentation by sowsan in https://github.com/langchain-ai/langserve/pull/266
* Bump overall test timeout by eyurtsev in https://github.com/langchain-ai/langserve/pull/273
* Refactor in preparation to add ability to enable/disable individual endpoints by eyurtsev in https://github.com/langchain-ai/langserve/pull/271
* Bump aiohttp in lock file by eyurtsev in https://github.com/langchain-ai/langserve/pull/278
* Moving API Handler to its own file by eyurtsev in https://github.com/langchain-ai/langserve/pull/277
* Add trailing `/` to URLs in README.md by eyurtsev in https://github.com/langchain-ai/langserve/pull/282

Fixes

* Bug Fix: Use deep copy in RemoteClient astream logeyurtsev in https://github.com/langchain-ai/langserve/pull/280
* Enforce trailing slash in remote runnable by eyurtsev in https://github.com/langchain-ai/langserve/pull/287

Features

* Enable/disable endpoints by eyurtsev in https://github.com/langchain-ai/langserve/pull/281

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.

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


* Document Enabling/Disabling Endpoints in README.md by eyurtsev in https://github.com/langchain-ai/langserve/pull/289

Examples

* Add configurable retriever example by eyurtsev in https://github.com/langchain-ai/langserve/pull/267

New Contributors
* sowsan made their first contribution in https://github.com/langchain-ai/langserve/pull/266

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

0.0.32

What's Changed
* Fix mimetype handling on windows by eyurtsev in https://github.com/langchain-ai/langserve/pull/259
* Update widget by eyurtsev in https://github.com/langchain-ai/langserve/pull/261
* Handle AIMessageChunk, attempt to gather non-dict values by dqbd in https://github.com/langchain-ai/langserve/pull/262
* Add feedback buttons to stream_log runs by dqbd in https://github.com/langchain-ai/langserve/pull/203
* New JS build by dqbd in https://github.com/langchain-ai/langserve/pull/264
* Version 0.0.32 by eyurtsev in https://github.com/langchain-ai/langserve/pull/265


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

0.0.31

What's Changed
* Fix race conditions of defaults and schemas by dqbd in https://github.com/langchain-ai/langserve/pull/251
* Fix streaming duplicate requests when refocusing by dqbd in https://github.com/langchain-ai/langserve/pull/256
* Version 0.0.31 by eyurtsev in https://github.com/langchain-ai/langserve/pull/258


**Full Changelog**: https://github.com/langchain-ai/langserve/compare/v0.0.30...v0.0.31

0.0.30

**Full Changelog**: https://github.com/langchain-ai/langserve/compare/v0.0.29...v0.0.30

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.