Skip to content

Commit 8f214c6

Browse files
committed
Merge branch 'develop' of https://github.com/codegen-sh/codegen-sdk into develop
2 parents 5944e5f + fb102cd commit 8f214c6

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

docs/changelog/changelog.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ icon: "clock"
44
iconType: "solid"
55
---
66

7+
<Update label="v0.48.8" description="March 11, 2025">
8+
### [Enhancements in documentation and repository retrieval.](https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.48.8)
9+
- Bug fix: updated openai dependency to v1.66.0
10+
- Added architecture documentation
11+
- Enhanced API reference documentation
12+
- Introduced full history option in repository retrieval
13+
</Update>
14+
15+
16+
<Update label="v0.48.7" description="March 10, 2025">
17+
### [Enhances error handling and adds custom langgraph nodes.](https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.48.7)
18+
- Improved error handling with enhanced retry policy
19+
- Introduced custom langgraph nodes
20+
</Update>
21+
722
<Update label="v0.48.6" description="March 10, 2025">
823
### [Fixes null body issue in pull request context.](https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.48.6)
924
- Fix null body issue in pull request context

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
# renovate: datasource=python-version depName=python
77
requires-python = ">=3.12, <3.14"
88
dependencies = [
9-
"openai==1.65.5",
9+
"openai==1.66.0",
1010
"tiktoken<1.0.0,>=0.5.1",
1111
"tabulate>=0.9.0,<1.0.0",
1212
"codeowners<1.0.0,>=0.6.0",

uv.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)