Skip to content

Commit eca5108

Browse files
committed
chore(deps): update python-nonmajor
1 parent e03b316 commit eca5108

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ Changelog = "https://github.com/googleapis/langchain-google-spanner-python/blob/
3636

3737
[project.optional-dependencies]
3838
lint = [
39-
"black[jupyter]==24.8.0",
39+
"black[jupyter]==24.10.0",
4040
"flake8==6.1.0",
4141
"isort==5.13.2",
4242
]
4343

4444
test = [
45-
"black[jupyter]==24.8.0",
45+
"black[jupyter]==24.10.0",
4646
"bs4==0.0.2",
4747
"flake8==6.1.0",
4848
"isort==5.13.2",
49-
"mypy==1.11.2",
50-
"pytest==8.3.3",
51-
"pytest-asyncio==0.24.0",
49+
"mypy==1.16.0",
50+
"pytest==8.4.0",
51+
"pytest-asyncio==0.26.0",
5252
"pytest-cov==5.0.0",
53-
"langchain_google_vertexai==2.0.8"
53+
"langchain_google_vertexai==2.0.24"
5454
]
5555

5656
[build-system]

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-spanner==3.51.0
2-
langchain-core==0.3.15
3-
langchain-community==0.3.1
4-
pydantic==2.9.1
1+
google-cloud-spanner==3.55.0
2+
langchain-core==0.3.63
3+
langchain-community==0.3.24
4+
pydantic==2.11.5

0 commit comments

Comments
 (0)