-
Notifications
You must be signed in to change notification settings - Fork 31
chore: Python 3.13 support #112
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
60 commits
Select commit
Hold shift + click to select a range
36520e2
Change pull_request to pull_request_target
ayeshurun 444d351
Merge pull request #4 from ayeshurun/fix-semantic-pr
ayeshurun 8b34e28
Merge branch 'microsoft:main' into main
ayeshurun 0c47fda
Merge branch 'microsoft:main' into main
ayeshurun ccd7b91
Merge branch 'microsoft:main' into main
ayeshurun 43cc353
Merge branch 'microsoft:main' into main
ayeshurun ea76426
Merge branch 'microsoft:main' into main
ayeshurun c702b91
Merge branch 'microsoft:main' into main
ayeshurun 5e847ef
Merge branch 'microsoft:main' into main
ayeshurun 69c733e
Merge branch 'microsoft:main' into main
ayeshurun 5d5f1ad
Merge branch 'microsoft:main' into main
ayeshurun 0c5de9c
Merge branch 'microsoft:main' into main
ayeshurun 025f456
Merge branch 'microsoft:main' into main
ayeshurun df0c5a4
Merge branch 'microsoft:main' into main
ayeshurun c6892ed
Merge branch 'microsoft:main' into main
ayeshurun f30ce9b
Merge branch 'microsoft:main' into main
ayeshurun cf7e06b
Merge branch 'microsoft:main' into main
ayeshurun 3a727dd
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli
d3cfbb4
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli
bb051b1
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli
f46f685
Merge branch 'microsoft:main' into main
ayeshurun ba25a3f
Create python313support.md
ayeshurun 19e3a75
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli
55020f0
Fix new functionality section in release notes
0c08fb5
Merge branch 'microsoft:main' into main
ayeshurun beb0149
Fix new functionality section in release notes
c0e3672
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli
ca313c3
Introduce release workflow
bb4771e
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli into p…
8aa05e7
Merge pull request #14 from ayeshurun/release-workflow
ayeshurun 39f2d85
Add GH_TOKEN to create release step
ayeshurun 5e3b68e
Initial plan
Copilot 7c573b0
Enhance create-release workflow with GITHUB_STEP_SUMMARY and optional…
Copilot c712eb0
Update python 3.13 support
03511b0
Add pylock
f9a4bb2
Refactor GITHUB_STEP_SUMMARY messages to use heredoc syntax
Copilot f04c7b7
Merge pull request #16 from ayeshurun/copilot/enhance-create-release-…
ayeshurun 71b87c6
Update msal[broker]
35e8e09
Update gitignore
641c4e7
Update release notes for v1.3.1
ayeshurun ee3dc89
Delete python313support.md
ayeshurun 516dbb8
Fix new functionality section in release notes
484993f
Introduce release workflow
3a42a5c
Add GH_TOKEN to create release step
ayeshurun 0755733
Initial plan
Copilot 5917da7
Enhance create-release workflow with GITHUB_STEP_SUMMARY and optional…
Copilot 635eadc
Refactor GITHUB_STEP_SUMMARY messages to use heredoc syntax
Copilot 22cc9cb
Update release notes for v1.3.1
ayeshurun 44f44b3
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli
5c455ce
Merge branch 'microsoft:main' into main
ayeshurun 1797d7f
Merge branch 'main' of https://github.com/ayeshurun/fabric-cli into p…
ayeshurun d822743
Update lock file
79ba266
Update Python version support to include 3.13
ayeshurun 92cd8f8
Update requirements
d566ea4
remove urllib3 depedency
6023e5a
update msal depedency to 1.34
ayeshurun b16f068
Merge branch 'python-3.13-support' of https://github.com/ayeshurun/fa…
ayeshurun e81b95b
Merge branch 'main' of https://github.com/microsoft/fabric-cli into p…
d334629
Install broker only on macos and windows
511635b
Merge branch 'main' of https://github.com/microsoft/fabric-cli into p…
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| kind: optimization | ||
| body: Add python 3.13 support | ||
| time: 2025-12-17T13:50:23.175816263Z | ||
| custom: | ||
| Author: ayeshurun | ||
| AuthorLink: https://github.com/ayeshurun |
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 |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| kind: optimization | ||
| body: set command - refactor the update flow to construct PATCH request bodies by extracting only the updated properties from the GET payload. | ||
| body: optimize the update flow in `set` command to construct PATCH request bodies by extracting only the updated properties from the GET payload | ||
| time: 2026-01-01T11:54:02.344718831Z | ||
| custom: | ||
| Author: may-hartov | ||
| AuthorLink: https://github.com/may-hartov |
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 |
|---|---|---|
|
|
@@ -208,3 +208,5 @@ cython_debug/ | |
| marimo/_static/ | ||
| marimo/_lsp/ | ||
| __marimo__/ | ||
|
|
||
| devcontainer.local.json | ||
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
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.