Skip to content

update minimum pydantic version to be 2.0.0 #390

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# the cache will still speedup the rest of the installation
- name: install linkml
working-directory: linkml
run: poetry sync --no-interaction --all-extras
run: poetry install --no-interaction --all-extras

- name: print linkml-runtime version
working-directory: linkml
Expand Down
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"requests",
"prefixmaps >=0.1.4",
"curies >=0.5.4",
"pydantic >=1.10.2, <3.0.0",
"pydantic >=2.0.0, <3.0.0",
"isodate >=0.7.2, <1.0.0; python_version < '3.11'",
]

Expand Down
Loading