Skip to content

Commit f9f3fe6

Browse files
committed
bump
1 parent da93aca commit f9f3fe6

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["openapi_python/**/*.py", "openapi_python/py.typed"]
1010

1111
[project]
1212
name = "openapi-python"
13-
version = "0.0.1"
13+
version = "0.0.2"
1414
description = "Autogenerated and fully typed OpenAPI Python clients with a developer-friendly, ergonomic interface."
1515
authors = [{ name = "Anders Brams", email = "anders@brams.dk" }]
1616

@@ -19,9 +19,7 @@ requires-python = ">=3.9"
1919
dependencies = []
2020

2121
[project.optional-dependencies]
22-
httpx = [
23-
"httpx>=0.28.1",
24-
]
22+
httpx = ["httpx>=0.28.1"]
2523

2624
[project.scripts]
2725
openapi-python = "openapi_python.cli:main"

uv.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.

0 commit comments

Comments
 (0)