Skip to content

Commit

Permalink
fix: bump pycountry version in ERPNext to be compatible with the frap…
Browse files Browse the repository at this point in the history
…pe one (#43317)

* fix: pycountry dependency is now in frappe develop branch with 24.6.1 version

* fix: bump pycountry version in ERPNext to be compatible with the frappe one
  • Loading branch information
FHenry committed Sep 21, 2024
1 parent 93f8675 commit 6e34d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
dynamic = ["version"]
dependencies = [
# Core dependencies
"pycountry~=22.3.5",
"pycountry~=24.6.1",
"Unidecode~=1.3.6",
"barcodenumber~=0.5.0",
"rapidfuzz~=2.15.0",
Expand Down

0 comments on commit 6e34d52

Please sign in to comment.