build(deps): bump the python-dependencies group with 15 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by liuruibin
do-not-merge/release-note-label-needed dependencies python
Updates the requirements on django, langchain-openai, langchain-anthropic, langchain-community, langchain-mcp-adapters, langchain-huggingface, langgraph, boto3, tencentcloud-sdk-python, xinference-client, anthropic, dashscope, celery, pymupdf and pypdf to permit the latest version.
Updates django to 5.2.3
Commits
15883bc[5.2.x] Bumped version for 5.2.3 release.2640031[5.2.x] Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.6f99c88[5.2.x] Fixed #36449 -- Fixed field types in example model using ForeignObject.aec11db[5.2.x] Refs #36419 -- Fixed BulkUpdateTests.test_json_field_sql_null() crash...cc50797[5.2.x] Fixed #36446 -- Restored "q" in internal MediaType.params property.6fc620b[5.2.x] Fixed #36419 -- Ensured for_save was propagated when resolving expres...8fcc839[5.2.x] Refs CVE-2025-48432 -- Prevented log injection in remaining response ...9d7fc9e[5.2.x] Refs CVE-2025-48432 -- Made SuspiciousOperation logging use log_respo...c042af7[5.2.x] Refactored logging_tests to reuse assertions for log records.5901cfe[5.2.x] Updated translations from Transifex.- Additional commits viewable in compare view
Updates langchain-openai to 0.3.22
Release notes
Sourced from langchain-openai's releases.
langchain-openai==0.3.22
Changes since langchain-openai==0.3.21
openai: release 0.3.22 (#31542) openai[patch]: accommodate change in image generation API (#31522) openai[patch]: VCR some tests (#31524)
Commits
71b0f78openai: release 0.3.22 (#31542)575662dopenai[patch]: accommodate change in image generation API (#31522)ece9e31openai[patch]: VCR some tests (#31524)5187817openai[release]: 0.3.21 (#31519)761f8c3openai[patch]: pass through with_structured_output kwargs (#31518)0375848openai[patch]: update with_structured_outputs docstring (#31517)9c63903standard-tests: add cache_control to Anthropic inputs test (#31516)a1f068eopenai: release 0.3.20 (#31515)4cc2f6bopenai[patch]: guard against None text completions in BaseOpenAI (#31514)abc8bf9docs:Adding line breaks to better explain each step, also making sure that bu...- Additional commits viewable in compare view
Updates langchain-anthropic to 0.3.15
Release notes
Sourced from langchain-anthropic's releases.
langchain-anthropic==0.3.15
Changes since langchain-anthropic==0.3.14
anthropic[fix]: bump langchain-core dep (#31483) release[anthropic]: 0.3.15 (#31479) infra: remove use of --vcr-record=none (#31452) standard-tests: migrate to pytest-recording (#31425) standard-tests: add benchmarks (#31302) anthropic: store cache ttl details on usage metadata (#31393)
Commits
ec8bab8anthropic[fix]: bump langchain-core dep (#31483)310e643release[anthropic]: 0.3.15 (#31479)e70ec3bDocs: Textract Integration Page - Fixing a typo (#31475)9649222docs: fix typo in multiple files (#31480)539e5b6core: Add mypy strict-equality rule (#31286)2c4e0abfix: module 'defusedxml' has no attribute 'ElementTree' (#31429) (#31431)b93ed19docs: openai responses api image generation (#31444)c6885a0docs: Document Loader for the Outline collaborative knowledge base (#31395)f64d48ddocs: fix grammar issues in slack.ipynb and telegram.ipynb (#31461)6cb3ea5openai: release 0.3.19 (#31466)- Additional commits viewable in compare view
Updates langchain-community to 0.3.25
Commits
6268ae8langchain: release 0.3.25 (#31101)77ecf47openai: release 0.3.16 (#31100)ff41f47core: release 0.3.58 (#31099)4da525blangchain[patch]: Remove beta decorator from init_embeddings (#31098)94139ffopenai[patch]: format system content blocks for Responses API (#31096)26ad239core, openai[patch]: prefer provider-assigned IDs when aggregating message ch...72f905ainfra: fix notebook tests (#31097)b5bf2d60.3.57 (#31095)167afa5Enable run mutation (#31090)0b79fc1docs: Pinecone Sparse vectorstore example (#31066)- Additional commits viewable in compare view
Updates langchain-mcp-adapters to 0.1.7
Updates langchain-huggingface to 0.3.0
Release notes
Sourced from langchain-huggingface's releases.
langchain-huggingface==0.3.0
Changes since langchain-huggingface==0.2.0
huggingface[patch]: bump transformers (#31559) huggingface[patch]: bump core dep (#31558) huggingface: 0.3.0 release (#31503) huggingface[major]: Reduce disk footprint by 95% by making large dependencies optional (#31268) huggingface: Undefined model_id fix (#31358)
Commits
4071670huggingface[patch]: bump transformers (#31559)40d6d4chuggingface[patch]: bump core dep (#31558)42eb356[OpenAI]: Encoding Model (#31402)40bd71cdoc:Updating doc with consistent bullet format. (#31527)1935e45docs: update graph_rag.mdx (#31548)323850fdocs: Update MongoDB feature status (#31553)eadbb90docs: Updated text embedding model for IBM provider (#31554)b0f100acore: release 0.3.65 (#31557)5b165efcore(fix): revertset_textoptimization (#31555)e455fabdocs: Update Multi_modal_RAG_google.ipynb to remove the unsupported Gemini mo...- Additional commits viewable in compare view
Updates langgraph to 0.4.8
Release notes
Sourced from langgraph's releases.
0.4.8
Changes since 0.4.7
- Remove unused deprecation decorator/warning (#4917)
- Require
state_schemainStateGraph.__init__(#4897)- Remove add_conditional_edge(..., then=) (#4893)
- Avoid repeated runtime calls to get_type_hints
- Remove
MessageGraph(#4875)- Remove non-state Graph
- Remove UntrackedValue channel
- Remove UntrackedValue channel (#4859)
- Flip default for checkpoint_during
- Remove Channel node builder
- Update managed value usage in local_read (#4854)
- Modify stream mode messages and custom to respect subgraphs=False (#4843)
- Remove Checkpoint.writes (#4822)
- Remove Checkpoint.pending_sends (#4820)
- Pregel: Add NodeBuilder class to replace Channel.subscribe_to (#4819)
- Remove dict subclasses used for values/updates stream chunks (#4816)
- Remove old checkpoint test fixtures (#4814)
- Remove postgres shallow checkpointer (#4813)
- Remove ChannelsManager, ManagedValues are now static classes and never instantiated (#4812)
- Remove Context channel / managed value, Remove SharedValue (#4857)
- Remove SchemaCoercionMapper
- Update managed value usage in local_read
- prebuilt: release 0.2.2 (#4851)
- Format
- Remove Checkpoint.writes
- Remove Checkpoint.pending_sends
- Pregel: Add NodeBuilder class to replace Channel.subscribe_to
- Lint
- Remove old checkpoint test fixtures
- Remove postgres shallow checkpointer
- Remove ChannelsManager, ManagedValues are now static classes and never instantiated
- Remove Context channel / managed value, Remove SharedValue
- Merge branch 'main' into fix-examples-link-readme
- Update libs/langgraph/README.md
- Update libs/langgraph/README.md
- Merge branch 'main' into fix-examples-link-readme
- Merge branch 'main' into fix-examples-link-readme
- Merge branch 'main' into fix-examples-link-readme
- Merge branch 'langchain-ai:main' into fix-examples-link-readme
- fix link to examples page in readme.md
Commits
746142fOne moreb9c9c32Allow releases from v0c89fe4c0.4.8b0e2885v0: Fix Command(graph=PARENT) when used together w checkpointer=True (#4920)48fb91dFix Command(graph=PARENT) when used together w checkpointer=Trueefb282aRemove SchemaCoercionMapper (#4855)89ce6eaRemove SchemaCoercionMapper1e87312Update graph-api.ipynb (#4824)bcc6485(docs) fix broken links (#4823)ce5f248docs: fix typo (#4852)- Additional commits viewable in compare view
Updates boto3 to 1.38.35
Commits
18bd5a2Merge branch 'release-1.38.35'4b942d7Bumping version to 1.38.35298bee1Add changelog entries from botocore612750cMerge branch 'release-1.38.34'925a926Merge branch 'release-1.38.34' into develop5b7c3c7Bumping version to 1.38.340f7d6ffAdd changelog entries from botocore075ffd1Merge pull request #4554 from boto/dependabot/pip/requests-2.32.440db150Bump requests from 2.32.3 to 2.32.4af071cbMerge branch 'release-1.38.33'- Additional commits viewable in compare view
Updates tencentcloud-sdk-python to 3.0.1400
Changelog
Sourced from tencentcloud-sdk-python's changelog.
Release 3.0.1400
负载均衡(clb) 版本:2018-03-17
第 131 次发布
发布时间:2025-06-12 01:19:14
本次发布包含了以下内容:
改善已有的文档。
修改接口:
- 新增入参:ProxyProtocol
- 新增入参:ProxyProtocol
DNSPod(dnspod) 版本:2021-03-23
第 44 次发布
发布时间:2025-06-12 01:28:53
本次发布包含了以下内容:
改善已有的文档。
新增接口:
修改接口:
CreateSubdomainValidateTXTValue
- 新增出参:ParentDomain
新增数据结构:
... (truncated)
Commits
8a5c67crelease 3.0.1400576d416feat: support specifying endpoint at each call (#213)a167a38release 3.0.1399dcba297release 3.0.13981d80224release 3.0.13979599227release 3.0.1396a8aa3a3release 3.0.13955e07bd0release 3.0.139401e8260release 3.0.1393d3ff836release 3.0.1392- Additional commits viewable in compare view
Updates xinference-client to 1.6.1
Release notes
Sourced from xinference-client's releases.
v1.6.1
What's new in 1.6.1 (2025-05-30)
These are the changes in inference-client v1.6.1.
Others
- Chore: update submodule by
@XprobeBotin xorbitsai/inference-client#96- Chore: update submodule by
@XprobeBotin xorbitsai/inference-client#97Full Changelog: https://github.com/xorbitsai/inference-client/compare/v1.6.0...v1.6.1
Commits
3fa7f8fChore: update submodule (#97)6e2e57cChore: update submodule (#96)- See full diff in compare view
Updates anthropic to 0.54.0
Release notes
Sourced from anthropic's releases.
v0.54.0
0.54.0 (2025-06-10)
Full Changelog: v0.53.0...v0.54.0
Features
- client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)
Bug Fixes
- httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
- tests: update test (99c2433)
Chores
- internal: version bump (45029f4)
Documentation
- contributing: fix uv script for bootstrapping (d2bde52)
Changelog
Sourced from anthropic's changelog.
0.54.0 (2025-06-10)
Full Changelog: v0.53.0...v0.54.0
Features
- client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)
Bug Fixes
- httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
- tests: update test (99c2433)
Chores
- internal: version bump (45029f4)
Documentation
- contributing: fix uv script for bootstrapping (d2bde52)
0.53.0 (2025-06-09)
Full Changelog: v0.52.2...v0.53.0
Features
- client: add follow_redirects request option (e5238c0)
- client: add support for new text_editor_20250429 tool (b3b3f5b)
Bug Fixes
- client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5ac58e9)
- internal: fix typing remapping (6c415da)
Chores
- internal: codegen related update (94812ec)
- internal: version bump (41ce701)
- tests: improve testing by extracting fixtures (68c62cc)
0.52.2 (2025-06-02)
Full Changelog: v0.52.1...v0.52.2
... (truncated)
Commits
00e0df2Merge pull request #970 from anthropics/release-please--branches--main--chang...f768bc5release: 0.54.099c2433fix(tests): update test07ec081feat(client): add support for fine-grained-tool-streaming-2025-05-14a6efdedfix(httpx): resolve conflict between default transport and proxy settings (#969)d2bde52docs(contributing): fix uv script for bootstrapping45029f4chore(internal): version bumpaedb4cbrelease: 0.53.0d7d3038fix(internal): fix typing remappinge684940fix(client): deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock- Additional commits viewable in compare view
Updates dashscope to 1.23.4
Updates celery to 5.5.3
Release notes
Sourced from celery's releases.
v5.5.3
What's Changed
- make the tests run on python 3.13 for gcs backend by
@auvipyin celery/celery#9677- Added DeepWiki to README by
@Nusnusin celery/celery#9683- Limit redis to <=v5.2.1 to match Kombu by
@Nusnusin celery/celery#9693- Use EX_OK instead of literal zero by
@Nusnusin celery/celery#9684- Make wheel metadata reproducible by
@cjwatsonin celery/celery#9687- let celery install from kombu dependencies for better align by
@auvipyin celery/celery#9696- Fix stamping documentation to clarify stamped_headers key is optional in visitor methods by
@Nusnusin celery/celery#9697- Support apply_async without queue argument on quorum queues by
@bityobin celery/celery#9686- Updated rabbitmq doc about using quorum queues with task routes by
@bityobin celery/celery#9707- Add: Dumper Unit Test by
@yiyu0xin celery/celery#9711- Add unit test for event.group_from by
@rogerforlifein celery/celery#9709- refactor: add beat_cron_starting_deadline documentation warning by
@alirafiei75in celery/celery#9712- fix: resolve issue #9569 by supporting distinct broker transport options for workers by
@yiyu0xin celery/celery#9695- Fixes issue with retry callback arguments in DelayedDelivery by
@maccinzain celery/celery#9708- get_exchange-unit-test by
@rogerforlifein celery/celery#9710- ISSUE-9704: Update documentation of result_expires, filesystem backend is supported by
@MattiasDCin celery/celery#9716- update to blacksmith ubuntu 24.04 by
@auvipyin celery/celery#9717- Added unit tests for celery.utils.iso8601 by
@jaiganeshs21in celery/celery#9725- Update introduction.rst docs by
@auvipyin celery/celery#9728- Prepare for release: v5.5.3 by
@Nusnusin celery/celery#9732New Contributors
@bityobmade their first contribution in celery/celery#9686@yiyu0xmade their first contribution in celery/celery#9711@rogerforlifemade their first contribution in celery/celery#9709@alirafiei75made their first contribution in celery/celery#9712@maccinzamade their first contribution in celery/celery#9708@MattiasDCmade their first contribution in celery/celery#9716@jaiganeshs21made their first contribution in celery/celery#9725Full Changelog: https://github.com/celery/celery/compare/v5.5.2...v5.5.3
Changelog
Sourced from celery's changelog.
5.5.3
:release-date: 2025-06-01 :release-by: Tomer Nosrati
What's Changed
- make the tests run on python 3.13 for gcs backend ([#9677](https://github.com/celery/celery/issues/9677)) - Added DeepWiki to README ([#9683](https://github.com/celery/celery/issues/9683)) - Limit redis to <=v5.2.1 to match Kombu ([#9693](https://github.com/celery/celery/issues/9693)) - Use EX_OK instead of literal zero ([#9684](https://github.com/celery/celery/issues/9684)) - Make wheel metadata reproducible ([#9687](https://github.com/celery/celery/issues/9687)) - let celery install from kombu dependencies for better align ([#9696](https://github.com/celery/celery/issues/9696)) - Fix stamping documentation to clarify stamped_headers key is optional in visitor methods ([#9697](https://github.com/celery/celery/issues/9697)) - Support apply_async without queue argument on quorum queues ([#9686](https://github.com/celery/celery/issues/9686)) - Updated rabbitmq doc about using quorum queues with task routes ([#9707](https://github.com/celery/celery/issues/9707)) - Add: Dumper Unit Test ([#9711](https://github.com/celery/celery/issues/9711)) - Add unit test for event.group_from ([#9709](https://github.com/celery/celery/issues/9709)) - refactor: add beat_cron_starting_deadline documentation warning ([#9712](https://github.com/celery/celery/issues/9712)) - fix: resolve issue [#9569](https://github.com/celery/celery/issues/9569) by supporting distinct broker transport options for workers ([#9695](https://github.com/celery/celery/issues/9695)) - Fixes issue with retry callback arguments in DelayedDelivery ([#9708](https://github.com/celery/celery/issues/9708)) - get_exchange-unit-test ([#9710](https://github.com/celery/celery/issues/9710)) - ISSUE-9704: Update documentation of result_expires, filesystem backend is supported ([#9716](https://github.com/celery/celery/issues/9716)) - update to blacksmith ubuntu 24.04 ([#9717](https://github.com/celery/celery/issues/9717)) - Added unit tests for celery.utils.iso8601 ([#9725](https://github.com/celery/celery/issues/9725)) - Update introduction.rst docs ([#9728](https://github.com/celery/celery/issues/9728)) - Prepare for release: v5.5.3 ([#9732](https://github.com/celery/celery/issues/9732)).. _version-5.5.2:
5.5.2
:release-date: 2025-04-25 :release-by: Tomer Nosrati
What's Changed
- Fix calculating remaining time across DST changes (#9669)
- Remove
setup_loggerfrom COMPAT_MODULES (#9668)- Fix mongodb bullet and fix github links in contributions section (#9672)
- Prepare for release: v5.5.2 (#9675)
.. _version-5.5.1:
5.5.1
... (truncated)
Commits
088c39cPrepare for release: v5.5.3 (#9732)0c1c52bUpdate introduction.rst docs (#9728)778b009Added unit tests for celery.utils.iso8601 (#9725)b00c144update to blacksmith ubuntu 24.045aae2caISSUE-9704: Update documentation of , filesystem backend is supported if cele...7cf9d89get_exchange-unit-test (#9710)b06e53fFixes issue with retry callback argument types in DelayedDelivery (#9708)b6cab29fix: resolve issue #9569 by supporting distinct broker transport options for ...5fc068crefactor: add beat_cron_starting_deadline documentation warning (#9712)c7bb67fAdd unit test for event.group_from (#9709)- Additional commits viewable in compare view
Updates pymupdf to 1.26.1
Release notes
Sourced from pymupdf's releases.
PyMuPDF-1.26.1 released
PyMuPDF-1.26.1 has been released.
Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.26.1
Use MuPDF-1.26.2.
Fixed issues:
Other:
- Partial fix for #4503.
- New method
Document.rewrite_images(), useful for reducing file size, changing image formats, or converting color spaces.Page.get_text(): restrict positional args to match docs.- Removed bogus definition of class
Shape.- Removed release date from module, docs and changelog.
pymupdf.pymupdf_dateandpymupdf.VersionDateare now both None.- They will be removed in a future release.
Changelog
Sourced from pymupdf's changelog.
Change Log
Changes in version 1.26.1
Use MuPDF-1.26.2.
Fixed issues:
- Fixed
4520 <https://github.com/pymupdf/PyMuPDF/issues/4520>_: show_pdf_page does not like empty pages created by new_page- Fixed
4524 <https://github.com/pymupdf/PyMuPDF/issues/4524>_: fitz.get_text ignores 'pages' kwarg- Fixed
4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_: Regression? Spurious error? in insert_pdf in v1.25.4Other:
- Partial fix for
4503 <https://github.com/pymupdf/PyMuPDF/issues/4503>_: Undetected character styles- New method
Document.rewrite_images(), useful for reducing file size, changing image formats, or converting color spaces.Page.get_text(): restrict positional args to match docs.- Removed bogus definition of class
Shape.- Removed release date from module, docs and changelog.
pymupdf.pymupdf_dateandpymupdf.VersionDateare now both None.- They will be removed in a future release.
Changes in version 1.26.0 (2025-05-22)
Use MuPDF-1.26.1.
Fixed issues:
- Fixed
4324 <https://github.com/pymupdf/PyMuPDF/issues/4324>_: cluster_drawings() fails to cluster horizontal and vertical thin lines- Fixed
4363 <https://github.com/pymupdf/PyMuPDF/issues/4363>_: Trouble with searching- Fixed
4404 <https://github.com/pymupdf/PyMuPDF/issues/4404>_: IndexError in page.get_links()- Fixed
4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_: Regression? Spurious error? in insert_pdf in v1.25.4- Fixed
4423 <https://github.com/pymupdf/PyMuPDF/issues/4423>_: pymupdf.mupdf.FzErrorFormat: code=7: cannot find object in xref error encountered after version 1.25.3- Fixed
4435 <https://github.com/pymupdf/PyMuPDF/issues/4435>_: get_pixmap method stuck on one page- Fixed
4439 <https://github.com/pymupdf/PyMuPDF/issues/4439>_: New Xml class from data does not work - bug in code- Fixed
4445 <https://github.com/pymupdf/PyMuPDF/issues/4445>_: Broken XREF table incorrectly repaired- Fixed
4447 <https://github.com/pymupdf/PyMuPDF/issues/4447>_: Stroke color of annotations cannot be correctly set- Fixed
4479 <https://github.com/pymupdf/PyMuPDF/issues/4479>_: set_layer_ui_config() toggles all layers rather than just one- Fixed
4505 <https://github.com/pymupdf/PyMuPDF/issues/4505>_: Follow Widget flag values up its parent structureOther:
- Partial fixed for
4457 <https://github.com/pymupdf/PyMuPDF/issues/4457>_: Wrong characters displayed after font subsetting (w/ native method)- Support image stamp annotations.
- Support recoloring pages.
- Added example of using Django's file storage API to open files with pymupdf.
- Clarified FreeText annotation color options.
... (truncated)
Commits
4a53405tests/: update expectations for latest mupdf master.08d7cd5scripts/test.py: Added support for building releases.ff83bbf.github/workflows/test.yml: also copy sdist into artifact.745f919setup.py: build dummy wheel/sdist if PYMUPDF_SETUP_DUMMY=1.46b10fftests/run_compound.py: show more system/platform/python information before ru...2d9a81bUpdate versions for next release and removed release date information.c7e0800tests/test_general.py: test_2238(): update to match change to Page.get_text()...10798cdchanges.txt: misc updates.751d697tests/: fix test_3624() with latest mupdf.65e6abftests/: added test_4503: Undetected character styles- Additional commits viewable in compare view
Updates pypdf to 5.6.0
Release notes
Sourced from pypdf's releases.
Version 5.6.0, 2025-06-01
What's new
New Features (ENH)
- Add basic support for JBIG2 by using jbig2dec (#3163) by
@stefan6419846Bug Fixes (BUG)
- Fix crashes by removing unnecessary line (#3293) by
@larsga- Add delimiters to NameObject.renumber_table (#3286) by
@ztravisRobustness (ROB)
- Handle DecodeParms being a NullObject (#3285) by
@stefan6419846Code Style (STY)
- Update to mypy 1.16.0 (#3300) by
@stefan6419846
Changelog
Sourced from pypdf's changelog.
Version 5.6.0, 2025-06-01
New Features (ENH)
- Add basic support for JBIG2 by using jbig2dec (#3163)
Bug Fixes (BUG)
- Fix crashes by removing unnecessary line (#3293)
- Add delimiters to NameObject.renumber_table (#3286)
Robustness (ROB)
- Handle DecodeParms being a NullObject (#3285)
Code Style (STY)
- Update to mypy 1.16.0 (#3300)
Version 5.5.0, 2025-05-11
New Features (ENH)
Bug Fixes (BUG)
- Add missing named destinations being ByteStringObjects (#3282)
- Get font information more reliably when removing text (#3252)
- T* 2D Translation consistent with PDF 1.7 Spec (#3250)
- Add font stack to q/Q operations in layout mode (#3225)
- Avoid completely hiding image loading issues like exceeding image size limits (#3221)
- Using compress_identical_objects on transformed content duplicates differing content (#3197)
- Consider BlackIs1 parameter for CCITTFaxDecode filter (#3196)
Robustness (ROB)
- Deal with insufficient cm matrix during text extraction (#3283)
- Allow merging when annotations miss D entry (#3281)
- Fix merging documents if there are no Dests (#3280)
- Fix crash on malformed action in outline (#3278)
- Fix compression issues for removed images which might be None (#3246)
- Attempt to deal with non-rectangular FlateDecode streams (#3245)
- Handle some None values for broken PDF files (#3230)
Developer Experience (DEV)
- Multiple style improvements
- Update ruff to 0.11.0
Maintenance (MAINT)
- Conform ASCIIHexDecode implementation to specification (#3274)
- Modify comments of filters that do not use decode_parms (#3260)
Code Style (STY)
... (truncated)
Commits
40752ebREL: 5.6.00bd0a28STY: Update to mypy 1.16.0 (#3300)fdae3ccSTY: Remove test_rectangle_annotation (#3297)ae7a064BUG: Fix crashes by removing unnecessary line (#3293)15c42ffENH: Add basic support for JBIG2 by using jbig2dec (#3163)77238e0MAINT: Change inline image comments (#3288)d59164bTST: Demonstrate that #3270 can be resolved using existing functionality (#3272)11b8195MAINT: Change name of class attribute (#3287)8c542f3BUG: Add delimiters to NameObject.renumber_table (#3286)a1c3366ROB: Handle DecodeParms being a NullObject (#3285)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
...
Description has been truncated
Pull Request Statistics
1
1
+15
-15
Technical Details
| ID: | 1526759 |
| UUID: | 2588203991 |
| Node ID: | PR_kwDOKTUe1M6aRNvX |
| Host: | GitHub |
| Repository: | 1Panel-dev/MaxKB |
| Merge State: | Unknown |