Skip to content

Releases: julep-ai/python-sdk

v2.21.0

03 Oct 15:17

Choose a tag to compare

2.21.0 (2025-10-03)

Full Changelog: v2.20.0...v2.21.0

Features

v2.20.0

25 Sep 12:34

Choose a tag to compare

2.20.0 (2025-09-25)

Full Changelog: v2.19.2...v2.20.0

Features

  • api: add auto_run_tools, metadata, and recall_tools to session (4bcb8b9)
  • api: api update (fb19b14)
  • api: api update (768c941)
  • client: support file upload requests (cf64f9c)
  • improve future compat with pydantic v3 (3a1ceb7)
  • types: replace List[str] with SequenceNotStr in params (85c0d00)

Bug Fixes

  • avoid newer type syntax (ab2b07f)
  • compat: compat with pydantic<2.8.0 when using additional fields (754734b)
  • tests: update schema types from 'type' to 'string' and 'object' in multiple test files (f4b6f79)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (9611b52)
  • internal: add Sequence related utils (ae91df8)
  • internal: change ci workflow machines (7d299f1)
  • internal: fix ruff target version (c830640)
  • internal: move mypy configurations to pyproject.toml file (777fa24)
  • internal: update comment in script (1c530b2)
  • internal: update pydantic dependency (c0d79b5)
  • internal: update pyright exclude list (ac85eb4)
  • tests: simplify get_platform test (d3ce5e9)
  • types: change optional parameter type from NotGiven to Omit (04c2aa0)
  • update @stainless-api/prism-cli to v5.15.0 (e6ad37f)
  • update github action (6de72a2)

v2.19.2

25 Jul 02:27

Choose a tag to compare

2.19.2 (2025-07-25)

Full Changelog: v2.19.1...v2.19.2

Bug Fixes

  • parsing: parse extra field types (da16c06)

Chores

  • project: add settings file for vscode (b205a5a)

v2.19.1

22 Jul 03:03

Choose a tag to compare

2.19.1 (2025-07-22)

Full Changelog: v2.19.0...v2.19.1

Bug Fixes

  • parsing: ignore empty metadata (2cb68e9)

Chores

  • types: rebuild Pydantic models after all types are defined (606b112)

v2.19.0

15 Jul 02:07

Choose a tag to compare

2.19.0 (2025-07-15)

Full Changelog: v2.18.0...v2.19.0

Features

  • clean up environment call outs (aa3d615)

Bug Fixes

  • client: don't send Content-Type header on GET requests (9ddb65d)

v2.18.0

11 Jul 13:15

Choose a tag to compare

2.18.0 (2025-07-11)

Full Changelog: v2.17.1...v2.18.0

Features

Chores

  • readme: fix version rendering on pypi (5e9d64d)

v2.17.1

10 Jul 02:38

Choose a tag to compare

2.17.1 (2025-07-10)

Full Changelog: v2.17.0...v2.17.1

Bug Fixes

  • parsing: correctly handle nested discriminated unions (e7c1295)

Chores

  • internal: bump pinned h11 dep (79b0def)
  • internal: codegen related update (6d132ba)
  • package: mark python 3.13 as supported (e8af0c1)

v2.17.0

04 Jul 07:21
f2b9429

Choose a tag to compare

2.17.0 (2025-07-04)

Full Changelog: v2.16.0...v2.17.0

Features

v2.16.0

02 Jul 04:59

Choose a tag to compare

2.16.0 (2025-07-02)

Full Changelog: v2.15.2...v2.16.0

Features

Chores

v2.15.2

30 Jun 02:22

Choose a tag to compare

2.15.2 (2025-06-30)

Full Changelog: v2.15.1...v2.15.2

Bug Fixes

  • ci: correct conditional (1b1778d)

Chores

  • ci: only run for pushes and fork pull requests (8283bb5)