Skip to content

Commit b8e4ae6

Browse files
committed
chore(deps): relax upper bound of httpx and pydantic dependencies.
This makes the code easier to integrate as a library
1 parent 32406e4 commit b8e4ae6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ classifiers = [
1616
"Topic :: Security",
1717
]
1818
dependencies = [
19-
"httpx==0.28.1",
20-
"pydantic==2.12.5",
19+
"httpx>=0.28.1",
20+
"pydantic>=2.12.5",
2121
"Authlib>=1.4.1,<2.0.0",
2222
"click>=8.1.3,<9",
2323
"junit-xml>=1.9,<2",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)