8000 Comparing v1.13.6...v1.13.7 · polygon-io/client-python · GitHub
[go: up one dir, main page]

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: polygon-io/client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.6
Choose a base ref
...
head repository: polygon-io/client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.7
Choose a head ref
  • 11 commits
  • 19 files changed
  • 3 contributors

Commits on Apr 12, 2024

  1. Add flat files stock trades tutorial (#643)

    * Add flat files stock trades tutorial
    
    * Fix linting (ignore imports for examples)
    justinpolygon authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4a05581 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Bump sphinx-autodoc-typehints from 2.0.0 to 2.0.1 (#646)

    Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.0.0 to 2.0.1.
    - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
    - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
    - [Commits](tox-dev/sphinx-autodoc-typehints@2.0.0...2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-autodoc-typehints
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3c0435c View commit details
    Browse the repository at this point in the history
  2. Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240415 (#647)

    Bumps [types-setuptools](https://github.com/python/typeshed) from 69.2.0.20240317 to 69.5.0.20240415.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-setuptools
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    549d684 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Bump orjson from 3.10.0 to 3.10.1 (#651)

    Bumps [orjson](https://github.com/ijl/orjson) from 3.10.0 to 3.10.1.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.10.0...3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2daa9d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc793e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    25be6a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    8fb2416 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Bump types-setuptools from 69.5.0.20240415 to 69.5.0.20240423 (#660)

    Bumps [types-setuptools](https://github.com/python/typeshed) from 69.5.0.20240415 to 69.5.0.20240423.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-setuptools
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    18d3ba7 View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.9.0 to 1.10.0 (#659)

    Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: justinpolygon <123573436+justinpolygon@users.noreply.github.com>
    dependabot[bot] and justinpolygon authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    35b356f View commit details
    Browse the repository at this point in the history
  3. Fix poetry black lint check (#644)

    * Fix poetry black lint check
    
    * Revert formatting changes to ws init
    justinpolygon authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9e83bd8 View commit details
    Browse the repository at this point in the history
  4. Update ws init lint formatting (#661)

    * Update ws init lint formatting
    
    * Added black updates
    justinpolygon authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e7b4566 View commit details
    Browse the repository at this point in the history
Loading
0