mirror of https://github.com/encode/starlette.git
Downgrade mkdocs-material (#2439)
This commit is contained in:
parent
e54be85aba
commit
4ca0a8757a
|
@ -185,7 +185,7 @@ March 9, 2023
|
|||
March 9, 2023
|
||||
|
||||
### Added
|
||||
* Support [lifespan state](/lifespan/) [#2060](https://github.com/encode/starlette/pull/2060),
|
||||
* Support [lifespan state](lifespan.md) [#2060](https://github.com/encode/starlette/pull/2060),
|
||||
[#2065](https://github.com/encode/starlette/pull/2065) and [#2064](https://github.com/encode/starlette/pull/2064).
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -67,7 +67,7 @@ case you should use `client = TestClient(app, raise_server_exceptions=False)`.
|
|||
If you want the `TestClient` to run the `lifespan` handler,
|
||||
you will need to use the `TestClient` as a context manager. It will
|
||||
not be triggered when the `TestClient` is instantiated. You can learn more about it
|
||||
[here](/lifespan/#running-lifespan-in-tests).
|
||||
[here](lifespan.md#running-lifespan-in-tests).
|
||||
|
||||
### Selecting the Async backend
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ trio==0.24.0
|
|||
|
||||
# Documentation
|
||||
mkdocs==1.5.3
|
||||
mkdocs-material==9.5.3
|
||||
mkdocs-material==9.1.17
|
||||
mkautodoc==0.2.0
|
||||
|
||||
# Packaging
|
||||
|
|
Loading…
Reference in New Issue