Skip to content

Commit

Permalink
Revert "Require dohq-artifactory <1.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 2bc4636.
  • Loading branch information
hagenw committed Jan 23, 2025
1 parent 6586924 commit 7ef79a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ dynamic = ['version']

[project.optional-dependencies]
artifactory = [
'dohq-artifactory >=0.10.0 <1.0.0; python_version < "3.12"',
'dohq-artifactory >=0.10.0; python_version < "3.12"',
]
minio = [
'minio',
]
all = [
'dohq-artifactory >=0.10.0 <1.0.0; python_version < "3.12"',
'dohq-artifactory >=0.10.0; python_version < "3.12"',
'minio',
]

Expand Down

0 comments on commit 7ef79a0

Please sign in to comment.