Skip to content

v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 01:45
· 124 commits to main since this release

v1.0.1 (2023-12-02)

Chore

  • chore: update CI to use correct branch (#76) (07b1b8b)

  • chore: update github workflow with correct branch (#74) (13688c4)

  • chore: Remove unused import of 'cast' (593815f)

Fix

  • fix: use shared types (#75) (233392a)

  • fix: add github action workflow (#73) (f29d8b3)

  • fix: replace cast method with consistent type hinting and direct assignment of value (1d822b5)

  • fix: correct type argument for cast method during socket initialisation (283af0a)

Unknown

  • Merge pull request #70 from markyao6275/update-websockets-pytest

Update websockets + pytest versions (bf9ae1c)

  • Update websockets + pytest versions (9af9807)

  • Merge pull request #65 from odiseo0/master

Remove additional Any (0934023)

  • Remove additional Any (803203b)

  • Revert "Update dependencies"

This reverts commit 4cdcde4.
I meant to push this to another branch and then open a PR, sorry! (6b2a320)

  • Update dependencies (4cdcde4)

  • Merge pull request #60 from dhaneshsabane/bug-58-type-correction

fix: correct type argument for cast method during socket initialisation (e40a359)