nvidia-nat-adk 1.4.0a20251106__py3-none-any.whl → 1.4.0a20251107__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nat/plugins/adk/llm.py CHANGED
@@ -46,6 +46,7 @@ async def azure_openai_adk(config: AzureOpenAIModelConfig, _builder: Builder):
46
46
  },
47
47
  by_alias=True,
48
48
  exclude_none=True,
49
+ exclude_unset=True,
49
50
  )
50
51
  if config.azure_endpoint:
51
52
  config_dict["api_base"] = config.azure_endpoint
@@ -63,6 +64,7 @@ async def litellm_adk(litellm_config: LiteLlmModelConfig, _builder: Builder):
63
64
  exclude={"type", "max_retries", "thinking", "api_type"},
64
65
  by_alias=True,
65
66
  exclude_none=True,
67
+ exclude_unset=True,
66
68
  ))
67
69
 
68
70
 
@@ -90,6 +92,7 @@ async def nim_adk(config: NIMModelConfig, _builder: Builder):
90
92
  exclude={"type", "max_retries", "thinking", "model_name", "model", "base_url", "api_type"},
91
93
  by_alias=True,
92
94
  exclude_none=True,
95
+ exclude_unset=True,
93
96
  )
94
97
  if config.base_url:
95
98
  config_dict["api_base"] = config.base_url
@@ -113,6 +116,7 @@ async def openai_adk(config: OpenAIModelConfig, _builder: Builder):
113
116
  exclude={"type", "max_retries", "thinking", "model_name", "model", "base_url", "api_type"},
114
117
  by_alias=True,
115
118
  exclude_none=True,
119
+ exclude_unset=True,
116
120
  )
117
121
  if config.base_url:
118
122
  config_dict["api_base"] = config.base_url
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-adk
3
- Version: 1.4.0a20251106
3
+ Version: 1.4.0a20251107
4
4
  Summary: Subpackage for Google ADK integration in NeMo Agent Toolkit
5
5
  Author: NVIDIA Corporation
6
6
  Maintainer: NVIDIA Corporation
@@ -16,7 +16,7 @@ Requires-Python: <3.14,>=3.11
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE-3rd-party.txt
18
18
  License-File: LICENSE.md
19
- Requires-Dist: nvidia-nat[litellm]==v1.4.0a20251106
19
+ Requires-Dist: nvidia-nat[litellm]==v1.4.0a20251107
20
20
  Requires-Dist: google-adk~=1.14.1
21
21
  Dynamic: license-file
22
22
 
@@ -1,13 +1,13 @@
1
1
  nat/meta/pypi.md,sha256=AOSYTEk4JQQeaQQ1fA7v__j9-5rchBPvvSAICORgttE,953
2
2
  nat/plugins/adk/__init__.py,sha256=GUJrgGtpvyMUCjUBvR3faAdv-tZzbU9W-izgx9aMEQg,680
3
3
  nat/plugins/adk/adk_callback_handler.py,sha256=JtyqakzOVGhnGQOZY7RRrWIO6rFNgsrC2j5Dv42HlkQ,12706
4
- nat/plugins/adk/llm.py,sha256=43UaoTcEnNmpLGX3VdYIL89jrpcudC2lUnpbcUTn5l4,4505
4
+ nat/plugins/adk/llm.py,sha256=guQAP8ZmLiPPvJfdxOPJLIOII8VgZ67sAeLkleFksHk,4617
5
5
  nat/plugins/adk/register.py,sha256=q6ZOmldtbr_7Gr8iUS8xrhR8_FhSubwGqr7VJNrZg1A,809
6
6
  nat/plugins/adk/tool_wrapper.py,sha256=TroOo7tM6I3gOqMxOL7fQmPsyVKlntPPRNbYQMk6JHs,5779
7
- nvidia_nat_adk-1.4.0a20251106.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
8
- nvidia_nat_adk-1.4.0a20251106.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
9
- nvidia_nat_adk-1.4.0a20251106.dist-info/METADATA,sha256=ODypkhHEdZlgQU73JGfcZ3Cf01m4e5RWXjeGwTkaegI,1772
10
- nvidia_nat_adk-1.4.0a20251106.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- nvidia_nat_adk-1.4.0a20251106.dist-info/entry_points.txt,sha256=K1K0clA1uqXk1Q0dh8ZaWNQyveaFx_XvgBWzCyGMYts,52
12
- nvidia_nat_adk-1.4.0a20251106.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
13
- nvidia_nat_adk-1.4.0a20251106.dist-info/RECORD,,
7
+ nvidia_nat_adk-1.4.0a20251107.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
8
+ nvidia_nat_adk-1.4.0a20251107.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
9
+ nvidia_nat_adk-1.4.0a20251107.dist-info/METADATA,sha256=375-Fk8mepnnyUB6BCXPa-ozuYgEYVrzMjpfLGU4i9g,1772
10
+ nvidia_nat_adk-1.4.0a20251107.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ nvidia_nat_adk-1.4.0a20251107.dist-info/entry_points.txt,sha256=K1K0clA1uqXk1Q0dh8ZaWNQyveaFx_XvgBWzCyGMYts,52
12
+ nvidia_nat_adk-1.4.0a20251107.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
13
+ nvidia_nat_adk-1.4.0a20251107.dist-info/RECORD,,