mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
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"]
|
dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# Core dependencies
|
# Core dependencies
|
||||||
"pycountry~=22.3.5",
|
"pycountry~=24.6.1",
|
||||||
"Unidecode~=1.3.6",
|
"Unidecode~=1.3.6",
|
||||||
"barcodenumber~=0.5.0",
|
"barcodenumber~=0.5.0",
|
||||||
"rapidfuzz~=2.15.0",
|
"rapidfuzz~=2.15.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user