Logo
Explore Help
Sign In
langchain-ai/langserve
1
0
Fork 0
You've already forked langserve
mirror of https://github.com/langchain-ai/langserve.git synced 2026-07-01 20:14:01 -04:00
Code Issues 136 Packages Projects Releases 10 Wiki Activity

10 Releases 65 Tags

RSS Feed
  • v0.3.3 0c1cb7f800
    Compare

    Stable

    yindo released this 2025-10-17 11:07:22 -04:00 | 50 commits to main since this release

    📅 Originally published on GitHub: Fri, 17 Oct 2025 15:08:23 GMT
    🏷️ Git tag created: Fri, 17 Oct 2025 15:07:22 GMT

    What's Changed

    • release: 0.3.3 for compatibility with langchain-core 1 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/830

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.3.2...v0.3.3

    Downloads
    • langserve-0.3.3-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:50 -05:00
    • langserve-0.3.3.tar.gz
      1.1 MiB
      2026-02-16 00:17:51 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.2 f0d86287ab
    Compare

    Stable

    yindo released this 2025-09-17 15:38:01 -04:00 | 51 commits to main since this release

    📅 Originally published on GitHub: Wed, 17 Sep 2025 20:01:05 GMT
    🏷️ Git tag created: Wed, 17 Sep 2025 19:38:01 GMT

    What's Changed

    • Update README.md Grammatical Errors by @jivaniyash in https://github.com/langchain-ai/langserve/pull/733
    • Update Chroma import to avoid deprecation warning. by @wuloi in https://github.com/langchain-ai/langserve/pull/741
    • Add new contributor to .clabot configuration by @eyurtsev in https://github.com/langchain-ai/langserve/pull/822
    • chore: bump some package versions by @joaquin-borggio-lc in https://github.com/langchain-ai/langserve/pull/821
    • chore: bump patch version by @joaquin-borggio-lc in https://github.com/langchain-ai/langserve/pull/823
    • ci: drop python 3.8 by @joaquin-borggio-lc in https://github.com/langchain-ai/langserve/pull/825

    New Contributors

    • @jivaniyash made their first contribution in https://github.com/langchain-ai/langserve/pull/733
    • @wuloi made their first contribution in https://github.com/langchain-ai/langserve/pull/741
    • @joaquin-borggio-lc made their first contribution in https://github.com/langchain-ai/langserve/pull/821

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.3.1...v0.3.2

    Downloads
    • langserve-0.3.2-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:49 -05:00
    • langserve-0.3.2.tar.gz
      1.1 MiB
      2026-02-16 00:17:49 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.1 d20eab45f2
    Compare

    Stable

    yindo released this 2024-12-26 21:37:14 -05:00 | 57 commits to main since this release

    📅 Originally published on GitHub: Fri, 27 Dec 2024 02:40:06 GMT
    🏷️ Git tag created: Fri, 27 Dec 2024 02:37:14 GMT

    What's Changed

    • examples: update clients by @eyurtsev in https://github.com/langchain-ai/langserve/pull/768
    • Update README by @eyurtsev in https://github.com/langchain-ai/langserve/pull/769
    • Update README.md by @eyurtsev in https://github.com/langchain-ai/langserve/pull/771
    • Update README.md by @eyurtsev in https://github.com/langchain-ai/langserve/pull/773
    • migration guide by @eyurtsev in https://github.com/langchain-ai/langserve/pull/787
    • docs: update local link in readme by @ccurme in https://github.com/langchain-ai/langserve/pull/788
    • Update MIGRATION.md by @eyurtsev in https://github.com/langchain-ai/langserve/pull/789
    • Update .clabot by @eyurtsev in https://github.com/langchain-ai/langserve/pull/793
    • docs: Remove templates in readme by @Mingqi2 in https://github.com/langchain-ai/langserve/pull/792
    • Update .clabot by @eyurtsev in https://github.com/langchain-ai/langserve/pull/800
    • update ssl verifying part to work with httpx 0.28.0 by @xxsl in https://github.com/langchain-ai/langserve/pull/798
    • Update _lint.yml by @eyurtsev in https://github.com/langchain-ai/langserve/pull/802
    • lint by @eyurtsev in https://github.com/langchain-ai/langserve/pull/803
    • Release 0.3.1 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/801
    • ci: add workflow dispatch to _release by @eyurtsev in https://github.com/langchain-ai/langserve/pull/805

    New Contributors

    • @Mingqi2 made their first contribution in https://github.com/langchain-ai/langserve/pull/792
    • @xxsl made their first contribution in https://github.com/langchain-ai/langserve/pull/798

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.3.0...v0.3.1

    Downloads
    • langserve-0.3.1-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:47 -05:00
    • langserve-0.3.1.tar.gz
      1.1 MiB
      2026-02-16 00:17:47 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0 42b61a664b
    Compare

    Stable

    yindo released this 2024-09-14 14:14:45 -04:00 | 72 commits to main since this release

    📅 Originally published on GitHub: Sat, 14 Sep 2024 18:23:42 GMT
    🏷️ Git tag created: Sat, 14 Sep 2024 18:14:45 GMT

    What's Changed

    • Update unit tests to catch up with langchain-core by @eyurtsev in https://github.com/langchain-ai/langserve/pull/743
    • upgrade to pydantic 2 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/744
    • migrate examples to pydantic 2 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/745
    • chat-playground: update to handle oneOf (resulted from pydantic upgrade) by @eyurtsev in https://github.com/langchain-ai/langserve/pull/746
    • update default playground to handle oneOf type by @eyurtsev in https://github.com/langchain-ai/langserve/pull/747
    • 0.3.0.dev1 release by @eyurtsev in https://github.com/langchain-ai/langserve/pull/748
    • resolve more warnings in unit tests by @eyurtsev in https://github.com/langchain-ai/langserve/pull/752
    • first pass at removing deprecated usaged by @eyurtsev in https://github.com/langchain-ai/langserve/pull/751
    • update claude model in examples by @eyurtsev in https://github.com/langchain-ai/langserve/pull/750
    • more run time warnings by @eyurtsev in https://github.com/langchain-ai/langserve/pull/753
    • Update doc-string, remove unused function by @eyurtsev in https://github.com/langchain-ai/langserve/pull/754
    • update serialization to work with older pydantic versions by @eyurtsev in https://github.com/langchain-ai/langserve/pull/756
    • serialization fix for defaults by @eyurtsev in https://github.com/langchain-ai/langserve/pull/757
    • Release 0.3.0dev2 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/758
    • add ability to control version of astream events API by @eyurtsev in https://github.com/langchain-ai/langserve/pull/760
    • improve error messages when models fail to hash by @eyurtsev in https://github.com/langchain-ai/langserve/pull/762
    • mark include callback events as a beta api by @eyurtsev in https://github.com/langchain-ai/langserve/pull/761
    • propagate astream events from add_route by @eyurtsev in https://github.com/langchain-ai/langserve/pull/763
    • Fix issue with callback events sent from server by @eyurtsev in https://github.com/langchain-ai/langserve/pull/765
    • Add ability to specify custom serializer by @eyurtsev in https://github.com/langchain-ai/langserve/pull/764
    • v0.3 release by @eyurtsev in https://github.com/langchain-ai/langserve/pull/767

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.2.3...v0.3.0

    Downloads
    • langserve-0.3.0-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:45 -05:00
    • langserve-0.3.0.tar.gz
      1.1 MiB
      2026-02-16 00:17:45 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0dev2 59b3c81189
    Compare

    Stable

    yindo released this 2024-09-11 21:08:56 -04:00 | 79 commits to main since this release

    📅 Originally published on GitHub: Thu, 12 Sep 2024 01:23:50 GMT
    🏷️ Git tag created: Thu, 12 Sep 2024 01:08:56 GMT

    What's Changed

    • resolve more warnings in unit tests by @eyurtsev in https://github.com/langchain-ai/langserve/pull/752
    • first pass at removing deprecated usaged by @eyurtsev in https://github.com/langchain-ai/langserve/pull/751
    • update claude model in examples by @eyurtsev in https://github.com/langchain-ai/langserve/pull/750
    • more run time warnings by @eyurtsev in https://github.com/langchain-ai/langserve/pull/753
    • Update doc-string, remove unused function by @eyurtsev in https://github.com/langchain-ai/langserve/pull/754
    • update serialization to work with older pydantic versions by @eyurtsev in https://github.com/langchain-ai/langserve/pull/756
    • serialization fix for defaults by @eyurtsev in https://github.com/langchain-ai/langserve/pull/757
    • Release 0.3.0dev2 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/758

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.3.0dev1...v0.3.0dev2

    Downloads
    • langserve-0.3.0.dev2-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:43 -05:00
    • langserve-0.3.0.dev2.tar.gz
      1.1 MiB
      2026-02-16 00:17:43 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0dev1 6e7a9ee3f5
    Compare

    Stable

    yindo released this 2024-09-09 16:09:34 -04:00 | 87 commits to main since this release

    📅 Originally published on GitHub: Mon, 09 Sep 2024 20:16:48 GMT
    🏷️ Git tag created: Mon, 09 Sep 2024 20:09:34 GMT

    What's Changed

    • Update unit tests to catch up with langchain-core by @eyurtsev in https://github.com/langchain-ai/langserve/pull/743
    • upgrade to pydantic 2 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/744
    • migrate examples to pydantic 2 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/745
    • chat-playground: update to handle oneOf (resulted from pydantic upgrade) by @eyurtsev in https://github.com/langchain-ai/langserve/pull/746
    • update default playground to handle oneOf type by @eyurtsev in https://github.com/langchain-ai/langserve/pull/747
    • 0.3.0.dev1 release by @eyurtsev in https://github.com/langchain-ai/langserve/pull/748

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.2.3...v0.3.0dev1

    Downloads
    • langserve-0.3.0.dev1-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:41 -05:00
    • langserve-0.3.0.dev1.tar.gz
      1.1 MiB
      2026-02-16 00:17:41 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.3 d4704c2b45
    Compare

    Stable

    yindo released this 2024-09-01 22:09:28 -04:00 | 93 commits to main since this release

    📅 Originally published on GitHub: Mon, 02 Sep 2024 02:10:27 GMT
    🏷️ Git tag created: Mon, 02 Sep 2024 02:09:28 GMT

    What's Changed

    • update readme by @ccurme in https://github.com/langchain-ai/langserve/pull/697
    • Add instructions to address pydantic v2 incompatibility by @efriis in https://github.com/langchain-ai/langserve/pull/713
    • Add langgraph compatibility section by @eyurtsev in https://github.com/langchain-ai/langserve/pull/718
    • Support correction when creating feedback with token by @hinthornw in https://github.com/langchain-ai/langserve/pull/736
    • Release 0.2.3 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/737
    • infra: release permissions by @efriis in https://github.com/langchain-ai/langserve/pull/738

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.2.2...v0.2.3

    Downloads
    • langserve-0.2.3-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:39 -05:00
    • langserve-0.2.3.tar.gz
      1.1 MiB
      2026-02-16 00:17:39 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.2 3fc76eca05
    Compare

    Stable

    yindo released this 2024-06-10 14:41:50 -04:00 | 99 commits to main since this release

    📅 Originally published on GitHub: Mon, 10 Jun 2024 18:42:34 GMT
    🏷️ Git tag created: Mon, 10 Jun 2024 18:41:50 GMT

    What's Changed

    • Update hosted langserve waitlist form by @jakerachleff in https://github.com/langchain-ai/langserve/pull/664
    • Update .clabot by @eyurtsev in https://github.com/langchain-ai/langserve/pull/674
    • chore: add fastapi to client extra by @dennisrall in https://github.com/langchain-ai/langserve/pull/666
    • 0.2.2 release by @eyurtsev in https://github.com/langchain-ai/langserve/pull/675

    New Contributors

    • @dennisrall made their first contribution in https://github.com/langchain-ai/langserve/pull/666

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.2.1...v0.2.2

    Downloads
    • langserve-0.2.2-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:37 -05:00
    • langserve-0.2.2.tar.gz
      1.1 MiB
      2026-02-16 00:17:37 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.1 6ef3aca359
    Compare

    Stable

    yindo released this 2024-05-24 13:09:19 -04:00 | 103 commits to main since this release

    📅 Originally published on GitHub: Fri, 24 May 2024 17:12:39 GMT
    🏷️ Git tag created: Fri, 24 May 2024 17:09:19 GMT

    What's Changed

    • Update .clabot by @eyurtsev in https://github.com/langchain-ai/langserve/pull/656
    • set default model for Anthropic by @ccurme in https://github.com/langchain-ai/langserve/pull/655
    • patch: Use correct attribute for token url by @eyurtsev in https://github.com/langchain-ai/langserve/pull/662
    • release 0.2.1 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/663

    New Contributors

    • @ccurme made their first contribution in https://github.com/langchain-ai/langserve/pull/655

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.2.0...v0.2.1

    Downloads
    • langserve-0.2.1-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:34 -05:00
    • langserve-0.2.1.tar.gz
      1.1 MiB
      2026-02-16 00:17:35 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0 bba7122986
    Compare

    Stable

    yindo released this 2024-05-17 16:39:34 -04:00 | 107 commits to main since this release

    📅 Originally published on GitHub: Fri, 17 May 2024 20:45:01 GMT
    🏷️ Git tag created: Fri, 17 May 2024 20:39:34 GMT

    What's Changed

    • Migrate to locations of imports by @eyurtsev in https://github.com/langchain-ai/langserve/pull/625
    • Update to allow core 0.2.0 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/644
    • 0.2.0rc1 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/645
    • fix upper version for core to 0.3 instead of 3 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/646
    • update poetry.lock file after version bump by @eyurtsev in https://github.com/langchain-ai/langserve/pull/647
    • Release 0.2.0 by @eyurtsev in https://github.com/langchain-ai/langserve/pull/651

    Full Changelog: https://github.com/langchain-ai/langserve/compare/v0.1.1...v0.2.0

    Downloads
    • langserve-0.2.0-py3-none-any.whl
      1.1 MiB
      2026-02-16 00:17:32 -05:00
    • langserve-0.2.0.tar.gz
      1.1 MiB
      2026-02-16 00:17:33 -05:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.26.2 Page: 24ms Template: 2ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API