Skip to content

Commit d050187

Browse files
committed
Bump version to 1.0.3 and update dependencies for compatibility
1 parent 17d30cc commit d050187

File tree

2 files changed

+39
-35
lines changed

2 files changed

+39
-35
lines changed

poetry.lock

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

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asgi-claim-validator"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "A focused ASGI middleware for validating additional claims within JWT tokens to enhance token-based workflows."
55
authors = ["Fabio Greco <[email protected]>"]
66
maintainers = ["Fabio Greco <[email protected]>"]
@@ -47,9 +47,9 @@ packages = [
4747

4848
[tool.poetry.dependencies]
4949
python = ">=3.11,<4.0"
50-
joserfc = ">=1.0.2"
50+
joserfc = ">=1.0.1"
5151
jsonschema = ">=4.23.0"
52-
starlette = ">=0.45.3"
52+
starlette = ">=0.45.2"
5353

5454
[tool.poetry.group.dev.dependencies]
5555
connexion = {version="*", extras=["swagger-ui"]}

0 commit comments

Comments
 (0)