Skip to content

Commit 3bdad90

Browse files
author
semantic-release
committed
chore(release): v3.1.0-rc.1 [skip ci]
1 parent f1f5cbc commit 3bdad90

File tree

3 files changed

+142
-2
lines changed

3 files changed

+142
-2
lines changed

CHANGELOG.md

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,144 @@
11
# CHANGELOG
22

33

4+
## v3.1.0-rc.1 (2024-12-04)
5+
6+
### Chores
7+
8+
* chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 (#227)
9+
10+
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.12.2.
11+
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
12+
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/f7600683efdcb7656dec5b29656edb7bc586e597...15c56dba361d8335944d31a2ecd17d700fc7bcbc)
13+
14+
---
15+
updated-dependencies:
16+
- dependency-name: pypa/gh-action-pypi-publish
17+
dependency-type: direct:production
18+
update-type: version-update:semver-minor
19+
...
20+
21+
Signed-off-by: dependabot[bot] <[email protected]>
22+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23+
Co-authored-by: Asaf Joseph Gardin <[email protected]> ([`4247632`](https://github.com/AI21Labs/ai21-python/commit/4247632694cee72baf6208ff61a806611a5f2ebe))
24+
25+
### Features
26+
27+
* feat: :sparkles: add support for `Plan` and `Route` resources (#238)
28+
29+
* feat: :sparkles: add support for Plan resource
30+
31+
* feat: :sparkles: add support for Route resource
32+
33+
* fix: :label: List instead of list
34+
35+
* refactor: :truck: rename classes and files
36+
37+
---------
38+
39+
Co-authored-by: benshuk <[email protected]> ([`f1f5cbc`](https://github.com/AI21Labs/ai21-python/commit/f1f5cbccb894fdd2ccb8680376801cd9c9bc4391))
40+
41+
* feat: ✨ add support for Run resource (#236)
42+
43+
* feat: :sparkles: add support for Run resource
44+
45+
* fix: :label: typing backwards compatability
46+
47+
* refactor: :truck: rename classes & types and such
48+
49+
* refactor: :fire: remove `avatar` option
50+
51+
* fix: :label: typing yay
52+
53+
* feat: :sparkles: add examples
54+
55+
* fix: :label: make `description` optional
56+
57+
* docs: :memo: add assistants info to README
58+
59+
also, add examples
60+
61+
* test: :white_check_mark: add assistants to tests
62+
63+
* docs: :memo: update docs about Assistants
64+
65+
* docs: :memo: better example
66+
67+
* chore: :truck: move files
68+
69+
* docs: :memo: examples fixes
70+
71+
---------
72+
73+
Co-authored-by: benshuk <[email protected]> ([`d4beb22`](https://github.com/AI21Labs/ai21-python/commit/d4beb227242d6e2055f1279b6ba9f453a5c0233b))
74+
75+
* feat: :sparkles: add support for Message resource ([`b483e70`](https://github.com/AI21Labs/ai21-python/commit/b483e704743a2d9e8fbd5da99f97bf348263a4d5))
76+
77+
* feat: :sparkles: add support for Thread resource ([`62566cd`](https://github.com/AI21Labs/ai21-python/commit/62566cd1fd0b42bfcd181ebb5b5032e62a15730b))
78+
79+
* feat: :sparkles: add support for Assistant resource
80+
81+
under `beta` ([`16ef903`](https://github.com/AI21Labs/ai21-python/commit/16ef9038dc50f4c7731953bdc51073ba45655b03))
82+
83+
* feat: :sparkles: add support for Assistant resource
84+
85+
under `beta` ([`4b31a42`](https://github.com/AI21Labs/ai21-python/commit/4b31a42351d42b6604a9b05ea9bc0b19413d91d8))
86+
87+
### Fixes
88+
89+
* fix: :truck: rename `get` method to `retrieve` ([`d2747a5`](https://github.com/AI21Labs/ai21-python/commit/d2747a56169c8c68cd9701291fab72509835f830))
90+
91+
* fix: :truck: move classes and such ([`c944172`](https://github.com/AI21Labs/ai21-python/commit/c944172571e10452b93542944794e6bcaeaff2c7))
92+
93+
* fix: :truck: rename classes and such ([`ae7a3e4`](https://github.com/AI21Labs/ai21-python/commit/ae7a3e40dd13c3feb0b41af8bbef3ed4b2490ca9))
94+
95+
* fix: :green_heart: imports ([`a9f7d67`](https://github.com/AI21Labs/ai21-python/commit/a9f7d67feaa088ffa97f87220e3198cf0d5eb0b3))
96+
97+
* fix: :label: tool_resources use type ([`5de2d8c`](https://github.com/AI21Labs/ai21-python/commit/5de2d8c0af03b7e1fb95bf7302422374e0d77954))
98+
99+
* fix: :label: remove `Model` Literal typing ([`90f44f5`](https://github.com/AI21Labs/ai21-python/commit/90f44f575b3031f4b11edcbc6e9fef4a8b2e1c62))
100+
101+
* fix: :bug: pr fixes ([`c46e517`](https://github.com/AI21Labs/ai21-python/commit/c46e517cfd8619e4cb25581f5e714ee8fc919e47))
102+
103+
* fix: :label: better typing & remove doc string ([`18d0092`](https://github.com/AI21Labs/ai21-python/commit/18d009202b64a41e70c9824fa14256e4c741606f))
104+
105+
* fix: :bug: use `List` for typing instead of `list` ([`fc45f19`](https://github.com/AI21Labs/ai21-python/commit/fc45f19027b9f21cbf3c711952a6b1ddc3db932c))
106+
107+
* fix: :green_heart: imports ([`f9e695b`](https://github.com/AI21Labs/ai21-python/commit/f9e695bd5e51b49ade8342cb4796cf2b1b97e630))
108+
109+
* fix: :label: tool_resources use type ([`c8ee041`](https://github.com/AI21Labs/ai21-python/commit/c8ee04176eeb3cf70591048a7fcf516dab99c5f4))
110+
111+
* fix: :label: remove `Model` Literal typing ([`17af071`](https://github.com/AI21Labs/ai21-python/commit/17af071f1a8d3dc7913ee7922884eedf1468f157))
112+
113+
* fix: :bug: pr fixes ([`dd7d71d`](https://github.com/AI21Labs/ai21-python/commit/dd7d71d82eda94ef2a72fdb1492015d57444bf4e))
114+
115+
* fix: :label: better typing & remove doc string ([`a03deab`](https://github.com/AI21Labs/ai21-python/commit/a03deab60a4a4be43a3211959a16c4ea132bf63f))
116+
117+
* fix: :bug: use `List` for typing instead of `list` ([`3128145`](https://github.com/AI21Labs/ai21-python/commit/3128145a85283c8f7ed0984fffee7febb32f3ae0))
118+
119+
### Refactoring
120+
121+
* refactor: :art: reformat functions with 2+ arguments ([`a8c345e`](https://github.com/AI21Labs/ai21-python/commit/a8c345e81f2b29dd14e5ec118d5f4068792198df))
122+
123+
* refactor: :truck: move `MessageResponse` type to a separate file ([`151f5ac`](https://github.com/AI21Labs/ai21-python/commit/151f5acfa2d83fccb8b9bc459fce761324542ce5))
124+
125+
### Unknown
126+
127+
* Merge pull request #234 from AI21Labs/messages
128+
129+
feat: :sparkles: add support for Message resource ([`abcc2f9`](https://github.com/AI21Labs/ai21-python/commit/abcc2f9fc465244f35ae11cf6cd910f03016a722))
130+
131+
* Merge pull request #232 from AI21Labs/threads
132+
133+
feat: :sparkles: add support for Thread resource ([`29fb8ce`](https://github.com/AI21Labs/ai21-python/commit/29fb8ce68a48ce94196059eadd0664726e59207a))
134+
135+
* Merge remote-tracking branch 'origin/rc_assistant_api_support' into rc_assistant_api_support ([`2cf1a85`](https://github.com/AI21Labs/ai21-python/commit/2cf1a85950dd6b52dc1ded2606cef21fe358f224))
136+
137+
* Merge pull request #231 from AI21Labs/assistant
138+
139+
feat: :sparkles: add support for Assistant resource ([`139887d`](https://github.com/AI21Labs/ai21-python/commit/139887d99edf8d8fb23e43e40511cb5b6753d577))
140+
141+
4142
## v3.0.0 (2024-11-11)
5143

6144
### Breaking
@@ -9,6 +147,8 @@
9147

10148
### Chores
11149

150+
* chore(release): v3.0.0 [skip ci] ([`7457c5b`](https://github.com/AI21Labs/ai21-python/commit/7457c5b2c2d9dab24b1cf863786db710bd16f7a6))
151+
12152
* chore(release): v2.16.0 [skip ci] ([`d8a6ecc`](https://github.com/AI21Labs/ai21-python/commit/d8a6ecc0da4f19183cdba826cf6641ad39dafbe8))
13153

14154
### Features

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.0.0"
1+
VERSION = "3.1.0-rc.1"

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 = "3.0.0"
49+
version = "3.1.0-rc.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)