CHORE: Update amapy-plugin-posix to Python 3.12#69
Merged
dhars9-roche merged 42 commits intomainfrom Apr 2, 2026
Merged
Conversation
… obsolete entries
…n test_file_utils.py
…ses and improved assertions
…meter names for clarity
…nto python-312/update-amapy-utils
- Update requires-python to >=3.12,<3.13 - Update setuptools build requirement to 74.x - Update aiohttp from >=3.3.0,<4.0.0 to 3.9.* (first version with Python 3.12 wheels) Co-authored-by: Ona <no-reply@ona.com>
- Update requires-python to >=3.12,<3.13 - Update setuptools build requirement to 74.x - Update aiohttp from >=3.3.0,<4.0.0 to 3.9.* (first version with Python 3.12 wheels) Co-authored-by: Ona <no-reply@ona.com>
- Update requires-python to >=3.12,<3.13 - Update setuptools build requirement to 74.x - Replace third-party cached_property with functools.cached_property Co-authored-by: Ona <no-reply@ona.com>
4d03f80 to
c7c6211
Compare
…' into python-312/update-amapy-contents # Conflicts: # client/amapy-utils/amapy_utils/utils/tests/test_file_utils.py # client/amapy-utils/pyproject.toml
…t_posix_content.py
- Replace typing.Type with builtin type - Replace typing.Union[X, Y] with X | Y - Replace typing.Callable with collections.abc.Callable - Fix bare [X] annotations to list[X] Co-authored-by: Ona <no-reply@ona.com>
…e-amapy-plugin-posix
…ods in POSIX storage
…methods in async_posix_transporter and async_shutil
mahantis-roche
approved these changes
Apr 2, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update amapy-plugin-posix for Python 3.12.