Skip to content

Commit ecbf935

Browse files
release: 1.3.0
1 parent ca61cd2 commit ecbf935

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-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-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## 1.3.0 (2024-11-28)
4+
5+
Full Changelog: [v1.2.0...v1.3.0](https://github.com/Find-AI/find-ai-python/compare/v1.2.0...v1.3.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#23](https://github.com/Find-AI/find-ai-python/issues/23)) ([ef35843](https://github.com/Find-AI/find-ai-python/commit/ef35843af86df409a07ed8ed8c5869c63fb14e9c))
10+
* **api:** manual updates ([#24](https://github.com/Find-AI/find-ai-python/issues/24)) ([c0f093f](https://github.com/Find-AI/find-ai-python/commit/c0f093fa9809ceff333e07f6cc57112c5fe2ad32))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** avoid OverflowError with very large retry counts ([#20](https://github.com/Find-AI/find-ai-python/issues/20)) ([7864786](https://github.com/Find-AI/find-ai-python/commit/78647867531c1dacaab324e228d87048c80f93fb))
16+
* **client:** compat with new httpx 0.28.0 release ([#33](https://github.com/Find-AI/find-ai-python/issues/33)) ([ca61cd2](https://github.com/Find-AI/find-ai-python/commit/ca61cd2953ac090de4c950874724fd128d2ac73a))
17+
18+
19+
### Chores
20+
21+
* add repr to PageInfo class ([#22](https://github.com/Find-AI/find-ai-python/issues/22)) ([6472a2f](https://github.com/Find-AI/find-ai-python/commit/6472a2f1f9379b905bcc7f7d70eb2a3da088d09f))
22+
* **internal:** exclude mypy from running on tests ([#32](https://github.com/Find-AI/find-ai-python/issues/32)) ([1a805d6](https://github.com/Find-AI/find-ai-python/commit/1a805d682df0a825a2f91c6968b20b5b33b7850a))
23+
* **internal:** fix compat model_dump method when warnings are passed ([#28](https://github.com/Find-AI/find-ai-python/issues/28)) ([762203b](https://github.com/Find-AI/find-ai-python/commit/762203b6048de50c178f2c3623a6bb6081320f64))
24+
* rebuild project due to codegen change ([#25](https://github.com/Find-AI/find-ai-python/issues/25)) ([4b86eae](https://github.com/Find-AI/find-ai-python/commit/4b86eaedbd6df8fbb7e94f34e2d1a9b945d3530f))
25+
* rebuild project due to codegen change ([#26](https://github.com/Find-AI/find-ai-python/issues/26)) ([7ec6fa4](https://github.com/Find-AI/find-ai-python/commit/7ec6fa4a8efdb19233d684ea84a4682c0b1da503))
26+
* rebuild project due to codegen change ([#27](https://github.com/Find-AI/find-ai-python/issues/27)) ([9592b91](https://github.com/Find-AI/find-ai-python/commit/9592b916168b1a4b38c2df33a3122a9c712b3b75))
27+
* remove now unused `cached-property` dep ([#31](https://github.com/Find-AI/find-ai-python/issues/31)) ([b4a624b](https://github.com/Find-AI/find-ai-python/commit/b4a624bcd94809dbf465134ca12ccea4e7b8b3dc))
28+
29+
30+
### Documentation
31+
32+
* add info log level to readme ([#29](https://github.com/Find-AI/find-ai-python/issues/29)) ([2adc14e](https://github.com/Find-AI/find-ai-python/commit/2adc14ebdcd2fad48ac2b824dc27175d0871690e))
33+
334
## 1.2.0 (2024-10-08)
435

536
Full Changelog: [v1.0.0...v1.2.0](https://github.com/Find-AI/find-ai-python/compare/v1.0.0...v1.2.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 = "find_ai"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "The official Python library for the find-ai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/find_ai/_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__ = "find_ai"
4-
__version__ = "1.2.0" # x-release-please-version
4+
__version__ = "1.3.0" # x-release-please-version

0 commit comments

Comments
 (0)