Skip to content
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

Python: experimental py3.13 support #10276

Merged
merged 20 commits into from
Feb 12, 2025
Merged

Conversation

eavanvalkenburg
Copy link
Member

@eavanvalkenburg eavanvalkenburg commented Jan 23, 2025

Motivation and Context

Some small fixes in uv setup within actions
Added experimental unit tests runs for py3.13
First typing improvement from pyright and pyright config.

Description

Contribution Checklist

@eavanvalkenburg eavanvalkenburg requested a review from a team as a code owner January 23, 2025 15:26
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label Jan 23, 2025
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented Jan 23, 2025

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
semantic_kernel/connectors/ai/google/google_ai/services
   google_ai_chat_completion.py122695%126, 131, 155, 160, 183, 185
   google_ai_text_completion.py67494%98, 103, 123, 128
   google_ai_text_embedding.py40198%97
semantic_kernel/connectors/ai/hugging_face
   hf_prompt_execution_settings.py26485%11–13, 31
semantic_kernel/connectors/ai/hugging_face/services
   hf_text_completion.py60788%104, 113, 128, 138–147
   hf_text_embedding.py32584%80–84
semantic_kernel/connectors/ai/onnx/services
   onnx_gen_ai_completion_base.py612264%17–18, 40, 69–91
semantic_kernel/contents
   binary_content.py92298%170–171
semantic_kernel/core_plugins/sessions_python_tool
   sessions_python_settings.py39490%84–87
semantic_kernel/processes/dapr_runtime
   dapr_process_info.py32488%26, 31, 41, 48
   dapr_step_info.py31294%30, 39
semantic_kernel/processes/dapr_runtime/actors
   process_actor.py24411354%72–76, 81, 84, 90, 93, 97, 103, 106, 122–125, 130, 143, 161–165, 170, 180, 185, 194–202, 206–208, 216–224, 235, 251–312, 317, 328, 342–350, 353–360, 364–392, 423–436
   step_actor.py26113150%81–85, 90, 93, 97–98, 110–112, 156–159, 173–175, 183, 187–188, 214, 222–223, 239–246, 253–254, 262–360, 364, 368–371, 375–391, 395–416, 420–438, 442–445, 449, 453–456
semantic_kernel/processes/kernel_process
   kernel_process_step_context.py18194%38
semantic_kernel/processes/local_runtime
   local_kernel_process_context.py32294%67–68
   local_process.py1385362%66, 103, 113, 131–142, 176–203, 207–212, 216, 220–226, 230–240, 244–245
   local_step.py17410838%64, 74, 83–173, 177, 181, 185–186, 191–261, 265–268, 272–275, 279–288, 294–297, 301–303
semantic_kernel/utils/telemetry/model_diagnostics
   decorators.py1891194%60–63, 380–382, 426–429
TOTAL18558218888% 

Python Unit Test Overview

Tests Skipped Failures Errors Time
3174 5 💤 2 ❌ 0 🔥 2m 53s ⏱️

@eavanvalkenburg eavanvalkenburg force-pushed the uv_setup_fix branch 2 times, most recently from 8786840 to 1a861b1 Compare January 27, 2025 09:04
python/Makefile Outdated Show resolved Hide resolved
python/pyproject.toml Outdated Show resolved Hide resolved
@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Feb 12, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 12, 2025
@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Feb 12, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 12, 2025
@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Feb 12, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 12, 2025
@moonbox3 moonbox3 enabled auto-merge February 12, 2025 12:57
@moonbox3 moonbox3 added this pull request to the merge queue Feb 12, 2025
Merged via the queue into microsoft:main with commit 7bdf550 Feb 12, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants