Constrain pycountry to >=23.12.11 (#112849)
This commit is contained in:
parent
abc5d6a1b4
commit
f3984a9d3e
2 changed files with 8 additions and 0 deletions
|
@ -183,3 +183,7 @@ pandas==2.1.4
|
||||||
|
|
||||||
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
||||||
chacha20poly1305-reuseable>=0.12.1
|
chacha20poly1305-reuseable>=0.12.1
|
||||||
|
|
||||||
|
# pycountry<23.12.11 imports setuptools at run time
|
||||||
|
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
||||||
|
pycountry>=23.12.11
|
||||||
|
|
|
@ -177,6 +177,10 @@ pandas==2.1.4
|
||||||
|
|
||||||
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
||||||
chacha20poly1305-reuseable>=0.12.1
|
chacha20poly1305-reuseable>=0.12.1
|
||||||
|
|
||||||
|
# pycountry<23.12.11 imports setuptools at run time
|
||||||
|
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
||||||
|
pycountry>=23.12.11
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue