fedej / poetry-grpc-plugin

gRPC Poetry plugin
MIT License
20 stars 4 forks source link

Poetry 1.6.1 #54

Closed ClaasJG closed 10 months ago

ClaasJG commented 1 year ago

Hi,

poetry-grpc-plugin requires poetry (>=1.2.0,<1.6) but poetry 1.6.1 got released 4 days ago. As far as I am aware, the plugin will still work with poetry 1.6.1 and the fix should be as easy as changing the version range.

Have a nice weekend

ClaasJG

poetry self add poetry-grpc-plugin
Using version ^0.1.7 for poetry-grpc-plugin

Updating dependencies
Resolving dependencies... (0.2s)

Because no versions of poetry-grpc-plugin match >0.1.7,<0.2.0
 and poetry-grpc-plugin (0.1.7) depends on poetry (>=1.2.0,<1.6), poetry-grpc-plugin (>=0.1.7,<0.2.0) requires poetry (>=1.2.0,<1.6).
So, because poetry-instance depends on both poetry (1.6.1) and poetry-grpc-plugin (^0.1.7), version solving failed.
xiezhuojin commented 1 year ago

Same thing happened.

wkedz commented 1 year ago

Hi, I have the same issue as ClaasJG.

All dependencies are functioning correctly with Poetry 1.6.1. Are there any plans to update the version range in the near future?

Best regards.

fedej commented 10 months ago

Apologies for the delay, I no longer have spare time to actively maintain this project.

I just released 0.1.8, which allows any 1.x version of poetry. I'm accepting that poetry minor version releases that change certain internals can break this plugin.

Closing this issue, please reopen it if you continue to have issues.