Skip to content

Bump fhirclient from 3.2.0 to 4.2.1#114

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/fhirclient-4.2.1
Open

Bump fhirclient from 3.2.0 to 4.2.1#114
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/fhirclient-4.2.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 9, 2024

Bumps fhirclient from 3.2.0 to 4.2.1.

Release notes

Sourced from fhirclient's releases.

v4.2.1

What's Changed

Full Changelog: smart-on-fhir/client-py@v4.2.0...v4.2.1

4.2.0

Changes

  • This release drops support for all currently end-of-life Python versions (i.e. this release only supports 3.8 and above)
  • FHIRDate is no longer a single catch-all for the four date & time fields in FHIR. Now there are also FHIRDateTime, FHIRInstant, and FHIRTime classes, all of which inherit from FHIRDate to ease the transition.
    • If you were examining field types with field_type is FHIRDate before, change your code to issubclass(field_type, FHIRDate).
    • The new classes have .datetime or .time fields as appropriate, but a .date alias exists to ease the transition.
  • The dependency on isodate has been removed.

Improvements

Fixes

New Contributors

Full Changelog: smart-on-fhir/client-py@v4.1.0...v4.2.0

... (truncated)

Commits

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)

Bumps [fhirclient](https://github.com/smart-on-fhir/client-py) from 3.2.0 to 4.2.1.
- [Release notes](https://github.com/smart-on-fhir/client-py/releases)
- [Commits](https://github.com/smart-on-fhir/client-py/commits/v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants