Skip to content

Commit e62b397

Browse files
authored
Merge pull request #2598 from dandi/pyproject-toml-pinning
Include pinned versions in pyproject.toml when necessary
2 parents 82516e8 + 44eaf6c commit e62b397

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ dependencies = [
1313
"celery",
1414
"dandi", # minimal version is also provided in API /info
1515
# Pin dandischema to exact version to make explicit which schema version is being used
16-
"dandischema", # schema version 0.6.10
16+
"dandischema==0.11.1", # schema version 0.6.10
1717
"django[argon2]",
18-
# Pin to version where this bug is fixed
19-
# https://codeberg.org/allauth/django-allauth/issues/4072
2018
"django-allauth",
2119
"django-auth-style",
2220
"django-click",
@@ -31,7 +29,7 @@ dependencies = [
3129
"django-stubs-ext",
3230
# TODO: pin djangorestframework until we figure out what the cause of
3331
# https://github.com/dandi/dandi-archive/issues/1896 is.
34-
"djangorestframework",
32+
"djangorestframework<3.15.0",
3533
"drf-extensions",
3634
"drf-yasg",
3735
"fsspec[http]",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)