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: Raptorly1/client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
  • 19 commits
  • 18 files changed
  • 3 contributors

Commits on Dec 21, 2024

  1. Bump certifi from 2024.8.30 to 2024.12.14 (polygon-io#807)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14.
    - [Commits](certifi/python-certifi@2024.08.30...2024.12.14)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      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 21, 2024
    Configuration menu
    Copy the full SHA
    92dabca View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    a25ece5 View commit details
    Browse the repository at this point in the history
  2. Update websockets & certifi dependencies (polygon-io#813)

    * Update pyproject.toml
    
    * Bump poetry.lock
    justinpolygon authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    6acf3b4 View commit details
    Browse the repository at this point in the history
  3. Bump jinja2 from 3.1.4 to 3.1.5 (polygon-io#814)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    816a8d6 View commit details
    Browse the repository at this point in the history
  4. Bump types-setuptools from 75.6.0.20241126 to 75.6.0.20241223 (polygo…

    …n-io#811)
    
    Bumps [types-setuptools](https://github.com/python/typeshed) from 75.6.0.20241126 to 75.6.0.20241223.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: justinpolygon <[email protected]>
    dependabot[bot] and justinpolygon authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    d4e6205 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Bump orjson from 3.10.12 to 3.10.13 (polygon-io#824)

    Bumps [orjson](https://github.com/ijl/orjson) from 3.10.12 to 3.10.13.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.10.12...3.10.13)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:development
      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 Dec 30, 2024
    Configuration menu
    Copy the full SHA
    3c95d68 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Spec update 2024-12-24 (polygon-io#815)

    * Spec update 2024-12-24
    
    * Added latest updates
    justinpolygon authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    0ebde26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d89bcec View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Update StockFinancial model (net income, EPS, and parent net income l…

    …oss) (polygon-io#817)
    
    * Update StockFinancial model (net income, EPS, and parent net income loss)
    
    * Fix test
    
    * Patch json to remove other_than_fixed_noncurrent_assets
    
    * Removed top level values to match spec
    
    * Updated StockFinancial to remove nested values
    
    * Update comment
    
    * Remove vX experimental test
    
    * Refactored to use typed classes and explicit fields rather than raw dictionaries.
    
    * Fix lint
    justinpolygon authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    bbf0b29 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Bump types-setuptools from 75.6.0.20241223 to 75.8.0.20250110 (polygo…

    …n-io#832)
    
    Bumps [types-setuptools](https://github.com/python/typeshed) from 75.6.0.20241223 to 75.8.0.20250110.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    bd9d530 View commit details
    Browse the repository at this point in the history
  2. Bump orjson from 3.10.13 to 3.10.15 (polygon-io#836)

    Bumps [orjson](https://github.com/ijl/orjson) from 3.10.13 to 3.10.15.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.10.13...3.10.15)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:development
      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 24, 2025
    Configuration menu
    Copy the full SHA
    cbabb9e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Bump certifi from 2024.12.14 to 2025.1.31 (polygon-io#843)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31.
    - [Commits](certifi/python-certifi@2024.12.14...2025.01.31)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    4f54c2c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

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

Commits on Apr 23, 2025

  1. fix: usage of deprecated CodeQL Action version (polygon-io#873)

    * chore: changes from formatting on save
    
    * fix: usage of deprecated `CodeQL Action` version
    hamirmahal authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    24eabb9 View commit details
    Browse the repository at this point in the history
  2. Bump jinja2 from 3.1.5 to 3.1.6 (polygon-io#874)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.5...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-version: 3.1.6
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    83b28f3 View commit details
    Browse the repository at this point in the history
  3. Adds IPOs, Short Interest/Volume, and Treasury Yields (polygon-io#875)

    * Adds IPOs, Short Interest/Volume, and Treasury Yields
    
    * Fix docs url
    justinpolygon authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    1cb16d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Bump certifi from 2025.1.31 to 2025.4.26 (polygon-io#877)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.1.31 to 2025.4.26.
    - [Commits](certifi/python-certifi@2025.01.31...2025.04.26)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-version: 2025.4.26
      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 Apr 29, 2025
    Configuration menu
    Copy the full SHA
    1bc22c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

Commits on Jun 10, 2025

  1. Bump requests from 2.32.0 to 2.32.4 (polygon-io#885)

    Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.0...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    c015040 View commit details
    Browse the repository at this point in the history
Loading