Skip to content

Commit

Permalink
chore: fix benchmarks, update di dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Jan 21, 2022
1 parent edcde50 commit a549e54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions benchmarks/xpresso_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from starlette.responses import Response

from benchmarks.utils import generate_dag
from xpresso import App, Dependant, Path
from xpresso.routing import Operation
from xpresso import App, Dependant, Operation, Path
from xpresso.typing import Annotated


Expand Down
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.

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 = "xpresso"
version = "0.4.4"
version = "0.4.5"
description = "A developer centric, performant Python web framework"
authors = ["Adrian Garcia Badaracco <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.7,<4"
di = "~0.50"
di = "~0.51"
anyio = "~3"
starlette = ">=0.16.0,<2"
importlib-metadata = {version = ">=3", python = "<3.8"}
Expand Down

0 comments on commit a549e54

Please sign in to comment.