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: jowilf/sqlalchemy-file
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: jowilf/sqlalchemy-file
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 16 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 29, 2023

  1. Update pymysql[rsa] requirement from <1.1.0,>=1.0.2 to >=1.0.2,<1.2.0 (

    …#90)
    
    Updates the requirements on [pymysql[rsa]](https://github.com/PyMySQL/PyMySQL) to permit the latest version.
    - [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
    - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)
    - [Commits](PyMySQL/PyMySQL@v1.0.2...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pymysql[rsa]
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f8731f0 View commit details
    Browse the repository at this point in the history
  2. Update uvicorn requirement from <0.22.0,>=0.20.0 to >=0.20.0,<0.24.0 (#…

    …89)
    
    Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](Kludex/uvicorn@0.20.0...0.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8eac799 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Update apache-libcloud requirement from <3.8,>=3.6 to >=3.6,<3.9 (#99)

    Updates the requirements on [apache-libcloud](https://github.com/apache/libcloud) to permit the latest version.
    - [Changelog](https://github.com/apache/libcloud/blob/trunk/CHANGES.rst)
    - [Commits](apache/libcloud@v3.6.0...v3.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: apache-libcloud
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    21a4bcd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Add option to upload files by path (#87)

    * Add option to upload files by path
    
    * Move content_path to the end for backwards compatibility
    
    * Add test for content_path
    
    * Change if/else formatting
    adscib authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0e2887a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b720b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump actions/checkout from 3 to 4 (#106)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    40920da View commit details
    Browse the repository at this point in the history
  2. Update mkdocstrings[python] requirement (#107)

    Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version.
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.19.0...0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocstrings[python]
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    5ac2b8c View commit details
    Browse the repository at this point in the history
  3. Update coverage requirement from <7.3.0,>=7.0.0 to >=7.0.0,<7.4.0 (#97)

    Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.0.0...7.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    48dbd4a View commit details
    Browse the repository at this point in the history
  4. Update fastapi requirement from <0.96,>=0.92 to >=0.92,<0.104 (#103)

    Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version.
    - [Release notes](https://github.com/tiangolo/fastapi/releases)
    - [Commits](fastapi/fastapi@0.92.0...0.103.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastapi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    0fe40df View commit details
    Browse the repository at this point in the history
  5. Update dependabot.yml

    jowilf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2dfcef2 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    jowilf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4f0b3cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19863b1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #116 from jowilf/update-dependencies

    Update dependencies
    jowilf authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    13f4f58 View commit details
    Browse the repository at this point in the history
  9. Release 0.6.0

    jowilf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    5ae55ce View commit details
    Browse the repository at this point in the history
  10. Update README.md

    jowilf committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ab7745f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #117 from jowilf/release/0.6.0

    Release 0.6.0
    jowilf authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a4f45e3 View commit details
    Browse the repository at this point in the history
Loading