Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/+pulpcore_3_100.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pulpcore upperbound to <3.115.
2 changes: 1 addition & 1 deletion pyproject.toml
Copy link

Choose a reason for hiding this comment

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

Could you please add a changelog entry as this change is quite important? We discussed it at today's Pulp Project Sync Meeting. See my change for pulp python in pulp/pulp_python#1051

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"jsonschema>=4.6,<5.0",
"libcomps>=0.1.23.post1,<0.2",
"productmd~=1.33.0",
"pulpcore>=3.85.0,<3.100",
"pulpcore>=3.85.0,<3.115",
"solv~=0.7.21",
"aiohttp_xmlrpc~=1.5.0",
"importlib-resources~=6.4.0",
Expand Down