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 camel-converter from 3.1.2 to 4.0.0 #1022

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps camel-converter from 3.1.2 to 4.0.0.

Release notes

Sourced from camel-converter's releases.

v4.0.0

Changes

⚠ Breaking changes

Commits
  • af0b294 Merge pull request #562 from sanders41/bump-version
  • fe38dac Bump version for release
  • 97245fb Merge pull request #561 from sanders41/python-3.8
  • 9219e8c Remove Python 3.8 from ci
  • 4758da1 Merge pull request #560 from sanders41/pydantic
  • 01864d5 Drop support for Pydantic < 2
  • f0006ba Merge pull request #559 from sanders41/python-3.8
  • 2f982c8 Drop Python 3.8 support
  • 58251cd Merge pull request #558 from sanders41/pre-commit-ci-update-config
  • 76d2af3 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [camel-converter](https://github.com/sanders41/camel-converter) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/sanders41/camel-converter/releases)
- [Commits](sanders41/camel-converter@v3.1.2...v4.0.0)

---
updated-dependencies:
- dependency-name: camel-converter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Oct 1, 2024
@sanders41
Copy link
Collaborator

sanders41 commented Oct 1, 2024

@curquiza this drops support for Pydantic < 2. We currently support Pydantic 1 and 2 here which made sense at the time because some other big packages that I knew people were using along with this one did not support version 2 yet. At this point Pydantic 2 has been out over a year and as far as I'm aware the other packages now support Pydantic 2 so I think it is fine for us to drop support if you want me to do a PR to do that. If you want to keep support for Pydantic < 2 we should close instead of merge this.

Python 3.8 failed because support for this version was also removed. It goes end of life later this month and rather than doing two breaking changes in a row with removing Pydantic < 2 support also I went ahead and removed Python 3.8 support now (camel-converter is one of my packages). If you want I can also do a PR to remove Python 3.8 support since it will only be a couple week when we would do it anyway.

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 skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant