⬆ Bump the python-packages group across 1 directory with 14 updates
Bumps the python-packages group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| certifi | 2024.8.30 |
2024.12.14 |
| charset-normalizer | 3.3.2 |
3.4.0 |
| editorconfig | 0.12.4 |
0.17.0 |
| markupsafe | 2.1.5 |
3.0.2 |
| mkdocs-material | 9.5.34 |
9.5.48 |
| mkdocs-mermaid2-plugin | 1.1.1 |
1.2.1 |
| packaging | 24.1 |
24.2 |
| pymdown-extensions | 10.9 |
10.12 |
| regex | 2024.9.11 |
2024.11.6 |
| rich | 13.8.1 |
13.9.4 |
| six | 1.16.0 |
1.17.0 |
| typer[all] | 0.12.5 |
0.15.1 |
| typer-cli | 0.12.5 |
0.15.1 |
| watchdog | 5.0.2 |
6.0.0 |
Updates certifi from 2024.8.30 to 2024.12.14
Commits
4ba39002024.12.14 (#329)9164660Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)3dc3651Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)c5bf18dBump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)b908391Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)bc26b41Bump actions/checkout from 4.2.1 to 4.2.2 (#325)57afc22Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)a495091test against 3.13 final62f8144Added 3.13 classifier (#322)94d23a0Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)- Additional commits viewable in compare view
Updates charset-normalizer from 3.3.2 to 3.4.0
Release notes
Sourced from charset-normalizer's releases.
Version 3.4.0
🚀 charset-normalizer is raising awareness around HTTP/2, and HTTP/3!
Did you know that Internet Explorer 11 shipped with an optional HTTP/2 support back in 2013? also libcurl did ship it in 2014[...] All of this while our community is still struggling to make a firm advancement in HTTP clients. Now, many of you use Requests as the defacto http client, now, and for many years now, Requests has been frozen. Being left in a vegetative state and not evolving, this blocked millions of developers from using more advanced features.
We promptly invite Python developers to look at the drop-in replacement for Requests, namely Niquests. It leverage charset-normalizer in a better way! Check it out, you will be positively surprised! Don't wait another decade.
We are thankful to
@microsoftand involved parties for funding our work through the Microsoft FOSS Fund program.3.4.0 (2024-10-08)
Added
- Argument
--no-preemptivein the CLI to prevent the detector to search for hints.- Support for Python 3.13 (#512)
Fixed
- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
Changelog
Sourced from charset-normalizer's changelog.
3.4.0 (2024-10-08)
Added
- Argument
--no-preemptivein the CLI to prevent the detector to search for hints.- Support for Python 3.13 (#512)
Fixed
- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
Commits
f3118e3:wrench: change download/upload artifact version to last working version33e67e8:wrench: set compile-generator in generator_generic_slsa3 action73dd24c:wrench: add explicit build deps to setuptools78f1e9b:wrench: attempt to fix cd.yml *356ae702:wrench: attempt to fix cd.yml *29720055:wrench: attempt to fix cd.yml (macos part)1e10d06Update CHANGELOG.md36c103a:bookmark: Release 3.4.0 (#545)7658dfc:arrow_up: Bump github/codeql-action from 3.26.11 to 3.26.12 (#544)ca2535d:arrow_up: Bump github/codeql-action from 3.26.9 to 3.26.11 (#542)- Additional commits viewable in compare view
Updates editorconfig from 0.12.4 to 0.17.0
Commits
34505e1Bump version to 0.17.0 (#57)ef927afUse alpine 3.21 (CMake 3.21), bump tests (#56)ccfc270Use alpine instead of Debian image for testing (#55)851f9acMove the metadata intoPEP 621-compliantpyproject.toml(#54)4171499Add CI for Runtime Test (#53)b6034a9Require CMake 3.16.3 (#52)- See full diff in compare view
Updates markupsafe from 2.1.5 to 3.0.2
Release notes
Sourced from markupsafe's releases.
3.0.2
This is the MarkupSafe 3.0.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/MarkupSafe/3.0.2/ Changes: https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-2 Milestone: https://github.com/pallets/markupsafe/milestone/14?closed=1
3.0.1
This is the MarkupSafe 3.0.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes.
PyPI: https://pypi.org/project/MarkupSafe/3.0.1/ Changes: https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-1 Milestone: https://github.com/pallets/markupsafe/milestone/13?closed=1
- Address compiler warnings that became errors in GCC 14. #466
- Fix compatibility with proxy objects. #467
3.0.0
This is the MarkupSafe 3.0.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. The 3.0.x branch is now the supported fix branch, the 2.1.x branch will become a tag marking the end of support for that branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.
PyPI: https://pypi.org/project/MarkupSafe/3.0.0/ Changes: https://markupsafe.palletsprojects.com/en/stable/changes/#version-3-0-0 Milestone: https://github.com/pallets/markupsafe/milestone/10?closed=1
- Support Python 3.13 and its experimental free-threaded build. #461
- Drop support for Python 3.7 and 3.8.
- Use modern packaging metadata with
pyproject.tomlinstead ofsetup.cfg. #348- Change
distutilsimports tosetuptools. #399- Use deferred evaluation of annotations. #400
- Update signatures for
Markupmethods to matchstrsignatures. Use positional-only arguments. #400- Some
strmethods onMarkupno longer escape their argument:strip,lstrip,rstrip,removeprefix,removesuffix,partition, andrpartition;replaceonly escapes itsnewargument. These methods are conceptually linked to search methods such asin,find, andindex, which already do not escape their argument. #401- The
__version__attribute is deprecated. Use feature detection, orimportlib.metadata.version("markupsafe"), instead. #402- Speed up escaping plain strings by 40%. #434
- Simplify speedups implementation. #437
Changelog
Sourced from markupsafe's changelog.
Version 3.0.2
Released 2024-10-18
- Fix compatibility when
__str__returns astrsubclass. :issue:472- Build requires setuptools >= 70.1. :issue:
475Version 3.0.1
Released 2024-10-08
- Address compiler warnings that became errors in GCC 14. :issue:
466- Fix compatibility with proxy objects. :issue:
467Version 3.0.0
Released 2024-10-07
- Support Python 3.13 and its experimental free-threaded build. :pr:
461- Drop support for Python 3.7 and 3.8.
- Use modern packaging metadata with
pyproject.tomlinstead ofsetup.cfg. :pr:348- Change
distutilsimports tosetuptools. :pr:399- Use deferred evaluation of annotations. :pr:
400- Update signatures for
Markupmethods to matchstrsignatures. Use positional-only arguments. :pr:400- Some
strmethods onMarkupno longer escape their argument:strip,lstrip,rstrip,removeprefix,removesuffix,partition, andrpartition;replaceonly escapes itsnewargument. These methods are conceptually linked to search methods such asin,find, andindex, which already do not escape their argument. :issue:401- The
__version__attribute is deprecated. Use feature detection, orimportlib.metadata.version("markupsafe"), instead. :pr:402- Speed up escaping plain strings by 40%. :pr:
434- Simplify speedups implementation. :pr:
437
Commits
28ace20release version 3.0.26b51fd8build requires at least setuptools 70.1 (#478)99dda9fbuild requires at least setuptools 70.13d8fd8cfix version1933c4bfix versione85aff4relax speedups str check (#477)8cb1691relax speedups str check4dafb7cstart version 3.1.09c44ecfupdate docs build275c769Merge branch '2.1.x' into 3.0.x- Additional commits viewable in compare view
Updates mkdocs-material from 9.5.34 to 9.5.48
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.5.48
- Fixed #7774: Disabling social cards doesn't work
mkdocs-material-9.5.47
- Fixed #7750: Numeric tags break search
- Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)
Thanks go to
@perpilfor their contributionsmkdocs-material-9.5.46
- Added support for removing
preloadhints in privacy plugin- Fixed #7734: Code blocks in h5 headlines are uppercased
- Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)
Thanks go to
@nejchand@perpilfor their contributionsmkdocs-material-9.5.45
- Reduced size of Docker image through multi-stage build
- Fixed #7708: Blog plugin crashing on YAML dates with timezones
Thanks go to
@FrancoisCaponand@perpilfor their contributionsmkdocs-material-9.5.44
- Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)
Thanks go to
@nejchfor their contributions.mkdocs-material-9.5.43
- Added support for external images in SVGs in privacy plugin
- Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS
Thanks go to
@nejchfor their contributionsmkdocs-material-9.5.42
- Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
- Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)
mkdocs-material-9.5.41
- Fixed #7619: Improved tooltip on logo disappears after instant navigation
- Fixed #7616: Race condition in built-in privacy plugin when inlining assets
- Fixed #7615: Comments and "Was this page helpful?" visible when printing
mkdocs-material-9.5.40
- Updated Latvian translations
- Fixed #7597: Social cards not using site name on home page
Thanks go to
@pekkaklarckand@klejejsfor their contributionsmkdocs-material-9.5.39
- Fixed #7226: not staying on page when using mike's canonical versioning
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.48 (2024-12-08)
- Fixed #7774: Disabling social cards doesn't work
mkdocs-material-9.5.47 (2024-12-01)
- Fixed #7750: Numeric tags break search
- Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)
mkdocs-material-9.5.46 (2024-11-25)
- Added support for removing preload hints in privacy plugin
- Fixed #7734: Code blocks in h5 headlines are uppercased
- Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)
mkdocs-material-9.5.45 (2024-11-20)
- Reduced size of Docker image through multi-stage build
- Fixed #7708: Blog plugin crashing on YAML dates with timezones
mkdocs-material-9.5.44 (2024-11-05)
- Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)
mkdocs-material-9.5.43 (2024-10-31)
- Added support for external images in SVGs in privacy plugin
- Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS
mkdocs-material-9.5.42 (2024-10-20)
- Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
- Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)
mkdocs-material-9.5.41 (2024-10-15)
- Fixed #7619: Improved tooltip on logo disappears after instant navigation
- Fixed #7616: Race condition in built-in privacy plugin when inlining assets
- Fixed #7615: Comments and "Was this page helpful?" visible when printing
mkdocs-material-9.5.40 (2024-10-10)
- Updated Latvian translations
- Fixed #7597: Social cards not using site name on home page
mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)
- Fixed #7567: Empty headlines when using typeset plugin with anchorlinks
mkdocs-material-9.5.39 (2024-09-29)
... (truncated)
Commits
622bf7aPrepare 9.5.48 releasebedd3fbUpdated dependenciesa7dc57cFixed disabling of social cards6c796c0Documentationeab6959Documentation8ff76b0Updated dependenciesfbf9d02Updated dependencies65997aeUpdated dependenciesf6b67b1Prepare 9.5.47 release60c0dc1Documentation (#7756)- Additional commits viewable in compare view
Updates mkdocs-mermaid2-plugin from 1.1.1 to 1.2.1
Changelog
Sourced from mkdocs-mermaid2-plugin's changelog.
1.2.1, 2024-11-02
- Added: a test framework with MkDocs-Test and pytest
- Changed: migrated from
setup.pytopyproject.toml1.1.2, 2024-09-05
- Changed: If the
javascriptparameter starts with http(s) and no Internet access is available, a WARNING is now issued (mkdocs no longer fails with an exception).
Commits
bd820a8Correct Development statusa68f4b1Migrate setup.py to pyproject.toml18b0c2eAdd the MkDocs-Test framework (with pytest)97db6aaMerge branch 'master' of github.com:fralau/mkdocs-mermaid2-plugin into master2fb1038Do not fail if javascript lib is online and no Internet (#101)12de333Merge pull request #98 from d4nyl0/master9a9bff6Merge pull request #99 from thatgaypigeon/master5ac39a5Merge branch 'fralau:master' into master502a3e8Fix issue ReadTheDocs Build (#95)a4a3a31Fix typo :: troubleshooting.md- Additional commits viewable in compare view
Updates packaging from 24.1 to 24.2
Release notes
Sourced from packaging's releases.
24.2
What's Changed
- The source is auto-formatted with ruff, not black by
@DimitriPapadopoulosin pypa/packaging#798- Bump the github-actions group across 1 directory with 3 updates by
@dependabotin pypa/packaging#813- Apply ruff rules (RUF) by
@DimitriPapadopoulosin pypa/packaging#800- Fix typo in Version
__str__by@aryanpinglein pypa/packaging#817- Bump the github-actions group with 3 updates by
@dependabotin pypa/packaging#819- Get rid of duplicate test cases by
@DimitriPapadopoulosin pypa/packaging#821- Fix doc for canonicalize_version and a typo in a docstring by
@Laurent-Dxin pypa/packaging#801- docs: public/base_version comparison by
@henryiiiin pypa/packaging#818- Apply ruff/bugbear rules (B) by
@DimitriPapadopoulosin pypa/packaging#787- Apply ruff/pyupgrade rules (UP) by
@DimitriPapadopoulosin pypa/packaging#786- Add a changelog entry for dropping Python 3.7 support by
@alexwlchanin pypa/packaging#824- Patch python_full_version unconditionally by
@jaracoin pypa/packaging#825- Refactor canonicalize_version by
@jaracoin pypa/packaging#793- Allow creating a SpecifierSet from a list of specifiers by
@pfmoorein pypa/packaging#777- Fix uninformative error message by
@abravalheriin pypa/packaging#830- Fix prerelease detection for
>and<by@notatallshawin pypa/packaging#794- Bump the github-actions group across 1 directory with 4 updates by
@dependabotin pypa/packaging#839- Add support for PEP 730 iOS tags. by
@freakboy3742in pypa/packaging#832- Update the changelog to reflect 24.1 changes by
@pradyunsgin pypa/packaging#840- Mention updating changelog in release process by
@pradyunsgin pypa/packaging#841- Add a comment as to why
Metadata.nameisn't normalized by@brettcannonin pypa/packaging#842- Use !r formatter for error messages with filenames. by
@Carreauin pypa/packaging#844- PEP 639: Implement License-Expression and License-File by
@ewdurbinin pypa/packaging#828- Bump the github-actions group with 4 updates by
@dependabotin pypa/packaging#852- Upgrade to latest mypy by
@hauntsaninjain pypa/packaging#853- Extraneous quotes by
@ewdurbinin pypa/packaging#848New Contributors
@aryanpinglemade their first contribution in pypa/packaging#817@Laurent-Dxmade their first contribution in pypa/packaging#801@alexwlchanmade their first contribution in pypa/packaging#824@jaracomade their first contribution in pypa/packaging#825@notatallshawmade their first contribution in pypa/packaging#794@freakboy3742made their first contribution in pypa/packaging#832@Carreaumade their first contribution in pypa/packaging#844@ewdurbinmade their first contribution in pypa/packaging#828Full Changelog: https://github.com/pypa/packaging/compare/24.1...24.2
Changelog
Sourced from packaging's changelog.
24.2 - 2024-11-08
* PEP 639: Implement License-Expression and License-File (:issue:`828`) * Use ``!r`` formatter for error messages with filenames (:issue:`844`) * Add support for PEP 730 iOS tags (:issue:`832`) * Fix prerelease detection for ``>`` and ``<`` (:issue:`794`) * Fix uninformative error message (:issue:`830`) * Refactor ``canonicalize_version`` (:issue:`793`) * Patch python_full_version unconditionally (:issue:`825`) * Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`) * Fix typo in Version ``__str__`` (:issue:`817`) * Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Commits
d8e3b31Bump for release2de393dUpdate changelog for release9c66f5cRemove extraneous quotes in f-strings by using!r(#848)4dc334cUpgrade to latest mypy (#853)d1a9f93Bump the github-actions group with 4 updates (#852)029f415PEP 639: Implement License-Expression and License-File (#828)6c338a8Use !r formatter for error messages with filenames. (#844)28e7da7Add a comment as to whyMetadata.nameisn't normalized (#842)ce0d79cMention updating changelog in release process (#841)ac5bdf3Update the changelog to reflect 24.1 changes (#840)- Additional commits viewable in compare view
Updates pymdown-extensions from 10.9 to 10.12
Release notes
Sourced from pymdown-extensions's releases.
10.12
- NEW: Blocks: Blocks extensions no longer considered in beta.
- NEW: Details: Details is marked as "legacy" in documentation in favor of the new
pymdownx.blocks.detailsapproach.- NEW: Tabbed: Tabbed is marked as "legacy" in documentation in favor of the new
pymdownx.blocks.tabapproach.- NEW: Caption: Add new "blocks" style extension called Caption which helps with specifying figures with captions.
- NEW: Emoji: Add a new
strictoption that will raise an exception if an emoji is used whose name has changed, removed, or never existed.- FIX: Emoji: Emoji links should be generated such that they point to the new CDN version.
10.11.2
- FIX: SuperFences: Fix a regression where certain patterns could cause a hang.
10.11.1
- Fix: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed.
10.11
- NEW: SuperFences: Allow fenced code to be parsed in the form
```lang {.class #id}.10.10.2
- FIX: BetterEm: Add better support for
*em, **em,strong***and_em, __em,strong___cases.- FIX: Caret: Add better support for
*sup, **sup,ins***.- FIX: Tilde: Add better support for
*sub, **sub,del***.10.10.1
- FIX: FancyLists: Remove a mistaken semicolon from injected classes.
10.10
- NEW: FancyLists: Add new FancyLists extension.
- NEW: MagicLink: Change social links to support
xinstead of- NEW: Emoji: Update Twemoji data to the latest.
- FIX: PathConverter: Fixes for latest changes in Python regarding
urlunparse.
Commits
20be2fcUpdate caption docs to use image example2c7f8c0Add catpion extension (#2492)b647b8dInclude white and black3a89709Fix more sass stuff in doc stylee8ec7bfUpdate JS Doc deps and fix some links0973681Docs: Update JS deps659b4d9Add new strict option in the emoji extension (#2488)a994065Fix SuperFence pattern should require options to be separated by a space (#2480)96e19e6Remove more duplicate words3f6fbbbTypos: remove various duplicated words- Additional commits viewable in compare view
Updates regex from 2024.9.11 to 2024.11.6
Changelog
Sourced from regex's changelog.
Version: 2024.11.7
Updated pyproject.toml and setup.py according to PEP 517.Version: 2024.11.6
Git issue 546: Partial match not working in some instances with non-greedy captureVersion: 2024.9.14
Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them.Version: 2024.9.13
Updated to actions/upload-artifact@v4 in main.yml.Version: 2024.9.12
Updated to actions/download-artifact@v4 in main.yml.Version: 2024.9.11
Updated to Unicode 16.0.0.Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple exampleVersion: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementationVersion: 2024.5.15
Git issue 530: hangs with fuzzy and optionalsIt's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.
Version: 2024.5.10
Updated for Python 3.13.<time.h> now needs to be included explicitly because Python.h no longer includes it.
Version: 2024.4.28
Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes
... (truncated)
Commits
930983aGit issue 546: Partial match not working in some instances with non-greedy ca...64834c7Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in ma...1bcd42eUpdated to actions/upload-artifact@v4 in main.yml.f467285Updated to actions/download-artifact@v4 in main.yml.- See full diff in compare view
Updates rich from 13.8.1 to 13.9.4
Release notes
Sourced from rich's releases.
The Faster is Faster release
[13.9.4] - 2024-11-01
Changed
- Optimizations to cell_len which may speed up Rich / Textual output Textualize/rich#3546
The irregular expression release
Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.
[13.9.3] - 2024-10-22
Fixed
- Fixed broken regex that may have resulted in poor performance. Textualize/rich#3535
The Splitting segments Release
A hotfix for highlighting in the table, and a fix for
Segment.split_cells[13.9.2] - 2024-10-04
Fixed
- Fixed
Tablecolumns not highlighting when added byadd_rowTextualize/rich#3517- Fixed an issue with Segment.split_cells reported in Textual Textualize/textual#5090
Hotfix for dependency issue
[13.9.1] - 2024-10-01
Fixed
- Fixed typing_extensions dependency
The so long Python 3.7 release
This version adds support for fine-grained information in tracebacks. In other words, it will highlight columns in tracebacks (for supported Python versions). Here's an example:
This version also drops support for Python 3.7, which has long since reached its EOL. If you are stuck on Python3.7 for any reason, you will not be able to upgrade to this version, but nothing should break.
See below for other changes in this release.
[13.9.0] - 2024-10-01
Changed
- Dropped support for Python3.7 Textualize/rich#3509
- Rich will display tracebacks with finely grained error locations on python 3.11+ Textualize/rich#3486
Fixed
... (truncated)
Changelog
Sourced from rich's changelog.
[13.9.4] - 2024-11-01
Changed
- Optimizations to cell_len which may speed up Rich / Textual output Textualize/rich#3546
[13.9.3] - 2024-10-22
Fixed
- Fixed broken regex that may have resulted in poor performance. Textualize/rich#3535
[13.9.2] - 2024-10-04
Fixed
- Fixed
Tablecolumns not highlighting when added byadd_rowTextualize/rich#3517- Fixed an issue with Segment.split_cells reported in Textual Textualize/textual#5090
[13.9.1] - 2024-10-01
Fixed
- Fixed typing_extensions dependency
[13.9.0] - 2024-10-01
Changed
- Dropped support for Python3.7 Textualize/rich#3509
- Rich will display tracebacks with finely grained error locations on python 3.11+ Textualize/rich#3486
Fixed
- Fixed issue with Segment._split_cells Textualize/rich#3506
- Fix auto detection of terminal size on Windows Textualize/rich#2916
Text.stylenow respected in Panel title/subtitle Textualize/rich#3509
Commits
43d3b04Merge pull request #3548 from Textualize/bump1394e440ff2bump12301e3Merge pull request #3546 from Textualize/faster-cell-len02f3d14commentaaaef27leaner syntax6cef0bcleaner cell_len46150cdsum and map is faster9e7f363use setsafcc5c5Merge pull request #3535 from Textualize/regex-error60f3b61changelog- Additional commits viewable in compare view
Updates six from 1.16.0 to 1.17.0
Commits
ebd9b3asix 1.17.040d248eExpunge travis.dd7940eAdd PyPI publication workflow. (#390)8cb688fUpdate copyright years.86f89c5Add a GitHub actions CI workflow. (#389)06430b9Make test_getoutput work on Windows.ceddaf2Add a changelog for #314.9a05aabPython 3.14 removed the URLopener and FancyURLopener classes from urllib.req...c1b416fFix deprecation warning from setuptools (#382)02c3bcatkinter.tix was removed from Python 3.13, skip the test (#377)- Additional commits viewable in compare view
Updates typer[all] from 0.12.5 to 0.15.1
Release notes
Sourced from typer[all]'s releases.
0.15.1
Features
- 🗑️ Deprecate
shell_completeand continue to useautocompletionfor CLI parameters. PR #974 by@svlandeg.Docs
- ✏️ Fix a few typos in the source and documentation. PR #1028 by
@kkirsche.- 📝 Fix minor inconsistencies and typos in tutorial. PR #1067 by
@tvoirand.- ✏️ Fix a few small typos in the documentation. PR #1077 by
@svlandeg.Internal
- 🔧 Update build-docs filter patterns. PR #1080 by
@tiangolo.- 🔨 Update deploy docs preview script. PR #1079 by
@tiangolo.- 🔧 Update members. PR #1078 by
@tiangolo.- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1071 by
@pre-commit-ci[bot].- ⬆ Update httpx requirement from =0.27.0,<0.29.0. PR #1065 by
@dependabot[bot].0.15.0
Features
- ✨ Add support for extending typer apps without passing a name, add commands to the top level. PR #1037 by
@patrick91.
- New docs: One File Per Command.
Internal
- ⬆ Bump mkdocs-material from 9.5.46 to 9.5.47. PR #1070 by
@dependabot[bot].- ⬆ Bump ruff from 0.8.0 to 0.8.1. PR #1066 by
@dependabot[bot].0.14.0
Breaking Changes
- 🔥 Remove auto naming of groups added via
add_typerbased on the group's callback function name. PR #1052 by@patrick91.Before, it was supported to infer the name of a command group from the callback function name in the sub-app, so, in this code:
import typerapp = t...
Description has been truncated
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| coveapi | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 16, 2024 4:35am |