Skip to content

Commit 0d9afc6

Browse files
release: 0.20.1
1 parent e3b409c commit 0d9afc6

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.20.0"
2+
".": "0.20.1"
33
}

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## 0.20.1 (2025-01-09)
4+
5+
Full Changelog: [v0.20.0...v0.20.1](https://github.com/Dataherald/dataherald-python/compare/v0.20.0...v0.20.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** compat with new httpx 0.28.0 release ([#65](https://github.com/Dataherald/dataherald-python/issues/65)) ([9ee84bd](https://github.com/Dataherald/dataherald-python/commit/9ee84bd044e4fd133b94e0346dff772ea62ec152))
10+
* **client:** only call .close() when needed ([#90](https://github.com/Dataherald/dataherald-python/issues/90)) ([071db7c](https://github.com/Dataherald/dataherald-python/commit/071db7c123939fc97e425f143040b32c941f49a7))
11+
12+
13+
### Chores
14+
15+
* add missing isclass check ([#88](https://github.com/Dataherald/dataherald-python/issues/88)) ([cc7a473](https://github.com/Dataherald/dataherald-python/commit/cc7a47330003f951306e3e313722c2a5020e8a3e))
16+
* **internal:** add support for TypeAliasType ([#71](https://github.com/Dataherald/dataherald-python/issues/71)) ([911abd4](https://github.com/Dataherald/dataherald-python/commit/911abd4190cbc49d96fa291c0be303440fc651e7))
17+
* **internal:** bump httpx dependency ([#89](https://github.com/Dataherald/dataherald-python/issues/89)) ([c37a99c](https://github.com/Dataherald/dataherald-python/commit/c37a99ced506fa058866003013a9a5410871d0c8))
18+
* **internal:** bump pydantic dependency ([#68](https://github.com/Dataherald/dataherald-python/issues/68)) ([13d4ec2](https://github.com/Dataherald/dataherald-python/commit/13d4ec203e3b194ec38c33b8582288e344a16f19))
19+
* **internal:** bump pyright ([#66](https://github.com/Dataherald/dataherald-python/issues/66)) ([9d5db21](https://github.com/Dataherald/dataherald-python/commit/9d5db21aae350d5eb3fa5a52cb72a8fcab17f0c2))
20+
* **internal:** bump pyright ([#70](https://github.com/Dataherald/dataherald-python/issues/70)) ([2a732e0](https://github.com/Dataherald/dataherald-python/commit/2a732e03fafe75f1b0ab7812176259a9c311f2bc))
21+
* **internal:** codegen related update ([#64](https://github.com/Dataherald/dataherald-python/issues/64)) ([5ba7000](https://github.com/Dataherald/dataherald-python/commit/5ba70006e6e4c0addb3461eaec8424d45d12c3c5))
22+
* **internal:** codegen related update ([#72](https://github.com/Dataherald/dataherald-python/issues/72)) ([6ddf080](https://github.com/Dataherald/dataherald-python/commit/6ddf080b63f5fb373d1fd32ec4919baada704b64))
23+
* **internal:** codegen related update ([#73](https://github.com/Dataherald/dataherald-python/issues/73)) ([d8c41ed](https://github.com/Dataherald/dataherald-python/commit/d8c41ed0a8cf93d7839a61ab572da71262f0c0db))
24+
* **internal:** codegen related update ([#74](https://github.com/Dataherald/dataherald-python/issues/74)) ([b6bb66d](https://github.com/Dataherald/dataherald-python/commit/b6bb66d23275d077c6f2defcf076dc9b23c270bf))
25+
* **internal:** codegen related update ([#75](https://github.com/Dataherald/dataherald-python/issues/75)) ([4b98a96](https://github.com/Dataherald/dataherald-python/commit/4b98a9631848d80f30c22aee9c3c0817770aee28))
26+
* **internal:** codegen related update ([#76](https://github.com/Dataherald/dataherald-python/issues/76)) ([2ab6503](https://github.com/Dataherald/dataherald-python/commit/2ab650352fdc1f7a49f0bbd553b53ad47a81dce7))
27+
* **internal:** codegen related update ([#77](https://github.com/Dataherald/dataherald-python/issues/77)) ([694418c](https://github.com/Dataherald/dataherald-python/commit/694418c48ff2842cb2c41699729baee90754488d))
28+
* **internal:** codegen related update ([#78](https://github.com/Dataherald/dataherald-python/issues/78)) ([dcf8544](https://github.com/Dataherald/dataherald-python/commit/dcf8544e5f5edd785eb6cb6768106d44877a5c70))
29+
* **internal:** codegen related update ([#79](https://github.com/Dataherald/dataherald-python/issues/79)) ([2dbb767](https://github.com/Dataherald/dataherald-python/commit/2dbb7674a7c3db79fec9ca141b4283c2f050c918))
30+
* **internal:** codegen related update ([#80](https://github.com/Dataherald/dataherald-python/issues/80)) ([412f142](https://github.com/Dataherald/dataherald-python/commit/412f142303414a7fde0763aa72cdc74c31a8998d))
31+
* **internal:** codegen related update ([#81](https://github.com/Dataherald/dataherald-python/issues/81)) ([031e5b8](https://github.com/Dataherald/dataherald-python/commit/031e5b84710ee455ce19eba2b8d5148134b4fe31))
32+
* **internal:** codegen related update ([#83](https://github.com/Dataherald/dataherald-python/issues/83)) ([5bcb54b](https://github.com/Dataherald/dataherald-python/commit/5bcb54b4145ad3cbb0fa753f509db7838237e869))
33+
* **internal:** codegen related update ([#84](https://github.com/Dataherald/dataherald-python/issues/84)) ([f9b8c6a](https://github.com/Dataherald/dataherald-python/commit/f9b8c6a812e0dc7607caccda8c45d7170d77af5e))
34+
* **internal:** codegen related update ([#85](https://github.com/Dataherald/dataherald-python/issues/85)) ([f349307](https://github.com/Dataherald/dataherald-python/commit/f34930770a07b9553337b9a214883092035f442a))
35+
* **internal:** codegen related update ([#86](https://github.com/Dataherald/dataherald-python/issues/86)) ([57946cb](https://github.com/Dataherald/dataherald-python/commit/57946cb1c1f04f1dc9b9bc64d9406267a29efb2f))
36+
* **internal:** codegen related update ([#87](https://github.com/Dataherald/dataherald-python/issues/87)) ([7dbadda](https://github.com/Dataherald/dataherald-python/commit/7dbadda36b312ae2e93433aa2cbb0d41c4055705))
37+
* **internal:** fix compat model_dump method when warnings are passed ([#61](https://github.com/Dataherald/dataherald-python/issues/61)) ([6fedf36](https://github.com/Dataherald/dataherald-python/commit/6fedf36fd30a8a1ccbcb8633f85d999f0b38ec34))
38+
* **internal:** fix some typos ([#82](https://github.com/Dataherald/dataherald-python/issues/82)) ([476ccee](https://github.com/Dataherald/dataherald-python/commit/476ccee978ece6c6e855f63e680f30aeaa4c3e18))
39+
* **internal:** version bump ([#54](https://github.com/Dataherald/dataherald-python/issues/54)) ([762488e](https://github.com/Dataherald/dataherald-python/commit/762488ecc8e55fb18e05b90a7cb353bea9ee6a00))
40+
* make the `Omit` type public ([#67](https://github.com/Dataherald/dataherald-python/issues/67)) ([3070bff](https://github.com/Dataherald/dataherald-python/commit/3070bff7d602bd234433ad802c92b9fba210a852))
41+
* rebuild project due to codegen change ([#56](https://github.com/Dataherald/dataherald-python/issues/56)) ([3f06cb7](https://github.com/Dataherald/dataherald-python/commit/3f06cb70c1ef852ec71f9b4763f991ffcf3e1562))
42+
* rebuild project due to codegen change ([#57](https://github.com/Dataherald/dataherald-python/issues/57)) ([eaf1330](https://github.com/Dataherald/dataherald-python/commit/eaf13302cfbaf6c7ed61717be1ce9359d716cbdf))
43+
* rebuild project due to codegen change ([#58](https://github.com/Dataherald/dataherald-python/issues/58)) ([2e4560f](https://github.com/Dataherald/dataherald-python/commit/2e4560f29d5e27c88dbcfd80aaa84fca1e64133b))
44+
* rebuild project due to codegen change ([#59](https://github.com/Dataherald/dataherald-python/issues/59)) ([7728427](https://github.com/Dataherald/dataherald-python/commit/7728427bca7e453c0897e599c2cb6e80b558e80e))
45+
* rebuild project due to codegen change ([#60](https://github.com/Dataherald/dataherald-python/issues/60)) ([6742d13](https://github.com/Dataherald/dataherald-python/commit/6742d13cf6e40582d84e19aa085ef36f6359fb4c))
46+
* remove now unused `cached-property` dep ([#63](https://github.com/Dataherald/dataherald-python/issues/63)) ([540b49a](https://github.com/Dataherald/dataherald-python/commit/540b49a21e53183ac7a5eb670b375e3ded2ecf34))
47+
48+
49+
### Documentation
50+
51+
* add info log level to readme ([#62](https://github.com/Dataherald/dataherald-python/issues/62)) ([175f6b8](https://github.com/Dataherald/dataherald-python/commit/175f6b8f5e544c979425b1a4c37be9a04162ceb8))
52+
* fix typos ([#91](https://github.com/Dataherald/dataherald-python/issues/91)) ([e3b409c](https://github.com/Dataherald/dataherald-python/commit/e3b409cb56dda58af9dca833b74a802682e5d9db))
53+
* **readme:** fix http client proxies example ([#69](https://github.com/Dataherald/dataherald-python/issues/69)) ([f0129cf](https://github.com/Dataherald/dataherald-python/commit/f0129cf790bb9849d6c64bae68b912756006e9da))
54+
355
## 0.20.0 (2024-05-06)
456

557
Full Changelog: [v0.19.0...v0.20.0](https://github.com/Dataherald/dataherald-python/compare/v0.19.0...v0.20.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataherald"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
description = "The official Python library for the Dataherald API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/dataherald/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "dataherald"
4-
__version__ = "0.20.0" # x-release-please-version
4+
__version__ = "0.20.1" # x-release-please-version

0 commit comments

Comments
 (0)