Skip to content

Commit

Permalink
chore: pin Path to pre-deprecation version (#148)
Browse files Browse the repository at this point in the history
See #147 for details.
  • Loading branch information
deborahgu authored Jul 29, 2024
1 parent 14f21b4 commit 01e9c87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from . import config

__version__ = '1.6.0'
__version__ = '1.6.1'


class Runner:
Expand Down
5 changes: 5 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ mock<4.0.0

# temporary constraint
backports.zoneinfo;python_version<"3.9"

# Path 17.0.0 deprecated abspath
# https://github.com/jaraco/path/blob/main/NEWS.rst#v1700
# See https://github.com/openedx/i18n-tools/issues/147
path<=16.16.0

0 comments on commit 01e9c87

Please sign in to comment.