Skip to content

Commit fae7251

Browse files
committed
[#59] Chore: unpin dependencies
1 parent 3f14b5a commit fae7251

File tree

4 files changed

+13
-55
lines changed

4 files changed

+13
-55
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ repos:
6969
rev: 0.5.6
7070
hooks:
7171
- id: uv-lock
72+
args:
73+
- --resolution=lowest-direct

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ class MyViewSet(MultiSerializerMixin, ModelViewSet):
7575
## Development
7676

7777
```bash
78-
uv sync --group=development
79-
uv run pre-commit install --install-hooks
80-
uv run pre-commit install --hook-type=commit-msg
78+
uv sync --frozen --group=development
79+
uv run --frozen pre-commit install --install-hooks
80+
uv run --frozen pre-commit install --hook-type=commit-msg
8181
```
8282

8383
## Contributing

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "drf-multi-serializers"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Handle multiple serializers for the same view in Django Rest Framework."
55
readme = "README.md"
66
authors = [
@@ -11,7 +11,7 @@ maintainers = [
1111
]
1212
requires-python = ">=3.12"
1313
dependencies = [
14-
"djangorestframework==3.15.2",
14+
"djangorestframework>=3.0.0,<4.0.0",
1515
]
1616

1717
[project.urls]

uv.lock

+6-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)