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: heitortsergent/python-trigger-sample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Lightricks/python-trigger-sample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 5 contributors

Commits on Feb 9, 2017

  1. Merge pull request #1 from heitortsergent/master

    Update app.py to use env variable for access token
    johnsheehan authored Feb 9, 2017
    Configuration menu
    Copy the full SHA
    8a60a12 View commit details
    Browse the repository at this point in the history
  2. Update README

    Add instructions to set environment variable `RUNSCOPE_ACCESS_TOKEN`
    heitortsergent authored Feb 9, 2017
    Configuration menu
    Copy the full SHA
    d217d9f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Merge pull request #2 from heitortsergent/patch-2

    Update README
    johnsheehan authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    cd89a59 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. App: Python 2 -> Python 3.

    Dmytro Povesma
    Dmytro Povesma committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    4fa8c53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from povesma/master

    App: Python 2 -> Python 3.
    Dmytro Povesma
    Dmytro Povesma authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    8106df0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2026

  1. Requirements: upgrade requests to 2.34.2.

    The 2.20.0 pin resolves urllib3 1.24, which cannot be imported on
    Python 3.14: `urllib3.exceptions` reads `urllib3.packages.six.moves`, a
    module the vendored shim no longer exposes. Ocean installs this file in
    its Runscope CI job, which now runs on Python 3.14.
    YairLT committed Sep 14, 2026
    Configuration menu
    Copy the full SHA
    1a84d9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Lightricks/feature/fbp-1275-upgrade-reques…

    …ts-python-314
    
    [FBP-1275] Requirements: upgrade `requests` to 2.34.2.
    ohadbenita authored Sep 14, 2026
    Configuration menu
    Copy the full SHA
    4209529 View commit details
    Browse the repository at this point in the history
Loading