Skip to content

Releases: evermemos/everos-cloud-python

v0.4.1

03 Jun 10:04
d35fb88

Choose a tag to compare

0.4.1 (2026-06-03)

Full Changelog: v0.4.0...v0.4.1

Features

  • api: api update (f0aeb1f)
  • internal/types: support eagerly validating pydantic iterators (1451fbd)
  • lib: add multimodal auto-upload support (everos_cloud) (18c684d)
  • support setting headers via env (46b59a6)

Bug Fixes

  • bump version for pypi release (2ed21af)
  • client: add missing f-string prefix in file type error message (6cba326)
  • client: preserve hardcoded query params when merging with user params (3f38e05)
  • ensure file data are only sent as 1 parameter (7f97423)
  • use correct field name format for multipart file arrays (303537d)

Performance Improvements

  • client: optimize file structure copying in multipart requests (b7c0131)

Chores