File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/langchain_google_cloud_sql_mysql Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " langchain-google-cloud-sql-mysql"
3
- version = " 0.0.1 "
3
+ dynamic = [ " version " ]
4
4
description = " LangChain integrations for Google Cloud SQL for MySQL"
5
5
readme = " README.md"
6
6
license = {file = " LICENSE" }
@@ -11,6 +11,9 @@ dependencies = [
11
11
" cloud-sql-python-connector[pymysql]==1.5.0"
12
12
]
13
13
14
+ [tool .setuptools .dynamic ]
15
+ version = {attr = " langchain_google_cloud_sql_mysql.version.__version__" }
16
+
14
17
[project .urls ]
15
18
Homepage = " https://github.com/googleapis/langchain-google-cloud-sql-mysql-python"
16
19
Repository = " https://github.com/googleapis/langchain-google-cloud-sql-mysql-python.git"
Original file line number Diff line number Diff line change 20
20
MySQLDocumentSaver ,
21
21
MySQLLoader ,
22
22
)
23
+ from langchain_google_cloud_sql_mysql .version import __version__
23
24
24
25
__all__ = [
25
26
"MySQLChatMessageHistory" ,
26
27
"MySQLDocumentSaver" ,
27
28
"MySQLEngine" ,
28
29
"MySQLLoader" ,
30
+ __version__ ,
29
31
]
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- docker :
16
- image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
17
-
18
- begin-after-commit-hash : 70f7f0525414fe4dfeb2fc2e81546b073f83a621
15
+ __version__ = "0.1.0"
You can’t perform that action at this time.
0 commit comments