Skip to content

Commit 8835e75

Browse files
author
semantic-release
committed
chore(release): v2.15.0 [skip ci]
1 parent 2eda23f commit 8835e75

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,72 @@
11
# CHANGELOG
22

3+
## v2.15.0 (2024-09-24)
4+
5+
### Chore
6+
7+
* chore(deps-dev): bump cryptography from 42.0.7 to 43.0.1 (#209)
8+
9+
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 43.0.1.
10+
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
11+
- [Commits](https://github.com/pyca/cryptography/compare/42.0.7...43.0.1)
12+
13+
---
14+
updated-dependencies:
15+
- dependency-name: cryptography
16+
dependency-type: indirect
17+
...
18+
19+
Signed-off-by: dependabot[bot] <support@github.com>
20+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e811d74`](https://github.com/AI21Labs/ai21-python/commit/e811d74bfb067546f7e1873a273896b4747a7d57))
21+
22+
* chore(deps): bump python-semantic-release/python-semantic-release (#207)
23+
24+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.7 to 9.8.8.
25+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
26+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
27+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.7...v9.8.8)
28+
29+
---
30+
updated-dependencies:
31+
- dependency-name: python-semantic-release/python-semantic-release
32+
dependency-type: direct:production
33+
update-type: version-update:semver-patch
34+
...
35+
36+
Signed-off-by: dependabot[bot] <support@github.com>
37+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
38+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`37cfc24`](https://github.com/AI21Labs/ai21-python/commit/37cfc244ca3989718fea80ab02360ec78d4343f3))
39+
40+
* chore(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#208)
41+
42+
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0.
43+
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
44+
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0...8a08d616893759ef8e1aa1f2785787c0b97e20d6)
45+
46+
---
47+
updated-dependencies:
48+
- dependency-name: pypa/gh-action-pypi-publish
49+
dependency-type: direct:production
50+
update-type: version-update:semver-minor
51+
...
52+
53+
Signed-off-by: dependabot[bot] <support@github.com>
54+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6bec329`](https://github.com/AI21Labs/ai21-python/commit/6bec329d453b969f721c5a27d1459fe2cbdea9a7))
55+
56+
### Feature
57+
58+
* feat: Bedrock model id support for jamba-1.5 (#212)
59+
60+
* feat: Bedrock model id support for jamba-1.5
61+
62+
* fix: Bedrock examples ([`2eda23f`](https://github.com/AI21Labs/ai21-python/commit/2eda23f1aedcd65671554aff93e3feaf929cb903))
63+
364
## v2.14.1 (2024-08-26)
465

66+
### Chore
67+
68+
* chore(release): v2.14.1 [skip ci] ([`2816660`](https://github.com/AI21Labs/ai21-python/commit/28166609752483988974c089e6eb09a7bf82f48c))
69+
570
### Fix
671

772
* fix: Bug fixes - embed, streaming response, request retry rename (#206)

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.14.1"
1+
VERSION = "2.15.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "2.14.1"
49+
version = "2.15.0"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)