Releases: DataMini/asktable-python
Releases · DataMini/asktable-python
v5.5.0
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
5.4.0 (2025-05-27)
Full Changelog: v5.3.1...v5.4.0
Features
- api: api update (84767d7)
- api: api update (558ab83)
- api: api update (07d802a)
- api: api update (18a5eaf)
- api: api update (dc90fe3)
- api: api update (8fda6da)
- api: api update (8cfc989)
- api: api update (317b682)
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
5.3.1 (2025-04-10)
Full Changelog: v5.3.0...v5.3.1
Bug Fixes
- api: update default base_url (85ff425)
Chores
v5.3.0
5.3.0 (2025-04-09)
Full Changelog: v5.2.0...v5.3.0
Features
- api: api update (#187) (645b80a)
- api: api update (#188) (ebd0446)
- api: api update (#190) (fabff6d)
- api: api update (#191) (0270755)
- api: api update (#192) (d6d57bc)
- api: api update (#196) (addbcf9)
Bug Fixes
Chores
- fix typos (#189) (f294618)
- internal: codegen related update (#195) (fb83cf4)
- internal: minor test fixes (#193) (4483c2f)
- internal: remove trailing character (#194) (27b9d4f)
- internal: slight transform perf improvement (#197) (1f09d5b)
- remove custom code (746f693)
- slight wording improvement in README (#199) (9424bae)
- tests: improve enum examples (#198) (133aa56)
v5.2.0
v5.1.0
v5.0.0
v4.7.0
v4.6.0
4.6.0 (2025-03-15)
Full Changelog: v4.5.0...v4.6.0
Features
- api: api update (#144) (668a25d)
- api: manual updates (#167) (06c63d2)
- api: manual updates (#168) (8990ba9)
- client: allow passing
NotGivenfor body (#155) (153f86b) - client: send
X-Stainless-Read-Timeoutheader (#149) (2bbef8d)
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
- docs: update client docstring (#159) (5a0da4d)
- internal: bummp ruff dependency (#147) (9638e50)
- internal: bump rye to 0.44.0 (#165) (5ead610)
- internal: change default timeout to an int (#146) (f418605)
- internal: codegen related update (#138) (e70fbf4)
- internal: codegen related update (#141) (56d0462)
- internal: codegen related update (#154) (2242fad)
- internal: codegen related update (#164) (1cb3903)
- internal: fix devcontainers setup (#156) (944423e)
- internal: fix type traversing dictionary params (#150) (0caeb28)
- internal: minor formatting changes (#143) (a4ac34f)
- internal: minor style changes (#142) (cb5834c)
- internal: minor type handling changes (#151) (67e6469)
- internal: properly set pydantic_private (#157) (30a260f)
- internal: remove extra empty newlines (#163) (d8b30ce)
- internal: remove unused http client options forwarding (#160) (298eb9c)
- internal: update client tests (#152) (02af016)