Skip to content

Commit

Permalink
Merge pull request #61 from singnet/development
Browse files Browse the repository at this point in the history
Patch 3.4.1 (Hot fix)
  • Loading branch information
kiruxaspb authored Aug 2, 2024
2 parents 91bff3f + e30c2a5 commit 847ff18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions snet/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
import sys
from typing import Any, NewType
import warnings
import copy

import google.protobuf.internal.api_implementation

with warnings.catch_warnings():
# Suppress the eth-typing package`s warnings related to some new networks
warnings.filterwarnings("ignore", "Network .* does not have a valid ChainId. eth-typing should be "
"updated with the latest networks.", UserWarning)
from snet.sdk.metadata_provider.ipfs_metadata_provider import IPFSMetadataProvider

from snet.sdk.metadata_provider.ipfs_metadata_provider import IPFSMetadataProvider
from snet.sdk.payment_strategies.default_payment_strategy import DefaultPaymentStrategy
from snet.cli.commands.sdk_command import SDKCommand
from snet.cli.commands.commands import BlockchainCommand
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.4.0"
__version__ = "3.4.1"

0 comments on commit 847ff18

Please sign in to comment.