Skip to content

Commit

Permalink
v1.4.2: update python-dev-utils deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ALittleMoron committed May 6, 2024
1 parent bb662a7 commit 058a1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@ dev = [

[project]
name = "sqlrepo"
version = "1.4.1"
version = "1.4.2"
description = "sqlalchemy repositories with crud operations and other utils for it."
authors = [{ name = "Dmitriy Lunev", email = "dima.lunev14@gmail.com" }]
requires-python = ">=3.11"
readme = "README.md"
license = { text = "MIT" }
dependencies = [
"sqlalchemy>=2.0.29",
"python-dev-utils[sqlalchemy_filters]>=1.5.0",
"python-dev-utils[sqlalchemy_filters]>=1.8.3",
]


Expand Down

0 comments on commit 058a1b5

Please sign in to comment.