Skip to content

Commit 7f8c61f

Browse files
tf-metadata-teamtf-metadata-team
authored andcommitted
Updating the absl-py version to absl-py>=0.9,<0.13
PiperOrigin-RevId: 364384711
1 parent 88990bb commit 7f8c61f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
# Current version (not yet released; still in development)
44

55
## Major Features and Improvements
6+
67
* Adding the ability to specify and detect sequence length issues.
78

89
## Bug Fixes and Other Changes
910

11+
* Depends on `absl-py>=0.9,<0.13`.
12+
1013
## Breaking Changes
1114

1215
## Deprecations

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(self):
126126
],
127127
namespace_packages=[],
128128
install_requires=[
129-
'absl-py>=0.9,<0.11',
129+
'absl-py>=0.9,<0.13',
130130
'googleapis-common-protos>=1.52.0,<2',
131131
'protobuf>=3.7,<4',
132132
],

0 commit comments

Comments
 (0)