Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pytonapi to v0.4.4 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytonapi ^0.1.7 -> ^0.4.0 age adoption passing confidence
pytonapi ==0.1.7 -> ==0.4.4 age adoption passing confidence

Release Notes

tonkeeper/pytonapi (pytonapi)

v0.4.4

What's Changed
New Contributors

Full Changelog: tonkeeper/pytonapi@v0.4.2...v0.4.4

v0.4.2

Compare Source

What's Changed
New Contributors

Full Changelog: tonkeeper/pytonapi@v0.4.1...v0.4.2

v0.4.1

Compare Source

What's Changed
  • Updated v2/accounts/{account_id}/jettons and v2/accounts/{account_id}/jettons/{jetton_id}: added currencies and supported_extensions parameters. Use supported_extensions=["custom_payload"] to display the balance of mintless jettons (e.g., Hamster).

v0.4.0

Compare Source

What's Changed
  • Fixed loop termination by checking for empty list.
What's Added
  • Added jetton field to ValueFlowJettonsInner for API compatibility. #​26

Full Changelog: tonkeeper/pytonapi@v0.3.9...0.4.0

v0.3.9

Compare Source

What's Changed
  • Added custom handling for missing enum values.
  • Updated schema to fix token verification validation error with graylist status. #​24
What's Added
  • Added /v2/liteserver/get_out_msg_queue_size method.
  • Added /v2/blockchain/reduced/blocks method.
  • Added /v2/events/emulate method.
  • Added /v2/traces/emulate method.
  • Added /v2/wallet/emulate method.
  • Added /v2/jettons/{jetton_id}/transfer/{account_id}/payload method.
  • Added /v2/accounts/{account_id}/multisigs and /v2/accounts/{account_id}/events/emulate methods.
  • Added enums for NftApproval and TrustType.

Full Changelog: tonkeeper/pytonapi@v0.3.7...v0.3.9

v0.3.8

Compare Source

v0.3.7

Compare Source

What's Changed
  • Refactored code structure and fixed type errors.
  • Updated Pydantic model schemas from v1 to the latest version.
  • Refactored /v2/status and /v2/address/{account_id}/parse methods into a separate utilities category.
  • Renamed functions: amount_to_nano to to_nano and nano_to_amount to to_amount. Added decimals parameter for token conversion (e.g., USDT).
What's Added
  • Added /v2/gasless/* methods.
  • Added /v2/rates/markets method.
  • Added debug option for debugging in AsyncTonapi and Tonapi.
  • Added a new field admin to the JettonInfo schema. #​23
  • Added an example for gasless transactions on Wallet V5.

Full Changelog: tonkeeper/pytonapi@v0.3.6...v0.3.7

v0.3.6

Compare Source

What's Changed
  • Added support for v2/sse/blocks SSE method #​22.

Full Changelog: tonkeeper/pytonapi@v0.3.4...v0.3.6

v0.3.5

Compare Source

v0.3.4

Compare Source

What's Changed
  • Fix: Corrected a TypeError that occurred with the message Callable[[arg, ...], result]: each arg must be a type. Got Ellipsis. The type hint has been adjusted for compatibility with Python versions earlier than 3.10.

Full Changelog: tonkeeper/pytonapi@v0.3.3...v0.3.4

v0.3.3

Compare Source

What's Changed

Full Changelog: tonkeeper/pytonapi@v0.3.2...v0.3.3

v0.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: tonkeeper/pytonapi@v0.3.1...v0.3.2

v0.3.1

Compare Source

What's Changed
  • Added total count field to JettonHolders schema.
  • Fixed: AttributeError: 'str' object has no attribute 'get'.

Full Changelog: tonkeeper/pytonapi@v0.2.9...v0.3.1

v0.3.0

Compare Source

v0.2.9

Compare Source

What's Changed
Fixes
  • Updated StateInit schema: The StateInit schema has been revised to include only the boc field. #​10

Full Changelog: tonkeeper/pytonapi@v0.2.8...v0.2.9

v0.2.8

Compare Source

What's Changed
New Features
Fixes
Enhancements
  • Refactored test_get_all_jettons method.
New Contributors

Full Changelog: tonkeeper/pytonapi@v0.2.6...v0.2.8

v0.2.6

Compare Source

What's Changed
New Features
Fixes
  • Fixed API endpoint typo in EmulateMethod.decode_message method.
Enhancements
  • Updated SSEMethod.subscribe_to_transactions signature: added optional operations parameter.
  • Handled HTTP status errors in _subscribe method.
  • Refactored __read_content method for efficient reading.
Miscellaneous
  • Added TONAPISSEError.

Full Changelog: tonkeeper/pytonapi@v0.2.4...v0.2.6

v0.2.5

Compare Source

v0.2.4

What's Changed
Updates
  • Add owner to JettonHolder schema.
  • Add jettons.get_all_holders method.
Fixes
  • Fixed JSONDecodeError handling to return error content as a dictionary instead of a set.

Full Changelog: tonkeeper/pytonapi@v0.2.0...v0.2.4

v0.2.0

Compare Source

What's Added
  • New API Methods

    Inscriptions

    • /v2/experimental/accounts/{account_id}/inscriptions
    • /v2/experimental/accounts/{account_id}/inscriptions/history
    • /v2/experimental/accounts/{account_id}/inscriptions/{ticker}/history
    • /v2/experimental/inscriptions/op-template

Full Changelog: tonkeeper/pytonapi@v0.1.9...v0.2.0

v0.1.9

What's Added
  • New API Methods

    Blockchain

    • /v2/status
    • /v2/blockchain/masterchain/{masterchain_seqno}/blocks
    • /v2/blockchain/masterchain/{masterchain_seqno}/transactions
    • /v2/blockchain/masterchain/{masterchain_seqno}/config
    • /v2/blockchain/masterchain/{masterchain_seqno}/config/raw

    Emulation

    • /v2/message/decode
  • Missing fields in model schemas.

Full Changelog: tonkeeper/pytonapi@v0.1.7...v0.1.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 60f4036 to cfa34d7 Compare February 22, 2024 21:27
@renovate renovate bot changed the title Update dependency pytonapi to v0.1.8 Update dependency pytonapi to v0.1.9 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from cfa34d7 to 520d8ed Compare February 26, 2024 22:34
@renovate renovate bot changed the title Update dependency pytonapi to v0.1.9 Update dependency pytonapi to v0.2.0 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 520d8ed to 0db10de Compare April 11, 2024 16:40
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.0 Update dependency pytonapi to v0.2.2 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 0db10de to 9b34208 Compare April 15, 2024 14:36
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.2 Update dependency pytonapi to v0.2.3 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 9b34208 to bacbecf Compare April 18, 2024 23:08
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.3 Update dependency pytonapi to v0.2.4 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from bacbecf to c30fafc Compare April 23, 2024 03:35
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.4 Update dependency pytonapi to v0.2.6 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from c30fafc to 5bf4118 Compare April 25, 2024 12:13
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.6 Update dependency pytonapi to v0.2.8 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 5bf4118 to 32bd9f6 Compare April 26, 2024 20:23
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.8 Update dependency pytonapi to v0.2.9 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 32bd9f6 to 414556c Compare May 14, 2024 09:56
@renovate renovate bot changed the title Update dependency pytonapi to v0.2.9 Update dependency pytonapi to v0.3.1 May 14, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 414556c to a6748a7 Compare June 20, 2024 15:35
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.1 Update dependency pytonapi to v0.3.2 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from a6748a7 to c5f61f5 Compare July 17, 2024 07:50
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.2 Update dependency pytonapi to v0.3.3 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from c5f61f5 to 1c0b0e1 Compare July 19, 2024 15:54
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.3 Update dependency pytonapi to v0.3.4 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 1c0b0e1 to 6801e77 Compare July 21, 2024 07:41
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.4 Update dependency pytonapi to v0.3.6 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 6801e77 to 918b660 Compare August 29, 2024 15:54
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.6 Update dependency pytonapi to v0.3.7 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 918b660 to 8373e03 Compare September 1, 2024 13:36
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.7 Update dependency pytonapi to v0.3.8 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 8373e03 to 481f810 Compare September 10, 2024 19:09
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.8 Update dependency pytonapi to v0.3.9 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 481f810 to c01248f Compare September 12, 2024 22:02
@renovate renovate bot changed the title Update dependency pytonapi to v0.3.9 Update dependency pytonapi to v0.4.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from c01248f to 78810ad Compare September 26, 2024 19:32
@renovate renovate bot changed the title Update dependency pytonapi to v0.4.0 Update dependency pytonapi to v0.4.1 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 78810ad to 048778d Compare October 21, 2024 17:22
@renovate renovate bot changed the title Update dependency pytonapi to v0.4.1 Update dependency pytonapi to v0.4.2 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 048778d to 03437bc Compare November 22, 2024 06:27
@renovate renovate bot changed the title Update dependency pytonapi to v0.4.2 Update dependency pytonapi to v0.4.3 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/pytonapi-0.x branch from 03437bc to 0043ee3 Compare December 10, 2024 11:53
@renovate renovate bot changed the title Update dependency pytonapi to v0.4.3 Update dependency pytonapi to v0.4.4 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant