mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
version bump
This commit is contained in:
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [0.7.0] - 2024-02-20
|
||||
|
||||
### Changed
|
||||
|
||||
- Now requires Python >= 3.8
|
||||
- Bumped dependencies
|
||||
|
||||
## [0.6.0] - 2023-11-28
|
||||
|
||||
### Added
|
||||
|
||||
1508
poetry.lock
generated
1508
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual_web"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
description = "Serve Textual apps"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
@@ -8,10 +8,10 @@ readme = "README.md"
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
python = "^3.8"
|
||||
textual = "^0.43.0"
|
||||
aiohttp = "^3.8.4"
|
||||
uvloop = { version = "^0.17.0", markers = "sys_platform != 'win32'" }
|
||||
aiohttp = "^3.9.3"
|
||||
uvloop = { version = "^0.19.0", markers = "sys_platform != 'win32'" }
|
||||
click = "^8.1.3"
|
||||
aiohttp-jinja2 = "^1.5.1"
|
||||
pydantic = "^2.1.1"
|
||||
|
||||
Reference in New Issue
Block a user