Thanks to visit codestin.com
Credit goes to github.com

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: ai4os/DEEPaaS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.2
Choose a base ref
...
head repository: ai4os/DEEPaaS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    c9ca14d View commit details
    Browse the repository at this point in the history
  2. feat: disable poetry groups (not compatible with Python 3.6)

    Poetry groups where introduced in Poetry 1.2. The same version that stopped supporting Python 3.6 ([ref](https://python-poetry.org/blog/announcing-poetry-1.2.0/#dropping-support-for-python-27-35-and-36-as-runtimes))
    That raises the following error when installing.
    ```
      RuntimeError: The Poetry configuration is invalid:
        - Additional properties are not allowed ('group' was unexpected)
    ```
    https://stackoverflow.com/questions/73876790/poetry-configuration-is-invalid-additional-properties-are-not-allowed-group
    IgnacioHeredia authored and alvarolopez committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a492900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0178b7 View commit details
    Browse the repository at this point in the history
  4. chore(releases/2.x): release 2.6.0

    ai4-bot authored and alvarolopez committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    92bc974 View commit details
    Browse the repository at this point in the history
Loading