Download Latest Version v0.25.1 source code.zip (192.7 MB)
Email in envelope

Get an email when there's a new version of Pathway

Home / v0.24.0
Name Modified Size InfoDownloads / Week
Parent folder
pathway-0.24.0-cp310-abi3-manylinux_2_28_aarch64.whl 2025-06-26 66.9 MB
pathway-0.24.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 2025-06-26 68.9 MB
pathway-0.24.0-cp310-abi3-macosx_11_0_arm64.whl 2025-06-26 60.2 MB
pathway-0.24.0-cp310-abi3-macosx_10_15_x86_64.whl 2025-06-26 62.9 MB
README.md 2025-06-26 1.0 kB
v0.24.0 source code.tar.gz 2025-06-26 189.7 MB
v0.24.0 source code.zip 2025-06-26 192.6 MB
Totals: 7 Items   641.2 MB 0

Added

  • pw.io.mqtt.read and pw.io.mqtt.write methods for reading from and writing to MQTT.

Changed

  • pw.xpacks.llm.embedders.SentenceTransformerEmbedder and pw.xpacks.llm.llms.HFPipelineChat are now computed in batches. The maximum size of a single batch can be set in the constructor with the argument max_batch_size.
  • BREAKING Arguments api_key and base_url for pw.xpacks.llm.llms.OpenAIChat can no longer be set in the __call__ method, and instead, if needed, should be set in the constructor.
  • BREAKING Argument api_key for pw.xpacks.llm.llms.OpenAIEmbedder can no longer be set in the __call__ method, and instead, if needed, should be set in the constructor.
  • pw.io.postgres.write now accepts arbitrary types for the values of the postgres_settings dict. If a value is not a string, Python's str() method will be used.

Removed

  • pw.io.kafka.read_from_upstash has been removed, as the managed Kafka service in Upstash has been deprecated.
Source: README.md, updated 2025-06-26