Skip to content

Commit e6537de

Browse files
committed
chore(release): configure release-please for v2.0.0 GA
Change-Id: If39d565130df657d08e4367394c33771e68ad364
1 parent 7fc5b0e commit e6537de

24 files changed

Lines changed: 71 additions & 57 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.34.0"
2+
".": "2.0.0-beta.1"
33
}

.github/release-please-config.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"last-release-sha": "88421f80a0b008e90f18401abca4ceec3548f6cd",
43
"packages": {
54
".": {
65
"release-type": "python",
7-
"versioning": "always-bump-minor",
86
"package-name": "google-adk",
97
"include-component-in-tag": false,
108
"skip-github-release": true,
@@ -57,5 +55,6 @@
5755
}
5856
]
5957
}
60-
}
58+
},
59+
"last-release-sha": "81a15a5229564c1448f79c75c0fc86218aebc1a2"
6160
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ optional-dependencies.test = [
208208
"opentelemetry-exporter-gcp-monitoring>=1.9.0a0,<2",
209209
"opentelemetry-exporter-gcp-trace>=1.9,<2",
210210
"opentelemetry-exporter-otlp-proto-http>=1.36",
211-
"opentelemetry-resourcedetector-gcp>=1.9.0a0,<2",
212211
"opentelemetry-instrumentation-google-genai>=0.3b0,<1",
212+
"opentelemetry-resourcedetector-gcp>=1.9.0a0,<2",
213213
"pandas>=2.2.3",
214214
"pyarrow>=14",
215215
"pypika>=0.50",

src/google/adk/agents/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import TYPE_CHECKING
16-
from typing import Any
1715
import importlib
16+
from typing import Any
17+
from typing import TYPE_CHECKING
1818

1919
from .base_agent import BaseAgent
2020
from .context import Context
@@ -46,6 +46,7 @@
4646
'RunConfig',
4747
]
4848

49+
4950
def __getattr__(name: str) -> Any:
5051
if name == 'McpInstructionProvider':
5152
module = importlib.import_module('.mcp_instruction_provider', __name__)
@@ -54,5 +55,6 @@ def __getattr__(name: str) -> Any:
5455
return attr
5556
raise AttributeError(f'module {__name__!r} has no attribute {name!r}')
5657

58+
5759
def __dir__() -> list[str]:
5860
return list(globals().keys()) + __all__

src/google/adk/cli/adk_web_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from __future__ import annotations
1616

1717
import logging
18+
1819
from typing_extensions import deprecated
1920

2021
from .api_server import _parse_cors_origins
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"backendUrl": ""
3-
}
3+
}

src/google/adk/cli/browser/chunk-3YZ77ADE.js

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

src/google/adk/cli/browser/chunk-B2DSW4QB.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import{g as e}from"./chunk-JRNAXTJ7.js";var l=e(()=>`
66
overflow: visible;
77
vertical-align: -0.125em;
88
}
9-
9+
1010
.node .label-icon path {
1111
fill: currentColor;
1212
stroke: revert;

src/google/adk/cli/browser/chunk-BDIW4D5I.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)