Skip to content

Commit 5e78f28

Browse files
authored
Upgrade sdk (#109)
* upgrade codex-python version * update release notes
1 parent 2898a18 commit 5e78f28

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.29] 2025-09-19
11+
12+
- Upgrade codex-python version
13+
1014
## [1.0.28] 2025-09-05
1115

1216
- Update metadata support for query logs, `project.update_metadata()`
@@ -132,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132136

133137
- Initial release of the `cleanlab-codex` client library.
134138

135-
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.28...HEAD
139+
[Unreleased]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.29...HEAD
140+
[1.0.29]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.28...v1.0.29
136141
[1.0.28]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.27...v1.0.28
137142
[1.0.27]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.26...v1.0.27
138143
[1.0.26]: https://github.com/cleanlab/cleanlab-codex/compare/v1.0.25...v1.0.26

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"cleanlab-tlm~=1.1,>=1.1.14",
29-
"codex-sdk==0.1.0a26",
29+
"codex-sdk==0.1.0a28",
3030
"pydantic>=2.0.0, <3",
3131
]
3232

src/cleanlab_codex/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "1.0.28"
2+
__version__ = "1.0.29"

0 commit comments

Comments
 (0)