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: new kernel function decorator #6216

Merged
merged 4 commits into from
May 13, 2024

Conversation

eavanvalkenburg
Copy link
Member

Motivation and Context

Updated kernel_function decorator, that better handles new typing styles in py 3.10+.

Replaces #5613

Description

Uses newer inspect methods to figure out the annotations, works only for the new style introduced in py 3.10+

Contribution Checklist

@eavanvalkenburg eavanvalkenburg requested a review from a team as a code owner May 13, 2024 13:17
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label May 13, 2024
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented May 13, 2024

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL565288784% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1281 1 💤 0 ❌ 0 🔥 16.305s ⏱️

@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue May 13, 2024
Merged via the queue into microsoft:main with commit 056d73b May 13, 2024
25 checks passed
@eavanvalkenburg eavanvalkenburg deleted the new_func_dec branch May 13, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants