Skip to content

Commit 24729b6

Browse files
committed
chore: add google-adk & pydantic as dependencies / update version to 0.0.3
1 parent e462a8b commit 24729b6

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

adk-chatkit/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[project]
22
name = "adk-chatkit"
3-
version = "0.0.2"
4-
description = "Google ADK with openai chatkit"
3+
version = "0.0.3"
4+
description = "OpenAI chatkit backend support for Google ADK"
55
readme = "README.md"
66
authors = [
77
{ name = "Sachdeva, Kapil"}
88
]
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"openai-chatkit>=1.0.2",
12+
"google-adk>=1.16.0",
13+
"pydantic>=2.11.7",
1214
]
1315

1416
classifiers = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Kapil Sachdeva"
22
__application__ = "adk-chatkit"
3-
__version__ = "0.0.2"
3+
__version__ = "0.0.3"

uv.lock

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

0 commit comments

Comments
 (0)