fix: bump pycountry version in ERPNext to be compatible with the frappe 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
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user