arroba icon indicating copy to clipboard operation
arroba copied to clipboard

Python implementation of Bluesky PDS and AT Protocol, including repo, MST, and sync XRPC methods

Results 25 arroba issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...

dependencies

Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.33.3 to 0.35.2. Changelog Sourced from eventlet's changelog. 0.35.2 [fix] Fix tool.setuptools/packages list eventlet/eventlet#921 [security] Dnspython 2.6.1 - Address DoS via the Tudoor mechanism (CVE-2023-29483) eventlet/eventlet#916 [doc]...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Not a priority for Bridgy Fed or me otherwise personally, but we should probably implement blob storage, `uploadBlob`/`getBlob`, etc. * https://atproto.com/specs/xrpc#blob-upload-and-download * https://atproto.com/specs/data-model#blob-type * https://atproto.com/specs/lexicon#blob

Every now and then, maybe one run in 10, it fails with: ``` FAIL: test_diffs (arroba.tests.test_diff.DiffTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/ryan/src/arroba/arroba/tests/test_diff.py", line 58, in test_diffs self.assertEqual(100, len(diff.updates))...

This would mainly just be in docs and the demo PDS, hopefully I shouldn't have to change much or any of the subscription XRPC handler code (eg `xrpc_sync.subscribe_repos`) itself. The...