Skip to content

⬆️ Update pythonnet requirement from ~=3.0.5 to ~=3.1.0#1009

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pythonnet-approx-eq-3.1.0
Open

⬆️ Update pythonnet requirement from ~=3.0.5 to ~=3.1.0#1009
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pythonnet-approx-eq-3.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Updates the requirements on pythonnet to permit the latest version.

Release notes

Sourced from pythonnet's releases.

v3.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from pythonnet's changelog.

3.1.0 - 2026-05-23

Added

  • Support del obj[...] for types derived from IList<T> and IDictionary<K, V> (#2533)
  • Support for .NET Framework 4.6.1 (#2701)
  • Context manager protocol for .NET IDisposable types, allowing use of with statements for IDisposable objects (#2568)
  • Support for Python 3.14 (#2611)
  • Implement support for DLR get/set (#2706)

Changed

  • Derive Python (virtual) environment information (#2652)

Fixed

  • Fixed crash when trying to del clrObj[...] for non-arrays
  • ci: properly exclude job (#2542)
  • Properly detect availability of BinaryFormatter (#2639)
  • Support for .NET 10 SDK (#2684)
  • Fix wheel tags (#2716)
  • Name missing from __all__ on re-import (#2717)

Removed

  • Support for Python 3.7 to 3.9 (#2639)

3.0.5 - 2024-12-13

Added

  • Support for Python 3.13 (#2454)

3.0.4 - 2024-09-19

Added

  • Added ToPythonAs<T>() extension method to allow for explicit conversion using a specific type. (#2311[i2311])
  • Added IComparable and IEquatable implementations to PyInt, PyFloat, and PyString to compare with primitive .NET types like long.

Changed

  • Added a FormatterFactory member in RuntimeData to create formatters with parameters. For compatibility, the FormatterType member is still present and has precedence when defining both FormatterFactory and FormatterType
  • Added a post-serialization and a pre-deserialization step callbacks to extend (de)serialization process

... (truncated)

Commits
  • 3d76836 Update changelog and bump version
  • 4a83446 Merge pull request #2726 from pythonnet/dependabot/uv/uv-d665ee01e3
  • c25a5bd Second release candidate for 3.1.0 (dynamic)
  • 27caf5c Merge pull request #2706 from pythonnet/dlr
  • 3a08990 Cache HasClrMember and align DLR setter exception path
  • 8b12b56 Propagate exceptions from TryGetMember in tp_getattro_dlr_proxy (#2718)
  • 2408c43 Catch errors in setting/deleting properties
  • 69ba861 Use explicit IsNull on BorrowedReference
  • 5dacfb4 Implement support for DLR get/set
  • 6bde465 Extend timeout so macos x64 can finish
  • 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.


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)

Updates the requirements on [pythonnet](https://github.com/pythonnet/pythonnet) to permit the latest version.
- [Release notes](https://github.com/pythonnet/pythonnet/releases)
- [Changelog](https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md)
- [Commits](pythonnet/pythonnet@v3.0.5...v3.1.0)

---
updated-dependencies:
- dependency-name: pythonnet
  dependency-version: 3.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 26, 2026
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.

0 participants