-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
-
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 GMTWhat'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
mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-01 20:14:01 -04:00