You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***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
+
3
34
## 1.2.0 (2024-10-08)
4
35
5
36
Full Changelog: [v1.0.0...v1.2.0](https://github.com/Find-AI/find-ai-python/compare/v1.0.0...v1.2.0)
0 commit comments