Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit abdb3c7

Browse files
shuklak13ml-fairness-infra-github
authored andcommitted
update jinja2 dependency
PiperOrigin-RevId: 445160339
1 parent c2c4f5c commit abdb3c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
22

3-
# Current Version (Still in Development)
3+
# Release 1.3.2
44

55
## Major Features and Improvements
66

77
## Bug fixes and other changes
88

99
* Remove `semantic-version` dependency.
10+
* Update `jinja2` dependency.
1011

1112
## Breaking changes and Deprecations
1213

model_card_toolkit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of the Model Card Toolkit."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.3.2.dev'
17+
__version__ = '1.3.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# TODO(b/174880612): reduce dependency resolution search space
3131
REQUIRED_PACKAGES = [
3232
'absl-py>=0.9,<1.1',
33-
'jinja2>=2.10,<3',
33+
'jinja2>=3.1,<3.2',
3434
'matplotlib>=3.2.0,<4',
3535
'jsonschema>=3.2.0,<4',
3636
'tensorflow-model-analysis>=0.36.0,<0.37.0',

0 commit comments

Comments
 (0)