Skip to content

Bump monty from 2026.2.18 to 2026.5.18#1485

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/monty-2026.5.18
Open

Bump monty from 2026.2.18 to 2026.5.18#1485
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/monty-2026.5.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps monty from 2026.2.18 to 2026.5.18.

Release notes

Sourced from monty's releases.

v2026.5.18

2026.5.18

  • Add Python 3.14 support (#768, @​DanielYang59).
  • Optimize hot paths across monty.json, monty.collections, monty.dev, monty.inspect, and monty.io (#791).
  • Introduce monty.json.TypeHandler + register/unregister plugin API so third-party packages can teach MontyEncoder/MontyDecoder about custom types without forking. Built-in types (datetime, uuid, pathlib, numpy, torch, pandas, pint, bson) are migrated to handlers with identical dict shapes.
  • Add serialization support for bson.dbref.DBRef (collection, id, optional database, optional extras; nested ids recurse through MontyDecoder). Closes #746, @​mkhorton.
  • Deprecate monty.fractions.gcd, monty.fractions.lcm, monty.functools.nCr, monty.functools.nPr, and monty.string.is_string in favor of stdlib equivalents.
  • Modernize type hints to PEP 585/604 and add return type annotations to public functions.
Changelog

Sourced from monty's changelog.

2026.5.18

  • Add Python 3.14 support (#768, @​DanielYang59).
  • Optimize hot paths across monty.json, monty.collections, monty.dev, monty.inspect, and monty.io (#791).
  • Introduce monty.json.TypeHandler + register/unregister plugin API so third-party packages can teach MontyEncoder/MontyDecoder about custom types without forking. Built-in types (datetime, uuid, pathlib, numpy, torch, pandas, pint, bson) are migrated to handlers with identical dict shapes.
  • Add serialization support for bson.dbref.DBRef (collection, id, optional database, optional extras; nested ids recurse through MontyDecoder). Closes #746, @​mkhorton.
  • Deprecate monty.fractions.gcd, monty.fractions.lcm, monty.functools.nCr, monty.functools.nPr, and monty.string.is_string in favor of stdlib equivalents.
  • Modernize type hints to PEP 585/604 and add return type annotations to public functions.
Commits
  • 6c3f12b Merge pull request #792 from materialyzeai/feat/json-typehandler-plugin
  • f28f2b0 feat(json): support bson.dbref.DBRef via merged BsonHandler (closes #746)
  • 4ac9ddd refactor(json): merge PandasDataFrameHandler+PandasSeriesHandler
  • d0518da fix(json): satisfy mypy on decoder dispatch and Windows test
  • bc3ec21 feat(json): TypeHandler plugin API for MontyEncoder/MontyDecoder
  • b8e7c63 docs: clean up module and function docstrings; release v2026.5.18
  • 319c43d Merge pull request #791 from materialyzeai/perf/optimize-hot-paths
  • a770992 chore: deprecate gcd, lcm, nCr, nPr, is_string wrappers
  • ae392d9 Merge branch 'perf/optimize-hot-paths' of github.com:materialyzeai/monty into...
  • 3ba81f3 Update uv.lock.
  • 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 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)

Bumps [monty](https://github.com/materialsvirtuallab/monty) from 2026.2.18 to 2026.5.18.
- [Release notes](https://github.com/materialsvirtuallab/monty/releases)
- [Changelog](https://github.com/materialyzeai/monty/blob/master/docs/changelog.md)
- [Commits](materialyzeai/monty@v2026.2.18...v2026.5.18)

---
updated-dependencies:
- dependency-name: monty
  dependency-version: 2026.5.18
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 18, 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