Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awslabs/aurora-dsql-orms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: python/django/v0.4.0
Choose a base ref
...
head repository: awslabs/aurora-dsql-orms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python/django/v0.4.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 30, 2026

  1. Update changelog for python/django/v0.4.0 (#71)

    This PR was automatically created by
    [changelog-from-release](https://github.com/rhysd/changelog-from-release)
    action for python/django/v0.4.0
    
    Co-authored-by: danielfrankcom <danielfrankcom@users.noreply.github.com>
    github-actions[bot] and danielfrankcom authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    a967afc View commit details
    Browse the repository at this point in the history
  2. Fix Python publishing metadata (#72)

    This PR fixes a few metadata issues for the Python packages in this
    project, to ensure the data shown on PyPI during publishing is correct.
    
    Currently:
    - The referenced `LICENSE` file doesn't exist
    - SQLAlchemy uses the old free-form way to specify the license instead
    of a SPDX identifier
    - The `README.md` file is not being published for Django (as can be seen
    in [0.4.0](https://test.pypi.org/project/aurora-dsql-django/0.4.0/))
    - The other projects reference the `README.md` in a way that requires
    full URLs which are hard to maintain and easy to mess up
    
    The change here fixes the licenses for all projects, and uses a hook to
    update local paths to fully qualified links which will work when clicked
    from PyPI. The local paths are easier to maintain in the repo, and will
    work for people with cloned copies in an IDE.
    
    This is conceptually similar to
    awslabs/aurora-dsql-tortoise-orm#24 but I used a
    community plugin since I couldn't figure out a simple way to share the
    hook across the 3 Python packages and didn't want to duplicate the hook
    code. That is always an option in the future if we can figure out the
    build issues with parent path references and want to switch.
    
    By submitting this pull request, I confirm that you can use, modify,
    copy, and redistribute this contribution, under the terms of your
    choice.
    danielfrankcom authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    c2366c0 View commit details
    Browse the repository at this point in the history
  3. Add fast-xml-parser version override for Dependabot alert (#73)

    This PR adds an override for the `fast-xml-parser` version to fix a
    Dependabot alert which can't be upgraded otherwise since it is a
    transitive dependency from the AWS SDK. The upstream package has not
    been updated yet to include the patched version.
    
    
    By submitting this pull request, I confirm that you can use, modify,
    copy, and redistribute this contribution, under the terms of your
    choice.
    danielfrankcom authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    93c13b3 View commit details
    Browse the repository at this point in the history
Loading