File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " toolbox-langchain"
3
- version = " 0.0.1 "
3
+ dynamic = [ " version " ]
4
4
description = " Python SDK for interacting with the Toolbox service with LangChain"
5
5
license = {file = " LICENSE" }
6
6
requires-python = " >=3.9"
@@ -26,10 +26,14 @@ classifiers = [
26
26
" Programming Language :: Python :: 3.12" ,
27
27
]
28
28
29
+ [tool .setuptools .dynamic ]
30
+ version = {attr = " toolbox_langchain.version.__version__" }
31
+
29
32
[project .urls ]
30
- Homepage = " https://github.com/googleapis/genai-toolbox"
31
- Repository = " https://github.com/googleapis/genai-toolbox.git"
32
- "Bug Tracker" = " https://github.com/googleapis/genai-toolbox/issues"
33
+ Homepage = " https://github.com/googleapis/genai-toolbox-langchain-python"
34
+ Repository = " https://github.com/googleapis/genai-toolbox-langchain-python.git"
35
+ "Bug Tracker" = " https://github.com/googleapis/genai-toolbox-langchain-python/issues"
36
+ Changelog = " https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/CHANGELOG.md"
33
37
34
38
[project .optional-dependencies ]
35
39
test = [
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ __version__ = "0.1.0"
You can’t perform that action at this time.
0 commit comments