Skip to content

Commit 9046579

Browse files
Do not pin the ”major” version of pycountry (#132)
Since pycountry uses a calendar-based versioning scheme, this doesn’t have the effect it would for a SemVer dependency. Breaking changes are not more likely to happen at the beginning of a calendar year than in the middle of one, and pinning the version is likely to cause more headaches than it prevents.
1 parent 2b0e028 commit 9046579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dynamic = ['version']
4646
[project.optional-dependencies]
4747
all = [
4848
'phonenumbers>=8,<9',
49-
'pycountry>=23,<24',
49+
'pycountry>=23',
5050
'python-ulid>=1,<2; python_version<"3.9"',
5151
'python-ulid>=1,<3; python_version>="3.9"',
5252
'pendulum>=3.0.0,<4.0.0'

0 commit comments

Comments
 (0)