Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-modern-rpc from 1.0.3 to 1.1.0 #3868

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps django-modern-rpc from 1.0.3 to 1.1.0.

Release notes

Sourced from django-modern-rpc's releases.

v1.1.0 (2025-01-01)

Improvements

  • JSON-RPC handler now performs request validation in a dedicated method, allowing better customization of that part. Inspired by #73, thanks to @​hwalinga

Fixes

  • JSON-RPC handler now correctly checks type of request "id" field, according to the specification (#72). Thanks to @​moonburnt
  • Fixed docstring parser to allow empty or multi-line arg description
  • Fixed registration of methods with same names under different entry points (#74). Thanks to @​hwalinga

Misc

  • Added support for Django 5.1
  • Added support for Python 3.13
  • Dropped support of Django 2.1
Changelog

Sourced from django-modern-rpc's changelog.

v1.1.0

Release date: 2025-01-01

Improvements

  • JSON-RPC handler now performs request validation in a dedicated method, allowing better customization of that part. Inspired by #73, thanks to @​hwalinga

Fixes

  • JSON-RPC handler now correctly checks type of request "id" field, according to the specification (#72). Thanks to @​moonburnt
  • Fixed docstring parser to allow empty or multi-line arg description
  • Fixed registration of methods with same names under different entry points (#74). Thanks to @​hwalinga

Misc

  • Added support for Django 5.1
  • Added support for Python 3.13
  • Dropped support of Django 2.1
Commits
  • 0e608d6 Bump 1.1.0
  • a18260b Update dependencies
  • 9bce1d2 Added first_true() as helper function
  • 2cb1ff5 [cicd] Stop testing Python 3.7, as it is too challenging for now
  • 9bf90db Move JSON-RPC request validation into specific method
  • e0b46fa Merge branch 'ubuntu-24.04'
  • 590772a Fix base image for tests (because of python 3.7)
  • 04aac79 [cicd] Switch to ubuntu-24.04 as base image
  • 97cac6e Fix #74
  • 4072c39 Upgrade dependencies
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 2, 2025
Bumps [django-modern-rpc](https://github.com/alorence/django-modern-rpc) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/alorence/django-modern-rpc/releases)
- [Changelog](https://github.com/alorence/django-modern-rpc/blob/main/CHANGELOG.md)
- [Commits](alorence/django-modern-rpc@1.0.3...1.1.0)

---
updated-dependencies:
- dependency-name: django-modern-rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@atodorov atodorov force-pushed the dependabot/pip/django-modern-rpc-1.1.0 branch from 9d28708 to dad8c77 Compare January 5, 2025 17:23
@atodorov atodorov force-pushed the dependabot/pip/django-modern-rpc-1.1.0 branch from 29cb367 to ed6daa5 Compare January 5, 2025 18:30
@atodorov atodorov merged commit 9c9c8d5 into master Jan 5, 2025
39 of 45 checks passed
@atodorov atodorov deleted the dependabot/pip/django-modern-rpc-1.1.0 branch January 5, 2025 19:49
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