diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4df1f..e1f2ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.3.0...v0.3.1) (2024-10-28) + + +### Bug Fixes + +* **deps:** Update python-nonmajor ([#72](https://github.com/googleapis/langchain-google-datastore-python/issues/72)) ([eb62784](https://github.com/googleapis/langchain-google-datastore-python/commit/eb6278462be320c98bc0fa8ccc3a0565b36cd9cd)) + ## [0.3.0](https://github.com/googleapis/langchain-google-datastore-python/compare/v0.2.0...v0.3.0) (2024-10-28) diff --git a/pyproject.toml b/pyproject.toml index 1212be2..77e2547 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ Changelog = "https://github.com/googleapis/langchain-google-datastore-python/blo [project.optional-dependencies] test = [ - "black[jupyter]==24.4.2", + "black[jupyter]==24.10.0", "isort==5.13.2", - "mypy==1.10.1", - "pytest-asyncio==0.23.7", - "pytest==8.2.2", + "mypy==1.13.0", + "pytest-asyncio==0.24.0", + "pytest==8.3.3", "pytest-cov==5.0.0" ] diff --git a/requirements.txt b/requirements.txt index 220cf6a..0ae73a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.3.0 -langchain-community==0.3.0 -google-cloud-datastore==2.19.0 -more_itertools==10.3.0 +langchain-core==0.3.13 +langchain-community==0.3.3 +google-cloud-datastore==2.20.1 +more_itertools==10.5.0 diff --git a/src/langchain_google_datastore/version.py b/src/langchain_google_datastore/version.py index 2b5d97a..74905ca 100644 --- a/src/langchain_google_datastore/version.py +++ b/src/langchain_google_datastore/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1"