-
Notifications
You must be signed in to change notification settings - Fork 4k
Python: experimental py3.13 support #10276
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fa30dc2
experimental py3.13 support
eavanvalkenburg ee43e2e
small test fix
eavanvalkenburg f62af69
fix passes of xfail tests
eavanvalkenburg 323ba82
test with t marker
eavanvalkenburg e3bf436
exclude usearch from 3.13 as a whole for now
eavanvalkenburg 6a8c696
exclude 3.13t tests
eavanvalkenburg e04d3ef
initial pyright work
eavanvalkenburg ffd5551
updated hf
eavanvalkenburg a7769ab
further pyright work
eavanvalkenburg 60d5967
ignore tensor is any
eavanvalkenburg 028e570
added hugging face for 3.13 back in
eavanvalkenburg d4c054a
ruff fix
eavanvalkenburg c0c947f
fix in sessions settings
eavanvalkenburg 0e50af1
fix backslash in fstring
eavanvalkenburg 7e87c34
revert
eavanvalkenburg 15e9315
google fixes
eavanvalkenburg 50a2086
final google fix
eavanvalkenburg a940094
test fixes
eavanvalkenburg 345365b
small fix
eavanvalkenburg e8fc0c8
remove links to planners
eavanvalkenburg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"reportMissingImports": false, | ||
"include": [ | ||
"semantic_kernel/**/*.py" | ||
], | ||
"pythonVersion": "3.10", | ||
"exclude": [ | ||
"semantic_kernel/memory/*", | ||
"semantic_kernel/planners/*", | ||
"semantic_kernel/connectors/memory/astradb/*", | ||
"semantic_kernel/connectors/memory/azure_ai_search/*", | ||
"semantic_kernel/connectors/memory/azure_cognitive_search/*", | ||
"semantic_kernel/connectors/memory/azure_cosmosdb/*", | ||
"semantic_kernel/connectors/memory/azure_cosmosdb_no_sql/*", | ||
"semantic_kernel/connectors/memory/chroma/*", | ||
"semantic_kernel/connectors/memory/milvus/*", | ||
"semantic_kernel/connectors/memory/mongodb_atlas/*", | ||
"semantic_kernel/connectors/memory/pinecone/*", | ||
"semantic_kernel/connectors/memory/postgres/*", | ||
"semantic_kernel/connectors/memory/qdrant/*", | ||
"semantic_kernel/connectors/memory/redis/*", | ||
"semantic_kernel/connectors/memory/usearch/*", | ||
"semantic_kernel/connectors/memory/weaviate/*" | ||
], | ||
"venvPath": ".", | ||
"venv": ".venv" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
python/samples/concepts/planners/azure_openai_function_calling_stepwise_planner.py
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
python/samples/concepts/planners/openai_function_calling_stepwise_planner.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.