Skip to content

Commit

Permalink
Push version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dolamroth committed Apr 29, 2024
1 parent 95b5c8d commit d963de9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "starlette_web"
version = "0.1.8"
version = "0.1.9"
description = "Asynchronous web framework, based on Starlette and inspired by Django"
readme = "README.md"
authors = [
Expand All @@ -24,12 +24,12 @@ classifiers = [
"Development Status :: 2 - Pre-Alpha",
]
dependencies = [
"anyio>=4.2.0,<4.3",
"starlette>=0.35.1,<1.0",
"anyio>=4.3.0,<4.4",
"starlette>=0.37.2,<1.0",
"webargs-starlette>=2.1,<2.2",
"python-multipart==0.0.6", # required by starlette dependencies
"uvicorn[standard]>=0.25.0,<0.26",
"sqlalchemy>=2.0.23,<2.1",
"python-multipart==0.0.9", # required by starlette dependencies
"uvicorn[standard]>=0.29.0,<0.30",
"sqlalchemy>=2.0.29,<2.1",
"alembic>=1.13.1,<1.14",
"Jinja2>=3.1,<3.2",
"httpx>=0.26.0,<0.27",
Expand Down

0 comments on commit d963de9

Please sign in to comment.