@@ -4,7 +4,7 @@ dynamic = ["version"]
44description = " LangChain integrations for Google Cloud SQL for PostgreSQL"
55readme = " README.rst"
66license = {file = " LICENSE" }
7- requires-python = " >=3.9 "
7+ requires-python = " >=3.10 "
88authors = [
99 {name = " Google LLC" , email = " googleapis-packages@google.com" }
1010]
@@ -13,7 +13,6 @@ dependencies = [
1313 " cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0" ,
1414 " numpy>=1.24.4, <3.0.0; python_version >= '3.11'" ,
1515 " numpy>=1.24.4, <=2.2.6; python_version == '3.10'" ,
16- " numpy>=1.24.4, <=2.0.2; python_version <= '3.9'" ,
1716 " langchain-postgres>=0.0.16" ,
1817]
1918
@@ -22,10 +21,10 @@ classifiers = [
2221 " License :: OSI Approved :: Apache Software License" ,
2322 " Programming Language :: Python" ,
2423 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.9" ,
2624 " Programming Language :: Python :: 3.10" ,
2725 " Programming Language :: Python :: 3.11" ,
2826 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2928]
3029
3130[tool .setuptools .dynamic ]
@@ -43,8 +42,7 @@ langgraph = [
4342]
4443test = [
4544 " black[jupyter]==25.9.0" ,
46- " isort==6.1.0; python_version == '3.9'" ,
47- " isort==7.0.0; python_version >= '3.10'" ,
45+ " isort==7.0.0" ,
4846 " mypy==1.18.2" ,
4947 " pytest-asyncio==0.26.0" ,
5048 " pytest==9.0.2" ,
@@ -64,7 +62,7 @@ target-version = ['py39']
6462profile = " black"
6563
6664[tool .mypy ]
67- python_version = 3.9
65+ python_version = " 3.10 "
6866warn_unused_configs = true
6967disallow_incomplete_defs = true
7068
0 commit comments