Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps pywinpty from 2.0.15 to 3.0.2.

Release notes

Sourced from pywinpty's releases.

v3.0.2

Minor pywinpty release that fixes issues with PyPi metadata

What's Changed

Full Changelog: andfoy/pywinpty@v3.0.1...v3.0.2

v3.0.1

Minor pywinpty version, it adds support for Python 3.14(t), updates several Rust dependencies, including winpty-rs and it also fixes some build issues occurring on arm64 environments.

What's Changed

New Contributors

Full Changelog: andfoy/pywinpty@v3.0.0...v3.0.1

v3.0.0

This a major pywinpty release that provides support for the latest winpty-rs release, which now provides async compatibility on ConPTY, it also ships the latest binaries published by the Windows Terminal team at Microsoft. An important improvement over the 2.x series relates to performance, where now reading from a pseudoterminal takes numbers in the orders of tenths of microseconds and not 100ms as previously.

Major breaking-compatibility changes

read now does no longer accept num_bytes as a parameter, instead all available bytes in the stream will be returned directly, delegating any buffering to downstream consumers of the library.

What's Changed

New Contributors

Full Changelog: andfoy/pywinpty@v2.0.15...v3.0.0

Changelog

Sourced from pywinpty's changelog.

Version 3.0.2 (2025/10/03)

Pull Requests Merged

In this release 1 pull request was closed.

Version 3.0.1 (2025/10/03)

Pull Requests Merged

In this release 7 pull requests were closed.

Version 3.0.0 (2025/08/12)

Pull Requests Merged

In this release 2 pull requests were closed.

Commits
  • e658244 Release v3.0.2
  • 5c1d02c Merge pull request #541 from andfoy/readme
  • 4210591 Add more information into pyproject.toml
  • f4cfd42 Add README section in pyproject.toml
  • 0936516 Set development version to v3.0.2
  • 88ea24f Release v3.0.1
  • 4915de8 Merge pull request #520 from andfoy/dependabot/github_actions/actions/checkout-5
  • 76a4d9d Bump actions/checkout from 4 to 5
  • 3988a32 Merge pull request #540 from andfoy/update_dependencies
  • b65e5db Replace allow_threads by detach
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by cubic

Upgrades pywinpty to 3.0.2 on Windows for faster PTY I/O and Python 3.14 support. Includes ConPTY improvements and arm64 build fixes; note the 3.x read() breaking change if used directly.

  • Dependencies

    • Bump pywinpty 2.0.15 → 3.0.2 (win32 only)
    • Relax constraint to >=2.0.15,<4.0.0
    • Regenerate poetry.lock
  • Migration

    • If calling pywinpty.read(num_bytes), remove num_bytes; read() now returns all available bytes
    • Smoke test Windows terminal flows (spawn, read/write, resize, exit), including arm64

Bumps [pywinpty](https://github.com/spyder-ide/pywinpty) from 2.0.15 to 3.0.2.
- [Release notes](https://github.com/spyder-ide/pywinpty/releases)
- [Changelog](https://github.com/andfoy/pywinpty/blob/main/CHANGELOG.md)
- [Commits](andfoy/pywinpty@v2.0.15...v3.0.2)

---
updated-dependencies:
- dependency-name: pywinpty
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to other python pypi packages used python Pull requests that update Python code labels Oct 6, 2025
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@tomlin7 tomlin7 merged commit 3396acd into main Oct 9, 2025
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pywinpty-3.0.2 branch October 9, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to other python pypi packages used python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant