You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed by installing a generated SDK in a project with more dependencies I get this error message:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts.
google-api-python-client 1.12.11 requires uritemplate<4dev,>=3.0.0, but you have uritemplate 4.1.1 which is incompatible.
kfp 1.8.19 requires uritemplate<4,>=3.0.1, but you have uritemplate 4.1.1 which is incompatible.
Given the number of issues we are facing with uritemplate libraries across implementations, I'm wondering if it makes sense to roll our own for kiota to be more independent ... cc. @baywet
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @andreaTP as always.
I'm fairly novice to Python and currently on my phone.
Are those dependencies that are transiently pulling Uri template dependencies of the kiota packages or of your project?
Is there such a thing as a peer (npm) or internal dependency (implementation with gradle) with pip?
Noticed by installing a generated SDK in a project with more dependencies I get this error message:
Given the number of issues we are facing with
uritemplate
libraries across implementations, I'm wondering if it makes sense to roll our own for kiota to be more independent ... cc. @baywetThe text was updated successfully, but these errors were encountered: