MoralisWeb3 / Moralis-Python-SDK

MIT License
30 stars 24 forks source link

Update version of dependent , or use looser range of version. #46

Open lalawila opened 10 months ago

lalawila commented 10 months ago

Version solving failed in poetry.

Because no versions of moralis match >0.1.41,<0.2.0
 and moralis (0.1.41) depends on typing-extensions (>=4.3.0,<4.4.0), moralis (>=0.1.41,<0.2.0) requires typing-extensions (>=4.3.0,<4.4.0).
And because redis-om (0.2.1) depends on typing-extensions (>=4.4.0,<5.0.0)
 and no versions of redis-om match >0.2.1,<0.3.0, moralis (>=0.1.41,<0.2.0) is incompatible with redis-om (>=0.2.1,<0.3.0).
So, because betdog-backend depends on both redis-om (^0.2.1) and moralis (^0.1.41), version solving failed.
UTkzhang commented 3 months ago

Echoing this.

And because moralis (0.1.46) depends on typing-extensions (>=4.3.0,<4.4.0) and no versions of moralis match >0.1.46,<0.2.0, siwe (>=4.1.0,<5.0.0) is incompatible with moralis (>=0.1.46,<0.2.0). So, because wayfinder depends on both moralis (^0.1.46) and siwe (^4.1.0), version solving failed.

Current version is now incompatible with a variety of deps

UTkzhang commented 3 months ago

@b4rtaz @ErnoW please update the typing extension dep or loosen it

terryli0095 commented 2 months ago

second this the requirement on typing-extensions is way too tight. Need <5

Danil49 commented 1 month ago

~=4.3.0 is too tight, there are a lot of conflicts, please update dependencies

whiskey-emerald commented 3 weeks ago

Second this. Please update the dependencies

b4rtaz commented 3 weeks ago

Hello, please check the 0.1.49 version.