Skip to content

Commit 019b807

Browse files
committed
pyproject: remove the version check
This change removes the version check since it brings just extra work for us. Downstream uses a different naming convention that is not compatible with upstream: ``` ERROR: Could not find a version that satisfies the requirement django-ansible-base[jwt-consumer,resource-registry]>=2025.8.18 (from ansible-ai-connect) (from versions: 2.7.0) ```
1 parent 003a0c1 commit 019b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
'uwsgi-readiness-check~=0.2.0',
5050
'django-allow-cidr',
5151
'django-csp~=3.7',
52-
'django-ansible-base[jwt-consumer,resource-registry]>=2025.8.18',
52+
'django-ansible-base[jwt-consumer,resource-registry]',
5353
]
5454
readme = "README.rst"
5555
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)