Skip to content

fix twirp deps #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

fix twirp deps #51

wants to merge 9 commits into from

Conversation

amerov
Copy link
Contributor

@amerov amerov commented Apr 17, 2024

fix issue:

 Could not find compatible versions

Because twirp >= 1.7.0 depends on google-protobuf >= 3.7.0, < 4.A
  and google-protobuf >= 3.21.0, < 4.A could not be found in rubygems repository https://rubygems.org/, cached gems or installed locally for any resolution platforms (x86_64-linux),
  twirp >= 1.7.0 requires google-protobuf >= 3.7.0, < 3.21.0.
And because every version of livekit-server-sdk depends on google-protobuf >= 3.21.0, < 4.0,
  twirp >= 1.7.0 is incompatible with livekit-server-sdk >= 0.
So, because every version of livekit-server-sdk depends on twirp >= 1.10.0, < 2.0
  and Gemfile depends on livekit-server-sdk >= 0,
  version solving has failed.

@amerov amerov changed the title Amerov patch fix twirp deps Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant