CHORE: Update amapy-plugin-s3 to Python 3.12#70
Open
dhars9-roche wants to merge 56 commits intomainfrom
Open
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 - Update aioboto3 from <=10.2.0 to 13.0.* (pre-2024) - Update urllib3 from 1.26.19 to 2.2.* (1.x is legacy) - Replace third-party cached_property with functools.cached_property - Fix datetime.utcnow() deprecation (use datetime.now(timezone.utc)) - Update test MIME type assertion (application/x-yaml -> application/yaml) Co-authored-by: Ona <no-reply@ona.com>
8ea34d9 to
9dbacbe
Compare
…' into python-312/update-amapy-contents # Conflicts: # client/amapy-utils/amapy_utils/utils/tests/test_file_utils.py # client/amapy-utils/pyproject.toml
- Replace typing.Union with X | Y syntax - Replace typing.Optional with X | None syntax - Replace typing.Type with builtin type - Replace typing.List, typing.Dict with builtin list, dict - Replace bare [Type] annotations with list[Type] - Convert .format() to f-strings Co-authored-by: Ona <no-reply@ona.com>
…e-amapy-plugin-s3
dhars9-roche
commented
Apr 2, 2026
| data = [ | ||
| ("s3://aws-test-bucket/test_data/sample_files/", "AWS_DP_CREDENTIALS", 4, | ||
| "application/x-yaml"), | ||
| "application/yaml"), |
dhars9-roche
commented
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-s3 for Python 3.12.