Skip to content

Commit 67355f1

Browse files
chore: allow all minor versions for deps
Co-authored-by: Paul Schwörer <schwoerer@sipgate.de>
1 parent 8a8077e commit 67355f1

2 files changed

Lines changed: 206 additions & 210 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ rpc_matchers = [
2626
"http_request_recorder @ https://github.com/sipgate/http-request-recorder/archive/bf99fe64fd67db9df845be0e8da7e2601d9c8eef.zip"
2727
]
2828
db = [
29-
"SQLAlchemy~=2.0.43"
29+
"SQLAlchemy>=2.0.43,<3"
3030
]
3131
metrics = [
32-
"prometheus-client~=0.23.1"
32+
"prometheus-client>=0.23.1,<1"
3333
]
3434
kafka = [
35-
"confluent-kafka~=2.10.0"
35+
"confluent-kafka>=2.10.0,<3"
3636
]
3737
dev = [
3838
"pre-commit",

0 commit comments

Comments
 (0)