linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

chore: bump package versions #44

Closed noelmcloughlin closed 1 year ago

noelmcloughlin commented 1 year ago

This PR bumps package versions to latest available but allows update to later version per https://python-poetry.org/docs/dependency-specification/#caret-requirements

Related issue: https://github.com/linkml/linkml/issues/1282

turbomam commented 1 year ago

Thanks. I use schemasheets but haven't been keeping up with the versioning. Do you know anything about when 0.1.18 will be released?

Are you sure that you want to require Python 3.10? I think 3.9 is still supported by most other LinkML tools.

turbomam commented 1 year ago

Also, an informal best practice in the LinkML community is to start with writing an issue and then mentioning/linking the issue in the PR. You're generously sharing your work with the community, so I'm not really in a position to complain!

However, starting with an issue gives other LinkML people an opportunity to share thoughts about previous design decisions, etc.

noelmcloughlin commented 1 year ago

I don't know who maintains schemasheets, it's required by pyproject here. I will change to 1.9. I thought mentioning this ticket in linkml repo would automatically link here but seems not. Yes I'm aware of ideal protocol.. human factors are at play..linkml is hobby and I do some work after 10pm and trying to contribute best I can with limited time, with small PRs, and sometimes issue to match, sometimes not.

noelmcloughlin commented 1 year ago

Related issue https://github.com/linkml/linkml/issues/1282

turbomam commented 1 year ago

...I thought mentioning this ticket in linkml repo would automatically link here but seems not... Related issue https://github.com/linkml/linkml/issues/1282

Ahh, yes, I should have checked the LinkML/LinkML issues. You did follow the "best practice"!

turbomam commented 1 year ago

The vast majority of the schemasheets commits are from @cmungall

sierra-moxon commented 1 year ago

converted to a draft (following PR title), to avoid any mistakes in merges here. :) of course feel free to undraft as need be.

noelmcloughlin commented 1 year ago

...I thought mentioning this ticket in linkml repo would automatically link here but seems not... Related issue linkml/linkml#1282

Ahh, yes, I should have checked the LinkML/LinkML issues. You did follow the "best practice"!

Kind of :-) I guess. But I'm very supportive of best practices, so glad you mentioned it!

noelmcloughlin commented 1 year ago

Reverted to python 3.9. Need new version of schemasheets