-
Notifications
You must be signed in to change notification settings - Fork 157
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
deps: Upgrade Python (3.12.4 -> 3.12.6) and common dependencies #2851
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
achimnol
added
type:maintenance
Maintenance issue.
area:upstream
Issues with root cause from upstream 3rd parties
comp:installer
Related to Installer
impact:invisible
This change is invisible to users (internal changes).
labels
Sep 20, 2024
achimnol
added
the
require:pants-export
Dependencies updated. You need to run `pants export --resolve=python-default` to make it working.
label
Sep 20, 2024
- Now it does not accept None but just a boolean to enable or disable certificate checks.
- typeguard now correctly handles TypedDict.
Confirmed working of manager-agent with a simple session creation and ssh connection into it. |
Backport to 24.03 is failed. Please backport manually. |
achimnol
added a commit
that referenced
this pull request
Sep 20, 2024
Backported-from: main (24.09) Backported-to: 24.03 Backport-of: 2851
2 tasks
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:infrastructure
Infrastructure-related issues
area:upstream
Issues with root cause from upstream 3rd parties
comp:installer
Related to Installer
impact:invisible
This change is invisible to users (internal changes).
require:pants-export
Dependencies updated. You need to run `pants export --resolve=python-default` to make it working.
type:maintenance
Maintenance issue.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pants.toml
andpyproject.toml
(the interpreter versions for pants and ruff)tools/pants-plugins/scie/config.py
(the date version for the indygreg distro)20240713 → 20240909
scripts
(used by git pre-commit/pre-push hooks, etc.)requirements.txt
)tools/*-requirements.txt
)ssl
parameter passed toaiohttp
client APIs: useFalse
instead ofNone
.aiohttp.typedefs.Middleware
instead of custom-defined one.common.types.check_typed_dict()
withtypeguard.check_type()
astypeguard
has the intrinsic support for typed dicts.static-gnu
,alpine
)pants test ::
skip the tests marked as "integration" (@pytest.mark.integration
) by default, unless the user gives an explicit--integration
custom CLI option when executing the pytest.pants test :: -- --integration
.Reference: #2449
Checklist: (if applicable)