Skip to content

Commit 417e6b7

Browse files
ebowwaclaude
andcommitted
chore: bump version to 0.4.41
- Fixed Gemini video content validation error (PR #36) - Video content now properly wrapped in types.Part objects - Updated CHANGELOG with fix details 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b2f4c75 commit 417e6b7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.4.41] - 2025-08-28
2+
### Fixed
3+
- Fixed Gemini video content validation error (PR #36)
4+
- Video content now properly wrapped in `types.Part` objects with `inline_data`
5+
- Prevents "Extra inputs are not permitted" Pydantic validation errors
6+
- Maintains full compatibility with base64 and file path video inputs
7+
- Preserves existing MIME type detection logic
8+
19
## 0.4.4 - Gemini 2.5 Flash Image support
210
- Add text-to-image, image edit (image+prompt), and multi-image fusion via unified CompletionClient
311
- Model availability checks and graceful skips for tests/examples

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ai-proxy-core"
7-
version = "0.4.40"
7+
version = "0.4.41"
88
authors = [
99
{name = "ebowwa", email = "your-email@example.com"},
1010
]

0 commit comments

Comments
 (0)