Skip to content

Commit 8d10ed3

Browse files
committed
Update fastapi & starlette
1 parent ae9481a commit 8d10ed3

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3030

3131
### Security
3232

33-
- Update requests dependency for the examples
33+
- Update requests, starlette, fastapi dependencies used by the examples
3434

3535
## [0.5](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.5) - 2023-05-11
3636

poetry.lock

+9-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ charset-normalizer = "3.1.0"
4444
click = "8.1.3"
4545
django = "^4.2"
4646
docutils = "0.19"
47-
fastapi = "0.95.0"
47+
fastapi = "0.97.0"
4848
h11 = "0.14.0"
4949
idna = "3.4"
5050
# pinned importlib-metadat to version ~6.0.0 because of opentelemetry-api
@@ -66,7 +66,7 @@ rfc3986 = "2.0.0"
6666
rich = "13.3.2"
6767
six = "1.16.0"
6868
sniffio = "1.3.0"
69-
starlette = "0.26.1"
69+
starlette = ">=0.27.0,<0.28.0"
7070
twine = "4.0.2"
7171
urllib3 = "1.26.15"
7272
uvicorn = "0.21.1"

0 commit comments

Comments
 (0)