Skip to content

Commit

Permalink
fix(deps): update python-nonmajor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 28, 2025
1 parent 07ed048 commit c9ab7f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Changelog = "https://github.com/googleapis/langchain-google-bigtable-python/blob

[project.optional-dependencies]
test = [
"black[jupyter]==24.8.0",
"black[jupyter]==24.10.0",
"isort==6.0.0",
"mypy==1.11.2",
"pytest-asyncio==0.24.0",
"pytest==8.3.3",
"mypy==1.14.1",
"pytest-asyncio==0.25.2",
"pytest==8.3.4",
"pytest-cov==6.0.0"
]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
langchain-core==0.3.0
google-cloud-bigtable==2.26.0
deprecated==1.2.14
langchain-core==0.3.31
google-cloud-bigtable==2.28.1
deprecated==1.2.18

0 comments on commit c9ab7f6

Please sign in to comment.