Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml updates #348

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

JacobCallahan
Copy link
Member

Now that ssh2-python has returned, let's switch the primary ssh-backend dependency to it. This primary dependency will be removed in Broker 0.7 along with the ssh2_python311 and ssh2_python312 optional dep definitions.

Also, with the merge of #346, we can fix how the license is attributed in the project metadata. This moves us in compliance with the newer PEP 639 standard.

Fixes #347

@JacobCallahan JacobCallahan added the dependencies An update to one or more dependencies label Jan 27, 2025
@JacobCallahan JacobCallahan requested a review from Copilot January 27, 2025 18:56
@JacobCallahan JacobCallahan self-assigned this Jan 27, 2025
@@ -22,14 +22,14 @@ classifiers = [
dependencies = [
"awxkit",
"click",
"dynaconf<4.0.0",
"dynaconf>=3.1.6,<4.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

this was needed because selective validation was added in 3.1.6.

Now that ssh2-python has returned, let's switch the primary ssh-backend
dependency to it. This primary dependency will be removed in Broker 0.7
along with the ssh2_python311 and ssh2_python312 optional dep
definitions.

Also, with the merge of SatelliteQE#346, we can fix how the license is attributed
in the project metadata. This moves us in compliance with the newer PEP
639 standard.

Fixes SatelliteQE#347
@JacobCallahan JacobCallahan merged commit 9d1e52b into SatelliteQE:master Jan 27, 2025
4 checks passed
@JacobCallahan JacobCallahan deleted the deps_p1 branch January 27, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies An update to one or more dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the dependence on ssh2-python312
1 participant