Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into drop-python-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurio committed Jan 4, 2024
2 parents 600c3b2 + 700658f commit 8bf7852
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ convention = "google"

[tool.poetry]
name = "fastapi-filter"
version = "1.0.0"
version = "1.1.0"
description = "FastAPI filter"
authors = ["Arthur Rio <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -103,7 +103,7 @@ bandit = "^1.7.5"
black = "^23.1.0"
flynt = "^1.0.0"
greenlet = "^3.0.0"
httpx = "^0.25.0"
httpx = "^0.26.0"
ipython = "^8.11.0"
isort = "^5.12.0"
mkdocs-material = "^9.1.2"
Expand All @@ -121,7 +121,7 @@ tomli = "^2.0.1"
types-click = "^7.1.8"
types-setuptools = "^68.1.0.0"
typing-extensions = "^4.5.0"
uvicorn = "^0.24.0"
uvicorn = "^0.25.0"
pydantic = {extras = ["email"], version="^2.0.0"}

[tool.poetry.extras]
Expand Down

0 comments on commit 8bf7852

Please sign in to comment.