Skip to content

Commit 6e9f198

Browse files
committed
Make logo path absolute && fix annotations
1 parent f1cc5e6 commit 6e9f198

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./logo.svg" width="350">
2+
<img src="https://raw.githubusercontent.com/community-of-python/microbootstrap/main/logo.svg" width="350">
33
</p>
44
<br>
55
<p align="center">

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
]
30-
version = "0.0.1"
30+
version = "0.0.2"
3131
description = "Package for bootstrapping new micro-services"
3232
authors = ["community-of-python"]
3333
readme = "README.md"
@@ -58,6 +58,7 @@ prometheus-fastapi-instrumentator = { version = "^6.1.0", optional = true }
5858
opentelemetry-instrumentation-fastapi = { version = "^0.46b0", optional = true }
5959
typing-extensions = "^4.12.2"
6060
rich = "^13.7.1"
61+
eval-type-backport = "^0.2.0"
6162

6263

6364
[tool.poetry.group.dev.dependencies]
@@ -68,7 +69,6 @@ pytest-mock = "^3.14.0"
6869
httpx = "^0.27.0"
6970
anyio = "^4.4.0"
7071
pre-commit = "^3.5.0"
71-
eval-type-backport = "^0.2.0"
7272
redis = "^5.0.7"
7373
opentelemetry-instrumentation-redis = "^0.46b0"
7474
trio = "^0.26.0"

0 commit comments

Comments
 (0)