Skip to content

Commit

Permalink
1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Oct 30, 2022
1 parent d1e4a5f commit 588c048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

[1.35.1]

- fix hard dependency on external `cryptography` package when importing `starlite`
- fix invalid default `base_url` for `TestClient`

[1.35.0]

- add context-manager when using SQLAlchemy sessions.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlite"
version = "1.35.0"
version = "1.35.1"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 588c048

Please sign in to comment.