Skip to content

Commit e105205

Browse files
committed
fix!: specify minimal version of main requirements
This minimal versions should not be very constraining, since they are quite old, but in theory this is still a breaking change.
1 parent 77fe256 commit e105205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Topic :: Software Development :: Libraries :: Python Modules",
1616
]
1717

18-
dependencies = ["httpx", "pydantic"]
18+
dependencies = ["httpx>=0.23.0", "pydantic>=2.0.0"]
1919

2020
[project.optional-dependencies]
2121
build = ["uv>=0.8.0,<0.9.0"] # For python-semantic-release build command, used in GitHub actions

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)