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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 1.24.1 (2025-04-23)
4
+
5
+
Full Changelog: [v1.24.0...v1.24.1](https://github.com/Finch-API/finch-api-python/compare/v1.24.0...v1.24.1)
6
+
7
+
### Bug Fixes
8
+
9
+
***pydantic v1:** more robust ModelField.annotation check ([579eedd](https://github.com/Finch-API/finch-api-python/commit/579eeddd1fcbbe147add3aa929ee4767e2b43e83))
10
+
11
+
12
+
### Chores
13
+
14
+
* broadly detect json family of content-type headers ([2864fa8](https://github.com/Finch-API/finch-api-python/commit/2864fa89555340d8e654cd17bdc3ee089eaee3a3))
15
+
***ci:** only use depot for staging repos ([e8a6836](https://github.com/Finch-API/finch-api-python/commit/e8a6836f06bd970a5ac10189753aa1778feea6ef))
16
+
***ci:** run on more branches and use depot runners ([5203afe](https://github.com/Finch-API/finch-api-python/commit/5203afee32ed62d01217ee6bddc41770fb1deccd))
17
+
***internal:** fix list file params ([42ed0b1](https://github.com/Finch-API/finch-api-python/commit/42ed0b1e0e0e5791b90f5ca9c09fd3614bf86067))
18
+
***internal:** minor formatting changes ([f517369](https://github.com/Finch-API/finch-api-python/commit/f5173692369bdbf1223d2b89be54cc43fe95e50a))
19
+
***internal:** refactor retries to not use recursion ([64f0107](https://github.com/Finch-API/finch-api-python/commit/64f01072073a9ffc71e2fe274179df4f372953f0))
20
+
3
21
## 1.24.0 (2025-04-22)
4
22
5
23
Full Changelog: [v1.23.1...v1.24.0](https://github.com/Finch-API/finch-api-python/compare/v1.23.1...v1.24.0)
0 commit comments