Skip to content

Commit f6423e7

Browse files
committed
chore(main): release 0.17.3
1 parent 4b122cf commit f6423e7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.17.3](https://github.com/instill-ai/python-sdk/compare/v0.17.2...v0.17.3) (2025-06-24)
4+
5+
6+
### Features
7+
8+
* **cli,model,llm-runtime:** unify LLM runtimes ([#285](https://github.com/instill-ai/python-sdk/issues/285)) ([9950b8a](https://github.com/instill-ai/python-sdk/commit/9950b8ab4d3de8461c3af1f49efd4ecaa2613774))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps-dev:** bump setuptools from 74.1.2 to 78.1.1 ([#279](https://github.com/instill-ai/python-sdk/issues/279)) ([33fda4f](https://github.com/instill-ai/python-sdk/commit/33fda4f77536a37c724a36b0bb6be6e34612aad7))
14+
* **deps-dev:** bump tornado from 6.4.2 to 6.5.1 ([#280](https://github.com/instill-ai/python-sdk/issues/280)) ([0caa2fe](https://github.com/instill-ai/python-sdk/commit/0caa2fe7f79a31382141f21f0edc862650a8c107))
15+
* **deps:** bump protobuf from 4.25.3 to 4.25.8 ([#286](https://github.com/instill-ai/python-sdk/issues/286)) ([4b122cf](https://github.com/instill-ai/python-sdk/commit/4b122cfbd228f165e62c0b56e5b4310a71567af8))
16+
* **deps:** bump requests from 2.32.3 to 2.32.4 ([#282](https://github.com/instill-ai/python-sdk/issues/282)) ([970f693](https://github.com/instill-ai/python-sdk/commit/970f693bb0b35a3a894c42f7194fbe7d7453ad69))
17+
* **domain:** update production domain ([3f0efe0](https://github.com/instill-ai/python-sdk/commit/3f0efe07b17fa50a9224f8c8e798a1730cad3d54))
18+
* **mypy:** fix make check errors ([971e640](https://github.com/instill-ai/python-sdk/commit/971e64023aec28378ddc5dcea50519b1efd6e2e9))
19+
* **pacakge:** upgrade versions ([4e45717](https://github.com/instill-ai/python-sdk/commit/4e45717fce55b10e338474688dc4ddcd9ad1f373))
20+
* **poetry:** lock ray version on 2.47.0 ([da75851](https://github.com/instill-ai/python-sdk/commit/da75851f229bd46271c90e4e2559763fe5ac16cb))
21+
* **release-please:** update config.json ([#281](https://github.com/instill-ai/python-sdk/issues/281)) ([13cbace](https://github.com/instill-ai/python-sdk/commit/13cbace811abd24c39039d907fc202cae26fda17))
22+
323
## [0.17.2](https://github.com/instill-ai/python-sdk/compare/v0.17.1...v0.17.2) (2025-05-17)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "python sdk for Instill AI products"
44
name = "instill-sdk"
5-
version = "0.17.2"
5+
version = "0.17.3"
66

77
packages = [{include = "instill"}]
88

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.17.2"
2+
".": "0.17.3"
33
}

0 commit comments

Comments
 (0)