|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v3.1.0-rc.5 (2025-01-08) |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +- :bug: await needed for async `plans.create` |
| 9 | + ([#252](https://github.com/AI21Labs/ai21-python/pull/252), |
| 10 | + [`d646e99`](https://github.com/AI21Labs/ai21-python/commit/d646e99cdd1dabca423b62e7e001ca58c5105594)) |
| 11 | + |
| 12 | +Co-authored-by: benshuk <bens@ai21.com> |
| 13 | + |
| 14 | +### Chores |
| 15 | + |
| 16 | +- **deps-dev**: Bump jinja2 from 3.1.4 to 3.1.5 |
| 17 | + ([#247](https://github.com/AI21Labs/ai21-python/pull/247), |
| 18 | + [`2d36461`](https://github.com/AI21Labs/ai21-python/commit/2d36461958abeb267c7f664fd2c1ce43d59d5506)) |
| 19 | + |
| 20 | +Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release |
| 21 | + notes](https://github.com/pallets/jinja/releases) - |
| 22 | + [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - |
| 23 | + [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) |
| 24 | + |
| 25 | +--- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect |
| 26 | + |
| 27 | +... |
| 28 | + |
| 29 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 30 | + |
| 31 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 32 | + |
| 33 | +### Refactoring |
| 34 | + |
| 35 | +- :label: change `rag` tool resource to `file_search` |
| 36 | + ([#251](https://github.com/AI21Labs/ai21-python/pull/251), |
| 37 | + [`c09170f`](https://github.com/AI21Labs/ai21-python/commit/c09170fdc2ce93aa768704aa343c769af654d686)) |
| 38 | + |
| 39 | +Co-authored-by: benshuk <bens@ai21.com> |
| 40 | + |
| 41 | + |
4 | 42 | ## v3.1.0-rc.4 (2025-01-08) |
5 | 43 |
|
6 | 44 | ### Chores |
@@ -52,6 +90,9 @@ Signed-off-by: dependabot[bot] <support@github.com> |
52 | 90 |
|
53 | 91 | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
54 | 92 |
|
| 93 | +- **release**: V3.1.0-rc.4 [skip ci] |
| 94 | + ([`4327dbb`](https://github.com/AI21Labs/ai21-python/commit/4327dbbd38dcf1dead95eda3dcc88f0e03aedd70)) |
| 95 | + |
55 | 96 | ### Continuous Integration |
56 | 97 |
|
57 | 98 | - Freeze poetry version ([#246](https://github.com/AI21Labs/ai21-python/pull/246), |
|
0 commit comments