Skip to content

Commit

Permalink
Bump senzing from 0.2.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [senzing](https://github.com/Senzing/g2-sdk-python) from 0.2.0 to 3.0.1.
- [Release notes](https://github.com/Senzing/g2-sdk-python/releases)
- [Changelog](https://github.com/senzing-garage/g2-sdk-python/blob/3.0.1/CHANGELOG.md)
- [Commits](https://github.com/Senzing/g2-sdk-python/commits/3.0.1)

---
updated-dependencies:
- dependency-name: senzing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent e3ffa00 commit 3432fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.68.1
protobuf==5.29.1
senzing==0.2.0
senzing==3.0.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python_requires = >=3.9
install_requires =
grpcio >= 1.68.1
protobuf >= 5.29.0
senzing >= 0.2.0,<1.0.0
senzing >= 0.2.0,< 4.0.0

[options.packages.find]
where = src

0 comments on commit 3432fc6

Please sign in to comment.