Skip to content

Releases: DataMini/asktable-python

v5.5.0

19 Jul 05:33
35c9d49

Choose a tag to compare

5.5.0 (2025-07-19)

Full Changelog: v5.4.0...v5.5.0

Features

  • api: add test set api (cf653ef)
  • api: api update (d7a73bc)
  • clean up environment call outs (6002d27)
  • client: add follow_redirects request option (b22320b)
  • client: add support for aiohttp (292b89e)

Bug Fixes

  • ci: correct conditional (b23a053)
  • ci: release-doctor — report correct token name (71f15b7)
  • client: correctly parse binary response | stream (5568773)
  • client: don't send Content-Type header on GET requests (41feabc)
  • docs/api: remove references to nonexistent types (7d673d4)
  • pagination: correct next page check (03552e7)
  • parsing: correctly handle nested discriminated unions (5fcaeb7)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (3036c4b)

Chores

  • ci: change upload type (267f707)
  • ci: enable for pull requests (a6636e7)
  • ci: only run for pushes and fork pull requests (f5756ca)
  • docs: remove reference to rye shell (9fc4749)
  • docs: remove unnecessary param examples (d2875f3)
  • internal: bump pinned h11 dep (cb54577)
  • internal: codegen related update (c281941)
  • internal: codegen related update (65ea7c5)
  • internal: update conftest.py (f06435d)
  • package: mark python 3.13 as supported (e1a20f7)
  • readme: fix version rendering on pypi (e05e6e5)
  • readme: update badges (bc28102)
  • tests: add tests for httpx client instantiation & proxies (c620e09)
  • tests: run tests in parallel (9d9d65e)
  • tests: skip some failing tests on the latest python versions (188abef)

Documentation

  • client: fix httpx.Timeout documentation reference (482e328)

v5.4.0

27 May 13:23
b31a403

Choose a tag to compare

5.4.0 (2025-05-27)

Full Changelog: v5.3.1...v5.4.0

Features

Bug Fixes

  • package: support direct resource imports (e082d60)
  • perf: optimize some hot paths (4ce95f7)
  • perf: skip traversing types for NotGiven values (00250bb)
  • pydantic v1: more robust ModelField.annotation check (c16373d)

Chores

  • broadly detect json family of content-type headers (3bff15d)
  • ci: add timeout thresholds for CI jobs (f51cedc)
  • ci: fix installation instructions (02f7bb0)
  • ci: only use depot for staging repos (6c155eb)
  • ci: upload sdks to package manager (ed6c603)
  • client: minor internal fixes (b4af709)
  • docs: grammar improvements (8f09ac8)
  • internal: avoid errors for isinstance checks on proxies (79c1774)
  • internal: base client updates (7e7f8c5)
  • internal: bump pyright version (b56ec6c)
  • internal: codegen related update (3719d1b)
  • internal: fix list file params (12bba1b)
  • internal: import reformatting (bb1b5a8)
  • internal: minor formatting changes (1f83169)
  • internal: refactor retries to not use recursion (af64ff0)
  • internal: update models test (4e84f01)
  • internal: update pyright settings (c1a4b25)

v5.3.1

10 Apr 10:45
70cf438

Choose a tag to compare

5.3.1 (2025-04-10)

Full Changelog: v5.3.0...v5.3.1

Bug Fixes

  • api: update default base_url (85ff425)

Chores

  • internal: expand CI branch coverage (7117507)
  • internal: reduce CI branch coverage (842b93d)

v5.3.0

09 Apr 02:48
efd6ca6

Choose a tag to compare

5.3.0 (2025-04-09)

Full Changelog: v5.2.0...v5.3.0

Features

Bug Fixes

Chores

v5.2.0

17 Mar 08:27
e66e8a9

Choose a tag to compare

5.2.0 (2025-03-17)

Full Changelog: v5.1.0...v5.2.0

Features

v5.1.0

15 Mar 15:53
611c8df

Choose a tag to compare

5.1.0 (2025-03-15)

Full Changelog: v5.0.0...v5.1.0

Features

  • Update publish-pypi.yml (dd3bc4d)

v5.0.0

15 Mar 10:50
5598e62

Choose a tag to compare

5.0.0 (2025-03-15)

Full Changelog: v4.7.0...v5.0.0

Features

Chores

v4.7.0

15 Mar 10:29
9ebd9ab

Choose a tag to compare

4.7.0 (2025-03-15)

Full Changelog: v4.6.0...v4.7.0

Features

v4.6.0

15 Mar 10:24
4cfdd25

Choose a tag to compare

4.6.0 (2025-03-15)

Full Changelog: v4.5.0...v4.6.0

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#153) (92577a2)
  • client: mark some request bodies as optional (153f86b)
  • improve names for conflicting params (#148) (3f9650f)
  • types: handle more discriminated union shapes (#166) (850d425)

Chores

Documentation

  • raw responses: fix duplicate the (#140) (5580989)
  • revise readme docs about nested params (#161) (c4a4e34)
  • update URLs from stainlessapi.com to stainless.com (#158) (a8ee0e2)

v4.5.0

19 Jan 14:37
e4c4ede

Choose a tag to compare

4.5.0 (2025-01-19)

Full Changelog: v4.4.0...v4.5.0

Features

Bug Fixes

  • type hint in custom code (643d5c2)

Chores