Skip to content

Commit

Permalink
now supporting fastapi >= 0.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbenav committed Sep 19, 2024
1 parent 5c442ec commit 6e07f2b
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastcrud"
version = "0.15.0"
version = "0.15.1"
description = "FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities."
authors = ["Igor Benav <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -30,7 +30,7 @@ python = "^3.9"
SQLAlchemy = "^2.0.0"
pydantic = "^2.0.0"
SQLAlchemy-Utils = "^0.41.1"
fastapi = ">=0.100.0,<0.112.0"
fastapi = ">=0.100.0"

[tool.poetry.dev-dependencies]
pytest = "^7.4.4"
Expand Down

0 comments on commit 6e07f2b

Please sign in to comment.