Conversation
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
anuraaga
approved these changes
Apr 27, 2026
| "**/.*", | ||
| ".venv", | ||
|
|
||
| # Recent versions of typeshed fail on 5.x gencode. |
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.
This PR contains the following updates:
==1.68.3→==1.68.4==2.7.3→==2.7.4==1.1.408→==1.1.409==0.15.11→==0.15.12==0.9.20→==0.9.24==0.44.0→==0.46.0==0.0.33→==0.0.36Release Notes
bufbuild/buf (buf-bin)
v1.68.4Compare Source
emmett-framework/granian (granian)
v2.7.4: Granian 2.7.4Compare Source
Patch release
Changes since 2.7.3:
RobertCraigie/pyright-python (pyright)
v1.1.409Compare Source
astral-sh/ruff (ruff)
v0.15.12Compare Source
Released on 2026-04-24.
Preview features
#ruff:file-ignorefile-level suppressions (#23599)#ruff:ignorelogical-line suppressions (#23404)airflow] Implementtask-branch-as-short-circuit(AIR004) (#23579)flake8-bugbear] Fixbreak/continuehandling inloop-iterator-mutation(B909) (#24440)pylint] FixPLC2701for type parameter scopes (#24576)Rule changes
pandas-vet] Suggest.arrayas well inPD011(#24805)CLI
Documentation
pylint] FixPLR0124description not to claim self-comparison always returns the same value (#24749)pyupgrade] Expand docs on reusableTypeVars and scoping (UP046) (#24153)Contributors
tombi-toml/tombi (tombi)
v0.9.24Compare Source
What's Changed
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.9.23...v0.9.24
v0.9.23Compare Source
What's Changed
🚨 Breaking Changes
🚀 New Features
👒 Dependencies
Full Changelog: tombi-toml/tombi@v0.9.22...v0.9.23
v0.9.22Compare Source
What's Changed
🚀 New Features
🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.9.21...v0.9.22
v0.9.21Compare Source
What's Changed
🚀 New Features
🐛 Bug Fixes
👒 Dependencies
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.9.20...v0.9.21
Kludex/uvicorn (uvicorn)
v0.46.0: Version 0.46.0Compare Source
What's Changed
ws_max_sizeinwsprotoimplementation by @Kludex in #2915ws_ping_intervalandws_ping_timeoutinwsprotoimplementation by @Kludex in #2916bytearrayfor incoming WebSocket message buffer in websockets-sansio by @Kludex in #2917Full Changelog: Kludex/uvicorn@0.45.0...0.46.0
v0.45.0: Version 0.45.0Compare Source
What's Changed
os.PathLikeforlog_configby @Kludex in #2905log_levelstrings case-insensitively by @Kludex in #2907ImportErrorwhen PyYAML is missing for YAML log config by @Kludex in #2906--reset-contextvarsflag to isolate ASGI request context by @Kludex in #2912http.disconnecton server shutdown for streaming responses" (#2829) by @Kludex in #2913New Contributors
Full Changelog: Kludex/uvicorn@0.44.0...0.45.0
zensical/zensical (zensical)
v0.0.36: 0.0.36Compare Source
Summary
This version adds the missing update of the user interface that should've been included with v0.0.35.
Changelog
Bug fixes
d4d88f8ui – update ui to v0.0.15v0.0.35: 0.0.35Compare Source
Summary
This version adds native support for GLightbox, a JavaScript lightbox library to add zoom and gallery features to images. Images can be automatically annotated with the new
glightboxMarkdown extension. Add the following tozensical.toml:HTML in the table of contents
Additionally, section titles in the table of contents will now render with HTML markup, so you can use emojis and other inline features in section titles and have them render correctly in the table of contents. In Material for MkDocs, this functionality was implemented with the
typesetplugin. Zensical now supports this natively.Relative links in raw HTML
Relative links in raw HTML are now correctly resolved. Initially, we carried over the link processing and resolution logic from MkDocs, which does not support relative links in raw HTML to this day. We implemented a Python Markdown postprocessor, to ensure that relative links in raw HTML are handled as well.
Changelog
Features
5519730zensical, compat – render section title with markup in table of contentsdb8518dcompat – add plugin compatibility shim forglightbox057da7ccompat – add support for image galleries usingglightbox(#290)Bug fixes
64f3f33compat – relative links in raw HTML not correctly resolved (#258)87abb2acompat – removeimgattributes moved to parent inGLightboxExtensionf7531afcompat – images in raw HTML are double-processed byGLightboxExtension1d8dc83compat – ensureNoneattributes are not added byGlightboxExtension773fa76zensical – support uv's symlink mode (#557)Refactorings
7c977a8compat – moveGLightboxextension to regularPostprocessorv0.0.34: 0.0.34Compare Source
Summary
This version moves Zensical to the latest version of ZRX, the foundation for Zensical and its ecosystem. It includes the module system, as well as a ground up rewrite of the scheduler and streaming API. We did extensive testing with several hundred projects we obtained from GitHub, so we don't expect any issues. However, if you encounter any problems, please let us know.
Moreover, this version ships support for usage of TOML v1.1.0 in
zensical.toml, which allows new lines in inline tables. Thus, configuration files can now be made more readable, especially when they contain long lists of items. For example:Prior to this version
With this version
Additionally, Markdown pages with snippets are now rebuilt when snippets are updated, and an issue with breadcrumbs was fixed when the top-level
index.mdwas not at the root of explicit navigation.Changelog
Features
8f5f584compat – update configuration parser to TOML v1.1.0Bug fixes
2461bd6ui – update ui to v0.0.14670834fcompat – inhibit instant previews on footnote backrefsd24ba8azensical – Markdown pages with snippets not rebuilt when snippet changes (#526)7076f8dcompat – updateREADME.htmllinks toindex.htmllinks when directory URLs aren't set (#531)4b9ed87zensical – don't consider non-rootindex.mda homepage, like MkDocs (#476)25f9ad6– bumprandto 0.9.4 to mitigate CVERefactorings
50aa8a5zensical, zensical-watch – update to zrx to v0.0.21Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.