Skip to content

Commit 3236f50

Browse files
committed
Bump package versions in poetry.lock and pyproject.toml to ensure compatibility and access to latest features
1 parent d3cb24e commit 3236f50

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

poetry.lock

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

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asgi-claim-validator"
3-
version = "1.0.1"
3+
version = "1.0.2"
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.1"
51-
jsonschema = "^4.23.0"
52-
starlette = "^0.45.2"
50+
joserfc = ">=1.0.2"
51+
jsonschema = ">=4.23.0"
52+
starlette = ">=0.45.3"
5353

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

0 commit comments

Comments
 (0)