Skip to content

build(deps): bump linkml from 1.10.0 to 1.11.1#20

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/linkml-1.11.1
Open

build(deps): bump linkml from 1.10.0 to 1.11.1#20
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/linkml-1.11.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps linkml from 1.10.0 to 1.11.1.

Release notes

Sourced from linkml's releases.

v1.11.1

Note: This is a re-release of the v1.11.0-rc3 contents under the version 1.11.1. The previously published 1.11.0 was inadvertently built from main rather than the rc3 commit, and has been yanked from PyPI. 1.11.1 is byte-identical to v1.11.0-rc3.

Breaking changes

  • For your documentation to render correctly, you need to now add attr_list and md_in_html to your mkdocs.yml, see for example here.

What's Changed

New Contributors

Full Changelog: linkml/linkml@v1.11.0-rc2...v1.11.0-rc3

v1.11.0

linkml-lint note

  • linkml-lint is now more strict about type validation in schema files. The Python runtime still coerces many shorthand forms at load time, but schemas that previously passed linkml-lint may now fail type checks. Some specific patterns:
    • Multivalued slots must be YAML lists. Bare scalar shorthands under comments, notes, in_subset, see_also, aliases, the *_mappings family, and other multivalued metamodel slots are no longer accepted — you'll need to wrap them in a list.
    • deprecated is a string, not a boolean. The slot is defined to carry a human-readable reason for deprecation. To mark an element deprecated without a reason, it works to use a quoted string (e.g. deprecated: "true") — a bare value that yaml coerces to a boolean will fail the type check.
    • examples.value must be a string. Use examples.value for the canonical textual representation of an example. Non-string examples (mappings, numbers, booleans, nested objects) belong under examples.object.

What's Changed

... (truncated)

Commits
  • a7ed3e4 Merge pull request #3484 from linkml/linkml-model-1.11.0rc2
  • 6340cb0 Merge branch 'main' into linkml-model-1.11.0rc2
  • 64f6a21 Adding test for any_of at the class level
  • b6fdeca Source linkml model from raw github rather than PURL
  • 2a10bb5 Update snapshots
  • 79b2382 Update fixtures / tests
  • 5e33f58 Update Metamodel files for 1.11.0-rc2
  • 373cba1 Merge pull request #3420 from noelmcloughlin/excel
  • 21cec18 Merge branch 'main' into excel
  • 6285fa3 fix(jsonldcontextgen): emit scoped contexts for class-level range overrides
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [linkml](https://github.com/linkml/linkml) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/linkml/linkml/releases)
- [Commits](linkml/linkml@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: linkml
  dependency-version: 1.11.1
  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 26, 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.

1 participant