Skip to content

Commit

Permalink
Bump safe-eth-py from 6.0.0b36 to 6.0.0b39 (#32)
Browse files Browse the repository at this point in the history
* Bump safe-eth-py from 6.0.0b36 to 6.0.0b39

Bumps [safe-eth-py](https://github.com/safe-global/safe-eth-py) from 6.0.0b36 to 6.0.0b39.
- [Release notes](https://github.com/safe-global/safe-eth-py/releases)
- [Commits](safe-global/safe-eth-py@v6.0.0b36...v6.0.0b39)

---
updated-dependencies:
- dependency-name: safe-eth-py
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <[email protected]>
  • Loading branch information
dependabot[bot] and falvaradorodriguez authored Oct 14, 2024
1 parent 8699ea4 commit b25e1a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pydantic import AnyUrl, BaseModel, Field, field_validator

from gnosis.eth.utils import fast_is_checksum_address
from safe_eth.eth.utils import fast_is_checksum_address


class About(BaseModel):
Expand Down
3 changes: 1 addition & 2 deletions app/services/message_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

import siwe
from eth_typing import HexStr
from safe_eth.eth.utils import fast_to_checksum_address
from siwe.siwe import ISO8601Datetime, SiweMessage, VersionEnum

from gnosis.eth.utils import fast_to_checksum_address

from ..config import settings
from ..exceptions import (
InvalidMessageFormatError,
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fastapi[all]==0.115.2
pydantic-settings==2.5.2
pyjwt[crypto]==2.9.0
redis[hiredis]==5.1.1
safe-eth-py==6.0.0b36
safe-eth-py==6.0.0b39
siwe==4.2.0

0 comments on commit b25e1a1

Please sign in to comment.