gql-dart / gql

Libraries supporting GraphQL in Dart
MIT License
267 stars 121 forks source link

[gql_websocket_link] uuid package version conflict #439

Closed memishood closed 7 months ago

memishood commented 8 months ago

Hello, is it possible to update uuid package to ^4.0.0 that the latest graphql package uses & release a new version? Currently, we cannot upgrade graphql version because of this.

I know that I can use dependency overriding but I have a modular project, so I have to use overriding in too many places :/

knaeckeKami commented 7 months ago

Sure! A PR would be appreciated, it's probably a small change, maybe even just a version bump if the breaking change does not affect us.

Otherwise I'll have a look, but it could take one or two weeks