microsoft-kiota-http 1.3.4 incompatible with msgraph-core 1.1.5
Hi,
We are experiencing failures in our Apache Airflow project canary builds related to imports in msgraph-core. This issue is likely due to the recent release of microsoft-kiota-http incompatible and mostly the import errors are related to opentelemetry.semconv.attributes . Please see more details below.
My hunch is this pr might have caused issues. https://github.com/microsoft/kiota-http-python/pull/434
We have updated our dependencies to use previous versions.
"microsoft-kiota-http>=1.3.0,!=1.3.4", "msgraph-core>=1.0.0"
https://github.com/apache/airflow/actions/runs/11297469305/job/31424726250?pr=42954#step:7:6314
Hi @gopidesupavan Thank you for using the SDK and for reaching out.
We're in the process of migrating all kiota python repos to a single one to make releasing and catching mis-alignments easier. Can you try with version 1.4.5 for all versions of kiota dependencies please? You issue should have been fixed by this PR https://github.com/microsoft/kiota-python/pull/366
I will check this and report back.
I failed to recreate this. The commit that failed is gone (rebased away) and I need to move on to other things.
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.