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: MerginMaps/python-api-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.3
Choose a base ref
...
head repository: MerginMaps/python-api-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 1, 2026

  1. Fix issues with SSL certificates

    Urllib's default handling of SSL certs is rather inconsistent: on linux/mac it
    should use some system openssl path (which on mac may not be present), and on windows
    it should use system certificate store.
    
    Our old macOS workaround was apparently preventing usage of system certificate store
    on windows as well, and using the old vendored cert.pem instead. The fix is to use SSL
    certificates from OS certificate store, using truststore python module.
    
    The truststore module requires python 3.10+ so we bump the minimum python dependency.
    wonder-sk committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    b1b629c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. Add deps/ unconditionally

    harminius committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    30dac2a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Merge pull request #307 from MerginMaps/add_deps_on_syspath

    Add deps/ unconditionally
    MarcelGeo authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    4e7a29f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #306 from MerginMaps/fix-ssl-certificates

    Fix issues with SSL certificates
    MarcelGeo authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    097ba01 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. Configuration menu
    Copy the full SHA
    0a18647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6db04e View commit details
    Browse the repository at this point in the history
  3. 0140

    harminius committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    025d77f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #308 from MerginMaps/bump0134

    bump py-client version to 0.14.0
    MarcelGeo authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    2563539 View commit details
    Browse the repository at this point in the history
Loading