farcaster-py icon indicating copy to clipboard operation
farcaster-py copied to clipboard

A Python SDK for the Farcaster network

Results 71 farcaster-py issues
Sort by recently updated
recently updated
newest added

Bumps [mkdocs-material-extensions](https://github.com/facelessuser/mkdocs-material-extensions) from 1.3 to 1.3.1. Release notes Sourced from mkdocs-material-extensions's releases. 1.3.1 FIX: Better deprecation warning. Changelog Sourced from mkdocs-material-extensions's changelog. 1.3.1 FIX: Better deprecation warning. Commits 4a4d259 Merge...

dependencies
python

Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 to 2.17.2. Release notes Sourced from pygments's releases. 2.17.2 Fix a packaging issue on macOS (#2593) 2.17.1 Updated lexers: TOML: Fix bug making lexing of single-quoted...

dependencies
python

Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.3 to 1.2.0. Release notes Sourced from exceptiongroup's releases. 1.2.0 Added special monkeypatching if Apport has overridden sys.excepthook so it will format exception groups correctly (PR by...

dependencies
python

Bumps [rich](https://github.com/Textualize/rich) from 13.6.0 to 13.7.0. Release notes Sourced from rich's releases. The "It's a wrap" release [13.7.0] - 2023-11-15 Added Adds missing parameters to Panel.fit Textualize/rich#3142 Fixed Some text...

dependencies
python

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.2 to 0.12.3. Release notes Sourced from tomlkit's releases. 0.12.3 What's Changed chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 by @​dependabot in sdispater/tomlkit#320 fix: Newline lost when...

dependencies
python

Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.23.0 to 0.24.0. Release notes Sourced from mkdocstrings's releases. 0.24.0 0.24.0 - 2023-11-14 Compare with 0.23.0 Features Cache downloaded inventories as local file (ce84dd5 by Oleh Prypin)....

dependencies
python

## Description Initial, basic, hub interface class and supporting code. Can be used like this: ```python from farcaster.hub.generated import request_response_pb2 hub = Hub(mnemonic="x", hub_address="nemes.farcaster.xyz:2283") request = request_response_pb2.FidRequest(fid=50) response = hub.client.GetCastsByFid(request)...

Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 3.2.0 to 4.1.1. Release notes Sourced from pytest-html's releases. 4.1.1 Changes fix: Latest eslint is broken (#769) @​BeyondEvil fix: original sort order (#768) @​BeyondEvil [pre-commit.ci] pre-commit autoupdate...

dependencies
python

Bumps [annotated-types](https://github.com/annotated-types/annotated-types) from 0.5.0 to 0.6.0. Release notes Sourced from annotated-types's releases. v0.6.0 What's Changed Drop Python 3.7, test on 3.12-dev and update deps by @​adriangb in annotated-types/annotated-types#44 Add IsFinite...

dependencies
python

Bumps [libcst](https://github.com/Instagram/LibCST) from 1.0.1 to 1.1.0. Release notes Sourced from libcst's releases. v1.1.0 Added PEP 695 support parser: PEP 695 - Type Parameter Syntax #1004 Scope provider: support for type...

dependencies
python