Skip to content

Commit

Permalink
Broaden absl-py requirements to include version 2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624986706
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Apr 15, 2024
1 parent 8ea7f6a commit 1d46f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
`protobuf>3.20.3,<4.21` for 3.9 and 3.10.
* Depends on `googleapis-common-protos>=1.56.4,<2` for Python 3.11 and on
`googleapis-common-protos>=1.52.0,<2` for 3.9 and 3.10.
* Relax dependency on `absl-py` to include version 2.

## Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self):
],
namespace_packages=[],
install_requires=[
'absl-py>=0.9,<2.0.0',
'absl-py>=0.9,<3.0.0',
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
'googleapis-common-protos>=1.52.0,<2;python_version>="3.11"',
'protobuf>=4.25.2,<5;python_version>="3.11"',
Expand Down

0 comments on commit 1d46f3d

Please sign in to comment.