Skip to content

Conversation

@JAVGan
Copy link
Collaborator

@JAVGan JAVGan commented Jun 4, 2025

Higher versions of types-requests requires urllib3>=2 which is incompatible with boto* causing the following conflict:

There are incompatible versions in the resolved dependencies:
    urllib3<3,>=1.21.1 (from requests==2.32.3->cloudpub (setup.py))
    urllib3<1.27,>=1.25.4 (from botocore==1.38.27->boto3==1.38.27->cloudpub (setup.py))
    urllib3>=2 (from types-requests==2.32.0.20250515->-r requirements-test.in (line 9))

This was also preventing the automatic dependencies bump to happen.

JAVGan added 2 commits June 4, 2025 14:59
Higher versions of `types-requests` requires `urllib3>=2` which is
incompatible with `boto*` causing the following conflict:

```
There are incompatible versions in the resolved dependencies:
    urllib3<2.0.0 (from starmap-client (setup.py))
    urllib3<3,>=1.21.1 (from requests==2.32.3->starmap-client (setup.py))
    urllib3>=2 (from types-requests==2.32.0.20250515->-r requirements-test.in (line 8))
```

This was also preventing the automatic dependencies bump to happen.

Signed-off-by: Jonathan Gangi <jgangi@redhat.com>
Signed-off-by: Jonathan Gangi <jgangi@redhat.com>
@JAVGan JAVGan requested review from jajreidy and lslebodn as code owners June 4, 2025 18:02
@JAVGan
Copy link
Collaborator Author

JAVGan commented Jun 4, 2025

@lslebodn @ashwini3326 @jajreidy PTAL

Copy link
Collaborator

@jajreidy jajreidy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JAVGan JAVGan merged commit 3c9430f into main Jun 4, 2025
23 checks passed
@JAVGan JAVGan deleted the bumpdeps branch June 4, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants