CHORE: Update amapy to Python 3.12#71
Merged
dhars9-roche merged 100 commits intomainfrom Apr 17, 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 - Update google-auth-oauthlib from 0.5.* to 1.0.* (pre-2024) - Update jinja2 from 3.0.* to 3.1.* (pre-2024) - Update packaging from 23.1.* to 24.0.* (pre-2024) - Replace third-party cached_property with functools.cached_property 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>
…object_factory.py
# Conflicts: # client/amapy-core/amapy_core/api/settings_api.py # client/amapy-plugin-s3/amapy_plugin_s3/aws_auth.py # client/amapy-plugin-s3/amapy_plugin_s3/aws_http_handler.py # client/amapy-plugin-s3/amapy_plugin_s3/s3_proxy.py # client/amapy-plugin-s3/amapy_plugin_s3/tests/test_aws_storage.py # client/amapy-plugin-s3/amapy_plugin_s3/transporter/async_aws/tests/test_async_aws_transporter.py # client/amapy-plugin-s3/amapy_plugin_s3/transporter/legacy_aws/tests/test_legacy_aws_transporter.py
…clarity and consistency
…in test_artifact.py
…arity; add class_list.yaml and asset YAML files
…fixture and improve assertions; update conftest.py with new asset_root and store setup
…ure cleanup; update test_environment to create asset_root directory
mahantis-roche
approved these changes
Apr 17, 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 (main package) for Python 3.12.