Skip to content

Commit

Permalink
requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbenav committed Jan 24, 2024
1 parent abcb6b9 commit 4167c35
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.1.3"
version = "0.1.5"
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 @@ -32,7 +32,7 @@ python = "^3.9"
SQLAlchemy = "^2.0.0"
pydantic = "^2.0.0"
SQLAlchemy-Utils = "^0.41.1"
fastapi = "^0.100.0"
fastapi = ">=0.100.0,<0.110.0"

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

0 comments on commit 4167c35

Please sign in to comment.