Skip to content

Releases: ArcadeAI/arcade-py

v1.2.0

21 Feb 19:29
13a857b

Choose a tag to compare

1.2.0 (2025-02-21)

Full Changelog: v1.1.1...v1.2.0

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#107) (3252ac3)
  • client: mark some request bodies as optional (920d114)

v1.1.1

13 Feb 05:38
7da3c7d

Choose a tag to compare

1.1.1 (2025-02-13)

Full Changelog: v1.1.0...v1.1.1

Chores

v1.1.0

07 Feb 16:32
fb7ec43

Choose a tag to compare

1.1.0 (2025-02-07)

Full Changelog: v1.0.1...v1.1.0

Features

  • client: send X-Stainless-Read-Timeout header (#98) (ed2a2f9)

Chores

  • internal: bummp ruff dependency (#97) (354784c)
  • internal: change default timeout to an int (#95) (bcac267)
  • internal: fix type traversing dictionary params (#99) (8d4ccf0)
  • internal: minor type handling changes (#100) (3adf96e)

v1.0.1

03 Feb 18:03
b1da195

Choose a tag to compare

1.0.1 (2025-01-25)

Full Changelog: v1.0.0...v1.0.1

Chores

  • internal: codegen related update (#92) (534728b)

v1.0.0

24 Jan 02:22
3dfe590

Choose a tag to compare

1.0.0 (2025-01-24)

Full Changelog: v0.2.2...v1.0.0

Features

Bug Fixes

  • client: only call .close() when needed (#69) (b7648c0)
  • correctly handle deserialising cls fields (#72) (499b981)
  • tests: make test_get_platform less flaky (#85) (85da3d0)

Chores

Documentation

v0.2.2

04 Dec 14:51

Choose a tag to compare

0.2.2 (2024-12-04)

Full Changelog: v0.2.1...v0.2.2

Chores

v0.2.1

03 Dec 14:47

Choose a tag to compare

0.2.1 (2024-12-03)

Full Changelog: v0.2.0...v0.2.1

Chores

v0.2.0

03 Dec 14:43

Choose a tag to compare

0.2.0 (2024-12-03)

Full Changelog: v0.1.2...v0.2.0

Features

Bug Fixes

  • client: compat with new httpx 0.28.0 release (#48) (9a0d85c)

Chores

  • internal: bump pyright (#49) (20c0925)
  • internal: codegen related update (#45) (fb7fb4a)
  • internal: codegen related update (#46) (6635bb1)
  • internal: codegen related update (#47) (61f5c17)
  • internal: fix compat model_dump method when warnings are passed (#43) (beb8e75)
  • rebuild project due to codegen change (#39) (e857a5a)
  • rebuild project due to codegen change (#40) (123b860)
  • rebuild project due to codegen change (#41) (2cf4305)
  • rebuild project due to codegen change (#42) (cf6455f)

Documentation

v0.1.2

25 Oct 23:59
2c67e3f

Choose a tag to compare

0.1.2 (2024-10-25)

Full Changelog: v0.1.1...v0.1.2

Features

  • Add auth.start and auth.wait_for_completion sugar methods (e0b64a0)

v0.1.1

24 Oct 16:16

Choose a tag to compare

0.1.1 (2024-10-24)

Full Changelog: v0.1.0...v0.1.1

Features