Skip to content

Commit 83ca0bb

Browse files
nikemelyanovcofin
andauthored
fix: Remove recursion_depth from selectinload in TagService (#194)
* fix: Remove recursion_depth from selectinload in TagService - Removed the ecursion_depth parameter from the selectinload function in the provide_tags_service function. - This resolves the InvalidRequestError caused by using ecursion_depth in a non-self-referential relationship. * fix: function changes --------- Co-authored-by: Cody Fincher <cody@litestar.dev>
1 parent b35130f commit 83ca0bb

File tree

6 files changed

+601
-575
lines changed

6 files changed

+601
-575
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: mixed-line-ending
1212
- id: trailing-whitespace
1313
- repo: https://github.com/charliermarsh/ruff-pre-commit
14-
rev: v0.8.4
14+
rev: v0.9.1
1515
hooks:
1616
- id: ruff
1717
args:
@@ -28,7 +28,7 @@ repos:
2828
exclude: test_*|docs|migrations|scripts
2929
entry: env PYTHONPATH=src slotscheck
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.13.0
31+
rev: v1.14.1
3232
hooks:
3333
- id: mypy
3434
exclude: scripts/

0 commit comments

Comments
 (0)