Pathway 0.25.1 Release
GitOrigin-RevId: afa2a1148140f6660a44b7111d7ceb90e075a3df
This commit is contained in:
parent
5cc926f215
commit
2d65780694
|
@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
|||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
## [Unreleased]
|
||||
|
||||
## [0.25.1] - 2025-07-24
|
||||
|
||||
### Added
|
||||
- `pw.xpacks.llm.mcp_server.PathwayMcp` that allows serving `pw.xpacks.llm.document_store.DocumentStore` and `pw.xpacks.llm.question_answering` endpoints as MCP (Model Context Protocol) tools.
|
||||
- `pw.io.dynamodb.write` method for writing to Dynamo DB.
|
||||
|
|
|
@ -5259,7 +5259,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|||
|
||||
[[package]]
|
||||
name = "pathway"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"arcstr",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pathway"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
rust-version = "1.88"
|
||||
|
|
Loading…
Reference in New Issue