punycode and specific cohort number #65
Merged
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.
This pull request updates dependencies and specification versions, bumps the package version, and adds a new integration test to improve cohort handling in the MPIC API. The most important changes are grouped below:
Dependency and Specification Updates:
open-mpic-coredependency to version6.2.0inpyproject.tomlto ensure compatibility with the latest features and fixes.spec_versionfrom3.6.0to3.7.0inpyproject.tomlto align with the latest specification standards.Version Bump:
1.6.0insrc/aws_lambda_mpic/__about__.pyto reflect new updates and changes.Testing Improvements:
api_should_accept_specific_cohort_number_if_enough_perspective_cohorts_are_accommodatedintests/integration/test_deployed_mpic_api.pyto verify that the API correctly handles requests for specific cohort numbers when enough perspective cohorts are available.