Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
- downgrade lilya
  • Loading branch information
devkral committed Nov 25, 2024
1 parent a18a242 commit d4b91dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ hide:

# Release Notes

## 3.5.1

### Fixes

- Clamp lilya to below 0.11.0 until a proper fix is available.


## 3.5.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.5.0"
__version__ = "3.5.1"


from lilya import status
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"email-validator >=2.2.0,<3.0.0",
"itsdangerous>=2.1.2,<3.0.0",
"jinja2>=3.1.2,<4.0.0",
"lilya>=0.10.0",
"lilya>=0.10.0,lilya<0.11.0",
"loguru>=0.7.0,<0.8.0",
"pydantic>=2.9.1,<3.0.0",
"pydantic-settings>=2.0.0,<3.0.0",
Expand Down

0 comments on commit d4b91dd

Please sign in to comment.