.NET: Python: Updated package versions#1944
Merged
Merged
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the version number from 1.0.0b251104 to 1.0.0b251105 across all Python and .NET packages, and improves the markdown code block linting tool to properly handle glob patterns.
Key changes:
- Version bump across all packages (Python and .NET)
- Added glob pattern expansion functionality to the markdown linting script
- Updated the markdown-code-lint task command to quote path patterns
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| python/pyproject.toml | Version bump and updated markdown-code-lint task with quoted glob patterns |
| python/packages/redis/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/purview/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/mem0/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/lab/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/devui/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/core/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/copilotstudio/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/azure-ai/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/anthropic/pyproject.toml | Version bump to 1.0.0b251105 |
| python/packages/a2a/pyproject.toml | Version bump to 1.0.0b251105 |
| python/check_md_code_blocks.py | Added glob import and expand_file_patterns function to support glob pattern expansion |
| dotnet/nuget/nuget-package.props | Version bump to 1.0.0-preview.251105.1 |
lokitoth
approved these changes
Nov 5, 2025
TaoChenOSU
approved these changes
Nov 5, 2025
arisng
pushed a commit
to arisng/agent-framework
that referenced
this pull request
Feb 2, 2026
* Updated .NET version * Updated Python package versions * Updated changelog
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
markdown-code-linttask.