Skip to content

Update bytecode requirement from <0.18,>=0.17 to >=0.17,<0.19 - #2

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/pip/bytecode-gte-0.17-and-lt-0.19
Closed

Update bytecode requirement from <0.18,>=0.17 to >=0.17,<0.19#2
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/pip/bytecode-gte-0.17-and-lt-0.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown

Updates the requirements on bytecode to permit the latest version.

Release notes

Sourced from bytecode's releases.

0.18.1

What's Changed

Full Changelog: MatthieuDartiailh/bytecode@0.18.0...0.18.1

Changelog

Sourced from bytecode's changelog.

03-06-2026: Version 0.18.1

Bugfixes:

  • Fix an AssertionError in stack-size computation when a single exception region is split into multiple TryBegin instances sharing one handler (as produced by bytecode-rewriting tools that wrap a whole function body in a single handler). TryBegin/TryEnd are now matched on the handler block rather than on TryBegin identity.

03-06-2026: Version 0.18.0

  • drop support for Python 3.9 and 3.10 PR #180
  • Replace string literal type annotations with postponed evaluation using from __future__ import annotations PR #191
  • multiple performance improvements PRs #172, #193, #196, #194, #197, #198, #199, #200, #201, #202, #203

Breaking changes:

  • BasicBlock, Bytecode, and ConcreteBytecode now validate inserted instructions at insertion time (append, extend, insert, __setitem__) rather than during iteration. Code that relied on catching ValueError from list(block) or for instr in block: must wrap the insertion call instead. PR #199

Bugfixes:

  • Fix handling of END_ASYNC_FOR which is a backward jump PR #179

03-09-2025: Version 0.17.0

New features:

  • Add support for Python 3.14 PR #166

    Support for Python 3.14, comes with a number of changes reflecting changes in CPython bytecode itself:

    • introduced an enum for BINARY_OP argument which now supports subscribe. When disassembling the enum is always used, when creating bytecode from scratch integer values are coerced into the right enum member.
    • support BUILD_TEMPLATE, BUILD_INTERPOLATION, LOAD_SMALL_INT, LOAD_FAST_BORROW and LOAD_FAST_BORROW_LOAD_FAST_BORROW
    • LOAD_COMMON_CONSTANT, LOAD_SPECIAL whose argument is described using dedicated enums CommonConstant, SpecialMethod

... (truncated)

Commits
  • 570e2b8 fix: match correct try block markers in CFG (#205)
  • e8cfa41 cut release 0.18.0
  • e5d1d74 perf: replace O(n) name/varname list scan with O(1) dict lookup (#199)
  • 66584dc Replace string-based references with postponed evaluation (PEP 563) (#191)
  • d98ee89 Fix async generator issue and prefer opcode comparison to name comparison eve...
  • See full diff 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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Repository Bootstrap and others added 5 commits August 21, 2026 02:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 21, 2026
@Karvp Karvp closed this Aug 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/bytecode-gte-0.17-and-lt-0.19 branch August 21, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant