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: googleapis/python-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.0
Choose a base ref
...
head repository: googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.23.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 28, 2024

  1. feat: migrate to pyproject.toml (#736)

    * migrate to pyproject.toml
    
    * remove version
    
    * remove readme_filename
    
    * remove long_description
    
    * dynamic version
    
    * move description
    
    * move urls
    
    * move packages
    
    * zip_safe is deprecated
    
    * include-package-data = true by default
    
    * platforms are ignored
    
    * Add copyright notice
    
    * proto-plus when python_version >= '3.13'
    
    * remove mypy.ini
    
    * remove pytest.ini
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    rinarakaki and parthea authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    159e9a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. chore(python): remove obsolete release scripts and config files (#755)

    * chore(python): remove obsolete release scripts and config files
    
    Source-Link: googleapis/synthtool@6357517
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:91d0075c6f2fd6a073a06168feee19fa2a8507692f2519a1dc7de3366d157e99
    
    * See googleapis/synthtool#2035
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9370c7a View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.23.0 (#747)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2844cf0 View commit details
    Browse the repository at this point in the history
Loading