mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
4947ac2965
Add langserve version
4 lines
134 B
Python
4 lines
134 B
Python
def test_version_available() -> None:
|
|
"""Test that a version is available."""
|
|
from langserve import __version__ # noqa: F401
|