microsoftgraph / msgraph-sdk-ruby

Microsoft Graph Ruby client library for v1 APIs
https://graph.microsoft.com
MIT License
100 stars 68 forks source link

microsoft_graph_core 0.1.0 depends on broken version of microsoft_kiota_authentication_oauth (v0.5.0) #94

Closed iris-lux-highspot closed 1 year ago

iris-lux-highspot commented 1 year ago

I'm using microsoft_graph v0.12.0 which depends on microsoft_graph_core v0.1.0. microsoft_graph_core v0.1.0 depends on microsoft_kiota_authentication_oauth v0.5.0 which has a bug where the authentication provider fails to load because of a typo in the code.

I'm trying to initialize the kiota authentication provider but I can't because of the bug, and I can't update to the microsoft_kiota_authentication_oauth v0.6.0 (where the bug has been fixed) because of microsoft_graph_core's dependency on the earlier version.

Can you please update microsoft_graph_core v0.1.0 so that it depends on microsoft_kiota_authentication_oauth v0.6.0 or later?

baywet commented 1 year ago

Thanks for reporting this. And for your patience in the matter. This issue has been resolved in subsequent versions of the SDK, so updating to a newer version (0.19.0 at the time of writing) should resolved your issue.

ghost commented 1 year ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.