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

chore(deps): update apis-core-rdf requirement from 0.34.1 to 0.35.1 #411

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on apis-core-rdf to permit the latest version.

Changelog

Sourced from apis-core-rdf's changelog.

0.35.1 (2025-01-10)

Bug Fixes

  • apis_metainfo: check for numeric id before iterating related Uris (a909428)

0.35.0 (2025-01-08)

⚠ BREAKING CHANGES

  • generic: APIS_LIST_VIEWS_ALLOWED and APIS_DETAIL_VIEWS_ALLOWED are replaced with a single setting APIS_ANON_VIEWS_ALLOWED When APIS_ANON_VIEWS_ALLOWED is set to True List views and Detail views will be open to anyone, without having to login. APIS_LIST_VIEW_OBJECT_FILTER and APIS_VIEW_PASSES_TEST are no longer supported. Custom managers should be used instead.
  • generic,apis_metainfo: move duplicate signals to generic app

Features

  • apis_entities: update create_default_uri to use generic uri (2050de3)
  • apis_metainfo: add a signal to remove unused Uris (e64182c)
  • apis_metainfo: replace Uri.root_object with GenericForeignKey (43aec8b)
  • apis_relations: update GenericTripleForm to work with generic uri (e4e5616)
  • core: introduce a MaintenanceMiddleware (dc0cda0), closes #1296
  • generic: add uri_set method to GenericModel (a95c076)
  • generic: add a get_openapi_tags class method (512f769)
  • generic: APIS_ANON_VIEWS_ALLOWED setting (f2e0b2f), closes #1400
  • generic: introduce custom AutoSchema for schema customization (7b4646d)
  • generic: update Enrichview & GenericModel to work with generic uri (c5dbc80)
  • generic: use GenericAutoSchema in ModelViewSet (454de2f)
  • utils: update create_object_from_uri to work with generic uri (1ccfffe)

Bug Fixes

  • generic: remove .html from template_name_suffix (9944661)

Documentation

  • add documentation regarding MaintenanceMiddleware (516b07c)
  • configuration: add APIS_FORMER_BASE_URIS setting (46223a9)
  • configuration: update configs for anonymous views (6f28df6)

Code Refactoring

  • generic,apis_metainfo: move duplicate signals to generic app (3e20f06)

0.34.1 (2024-12-11)

... (truncated)

Commits
  • 577c932 chore(main): release 0.35.1
  • a909428 fix(apis_metainfo): check for numeric id before iterating related Uris
  • ba58289 chore(main): release 0.35.0
  • b0dd5ce chore(deps-dev): bump ruff from 0.8.2 to 0.8.6
  • 2c35941 chore(deps): bump django-tables2 from 2.7.0 to 2.7.5
  • c26bad1 chore(deps-dev): bump coverage from 7.6.8 to 7.6.10
  • bc7b1a9 chore(deps-dev): bump deptry from 0.21.1 to 0.21.2
  • a42084a chore(deps): bump django from 5.1.3 to 5.1.4
  • e64182c feat(apis_metainfo): add a signal to remove unused Uris
  • a95c076 feat(generic): add uri_set method to GenericModel
  • 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 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)

Updates the requirements on [apis-core-rdf](https://github.com/acdh-oeaw/apis-core-rdf) to permit the latest version.
- [Release notes](https://github.com/acdh-oeaw/apis-core-rdf/releases)
- [Changelog](https://github.com/acdh-oeaw/apis-core-rdf/blob/main/CHANGELOG.md)
- [Commits](acdh-oeaw/apis-core-rdf@v0.34.1...v0.35.1)

---
updated-dependencies:
- dependency-name: apis-core-rdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2025
@b1rger b1rger merged commit 82a2cbd into main Jan 13, 2025
4 checks passed
@b1rger b1rger deleted the dependabot/pip/apis-core-rdf-0.35.1 branch January 13, 2025 08:01
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