valiot / pygqlc

Python GraphQL Client - PyGQLC
MIT License
12 stars 4 forks source link

Outdated deps? #33

Open acrogenesis opened 8 months ago

acrogenesis commented 8 months ago

Can't use the library due to incompatible dependencies

Because no versions of pygqlc match >3.1.4,<4.0.0
 and pygqlc (3.1.4) depends on tenacity (>=6.3,<7.0), pygqlc (>=3.1.4,<4.0.0) requires tenacity (>=6.3,<7.0).
And because chromadb (0.4.22) depends on tenacity (>=8.2.3)
 and no versions of chromadb match >0.4.22,<0.5.0, pygqlc (>=3.1.4,<4.0.0) is incompatible with chromadb (>=0.4.22,<0.5.0).
So, because valiot-chain depends on both chromadb (^0.4.22) and pygqlc (^3.1.4), version solving failed.