28 Commits

Author SHA1 Message Date
89d7b9c7ce Improved sync enter and exit 2026-01-10 11:45:09 +01:00
d0c804b48e Tried to fix an issue where KeyboardInterrupt was ignored 2026-01-10 10:40:53 +01:00
0816981861 Replaced WebSocketClientProtocol with ClientConnection, added defaults
for WebSocket
2026-01-10 10:34:30 +01:00
YoggieS
cf409735b9 Merge pull request #5 from yoggys/dependabot/pip/python-packages-c4a54da6c6
Update typing-extensions requirement from <4.15.0,>=4.12.2 to >=4.12.2,<4.16.0 in the python-packages group
2025-10-16 05:54:06 +02:00
dependabot[bot]
43c96baa6d Update typing-extensions requirement in the python-packages group
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.

Updates `typing-extensions` to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.15.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 19:14:01 +00:00
YoggieS
86b4ea424a Merge pull request #4 from yoggys/dependabot/pip/python-packages-28c2cb7019
Update typing-extensions requirement from <4.14.0,>=4.12.2 to >=4.12.2,<4.15.0 in the python-packages group
2025-09-06 19:08:02 +02:00
dependabot[bot]
f2c8121e71 Update typing-extensions requirement in the python-packages group
Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.

Updates `typing-extensions` to 4.14.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.14.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-version: 4.14.0
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 18:46:16 +00:00
YoggieS
c5e777675e update contact email to the correct one 2025-06-23 18:32:17 +02:00
YoggieS
563814f0dd Merge pull request #3 from yoggys/dependabot/pip/python-packages-a1f3456791
Bump the python-packages group across 1 directory with 2 updates
2025-06-11 20:52:17 +02:00
dependabot[bot]
84c7f14bc0 Bump the python-packages group across 1 directory with 2 updates
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) and [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.

Updates `websockets` to 15.0.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](https://github.com/python-websockets/websockets/compare/12.0...15.0.1)

Updates `typing-extensions` to 4.13.1
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.13.1)

---
updated-dependencies:
- dependency-name: websockets
  dependency-version: 15.0.1
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: typing-extensions
  dependency-version: 4.13.1
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 19:24:02 +00:00
YoggieS
a8173e960a Merge pull request #1 from yoggys/dependabot/pip/python-packages-eacc806663
Update websockets requirement from ~=12.0 to >=12,<15 in the python-packages group
2024-12-28 16:23:39 +01:00
dependabot[bot]
c451d60361 Update websockets requirement in the python-packages group
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version.

Updates `websockets` to 14.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](https://github.com/python-websockets/websockets/compare/12.0...14.1)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-28 15:22:20 +00:00
YoggieS
7df94fca60 Create dependabot.yml 2024-12-28 16:20:31 +01:00
YoggieS
421dff8029 fix: resume re-subscription 2024-09-16 12:10:27 +02:00
YoggieS
cb8e345cd4 bump version 2024-09-16 02:12:33 +02:00
YoggieS
47ff93a663 hot-fix: running loop asyncio.run 2024-09-16 02:12:11 +02:00
YoggieS
6cc019d37f some fixes 2024-09-15 20:40:30 +02:00
YoggieS
163f07b97e add async iterator and async context manager 2024-09-15 20:14:16 +02:00
YoggieS
99899860df add __str__ to WebSocket things, fix typing & py 3.8+ compatibility 2024-09-15 20:11:20 +02:00
YoggieS
73274a3247 Update README.md
name for pushed emote was not custom one
2024-06-04 00:36:20 +02:00
YoggieS
4f11039049 update readme with link to work proper in pypi 2023-12-13 01:36:11 +01:00
YoggieS
1293a2d444 fix missing old_value, add Discord message example 2023-12-13 01:33:44 +01:00
YoggieS
a28234f4a1 fix missing old_value, add Discord message example 2023-12-13 01:30:41 +01:00
YoggieS
d8c8251331 rename repo 2023-11-20 00:45:27 +01:00
YoggieS
9f48204afb fix wrong url 2023-11-20 00:30:43 +01:00
YoggieS
793639e98d fix wrong url 2023-11-20 00:27:33 +01:00
YoggieS
c5c0b08854 fix 2023-11-20 00:21:00 +01:00
YoggieS
4d8aa6cca2 init 2023-11-20 00:14:56 +01:00