Skip to content

Commit 84b75a5

Browse files
committed
remove typing_extensions dependency and bump version
1 parent 67e36e5 commit 84b75a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "x2s3"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "RESTful web service which makes any storage system X available as an S3-compatible REST API"
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -28,7 +28,6 @@ dependencies = [
2828
"python-dateutil >=2.9",
2929
"pytest >=8.3",
3030
"starlette >=0.46",
31-
"typing_extensions >=4.13",
3231
"uvicorn >=0.34",
3332
"jinja2 >=3.1"
3433
]
@@ -75,4 +74,4 @@ release = {features = ["release"], solve-group = "default"}
7574

7675
[tool.pixi.dependencies]
7776
python = "3.12.*"
78-
pip = "*"
77+
pip = "*"

0 commit comments

Comments
 (0)