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: yezz123/pyngo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: yezz123/pyngo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 3 contributors

Commits on Dec 18, 2023

  1. ⬆ Update typing-extensions requirement (#92)

    Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@3.7.4...4.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b261a56 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. ⬆ Bump mypy from 1.7.1 to 1.8.0 (#93)

    Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.7.1...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2ffbdf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Migrate to Pydantic v2

    hongquan committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    247a7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463c7dc View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. ✨migrate to pydantic v2 & drop python 3.8, 3.9 (#94)

    Migrate to Pydantic v2
    yezz123 authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5f6e307 View commit details
    Browse the repository at this point in the history
  2. ⬆ Bump pytest from 7.4.3 to 7.4.4 (#95)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.3...7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    091557a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. 🔥 remove conftest

    yezz123 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9c45d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    009ff72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80353a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70359e4 View commit details
    Browse the repository at this point in the history
  5. 🔥 Remove codecov.yml file

    yezz123 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1525eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d49140 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e445a7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    671aca4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb2640f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2e68fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e81f9df View commit details
    Browse the repository at this point in the history
  12. 🐛 Update CI badge URL

    yezz123 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7d333bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9261b58 View commit details
    Browse the repository at this point in the history
Loading