matrix-python 1.4.4a0__py3-none-any.whl → 1.4.5a0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
matrix/_version.py CHANGED
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '1.4.4a0'
22
- __version_tuple__ = version_tuple = (1, 4, 4, 'a0')
21
+ __version__ = version = '1.4.5a0'
22
+ __version_tuple__ = version_tuple = (1, 4, 5, 'a0')
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrix-python
3
- Version: 1.4.4a0
3
+ Version: 1.4.5a0
4
4
  Summary: An easy-to-use Matrix bot framework designed for quick development and minimal setup
5
5
  Author: Simon Roy, Chris Dedman Rollet
6
6
  Maintainer-email: Code Society Lab <admin@codesociety.xyz>
@@ -684,18 +684,18 @@ Project-URL: Source, https://github.com/Code-Society-Lab/matrixpy
684
684
  Project-URL: Issues, https://github.com/Code-Society-Lab/matrixpy/issues
685
685
  Requires-Python: >=3.10
686
686
  Description-Content-Type: text/markdown
687
- Requires-Dist: matrix-nio
687
+ Requires-Dist: matrix-nio==0.25.2
688
688
  Requires-Dist: logger
689
- Requires-Dist: PyYAML
690
- Requires-Dist: markdown
691
- Requires-Dist: APScheduler
689
+ Requires-Dist: PyYAML==6.0.3
690
+ Requires-Dist: markdown==3.10.2
691
+ Requires-Dist: APScheduler==3.11.2
692
692
  Provides-Extra: dev
693
- Requires-Dist: pytest; extra == "dev"
694
- Requires-Dist: pytest-asyncio; extra == "dev"
695
- Requires-Dist: black; extra == "dev"
696
- Requires-Dist: mypy; extra == "dev"
697
- Requires-Dist: types-PyYAML; extra == "dev"
698
- Requires-Dist: types-Markdown; extra == "dev"
693
+ Requires-Dist: pytest==9.0.3; extra == "dev"
694
+ Requires-Dist: pytest-asyncio==1.3.0; extra == "dev"
695
+ Requires-Dist: black==26.3.1; extra == "dev"
696
+ Requires-Dist: mypy==1.20.0; extra == "dev"
697
+ Requires-Dist: types-PyYAML==6.0.12.20260408; extra == "dev"
698
+ Requires-Dist: types-Markdown==3.10.2.20260408; extra == "dev"
699
699
 
700
700
  <div align="center">
701
701
  <em>A simple, developer-friendly library to create powerful <a href="https://matrix.org">Matrix</a> bots.</em>
@@ -1,5 +1,5 @@
1
1
  matrix/__init__.py,sha256=g8yEFjELnnwlvOKns-Ug6LgOezkjAFZ-Opt7esbBHKg,728
2
- matrix/_version.py,sha256=tcfrwnvkUDHHz8JoKK522ystGqqHOEnmR8F4E8SoWsI,528
2
+ matrix/_version.py,sha256=X8Lfu8HB9IHEZFC88NkrWaj4moo7WlSXkDThKiafsrE,528
3
3
  matrix/bot.py,sha256=4gwL2vawLFEREwZD4cEydv6XSXm_SP6pztLD8uwB86M,11944
4
4
  matrix/checks.py,sha256=F_7432_OcFO-im4fRAj62MUsyv1mXywT4OsGC_7xbBQ,486
5
5
  matrix/command.py,sha256=GrP3WsT07sKehGX7PHfnT7gRX22d99877VPd0X2ViEw,10514
@@ -18,7 +18,7 @@ matrix/types.py,sha256=UFjC7p8RAf7piEPvp2X3NuWdqBwkM9Yc3He7KWb9icc,384
18
18
  matrix/help/__init__.py,sha256=1u7V7T_-VgYDeQCTXsc4y8Fo-8gJhOqYJq2U3cUjMWg,168
19
19
  matrix/help/help_command.py,sha256=xCLmKklw74LEMjbUfgQR9eaPMFvi3sPtDw2n2pnAnVQ,12800
20
20
  matrix/help/pagination.py,sha256=sJk0wC46sFHf7xl7WsGRAUc4FC7b9hPqmwQDmvcjwgM,2717
21
- matrix_python-1.4.4a0.dist-info/METADATA,sha256=zswqUmzf_FyaRISg-p2Rqxqocwb9vwHT7Ldr51d4K5A,44541
22
- matrix_python-1.4.4a0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
23
- matrix_python-1.4.4a0.dist-info/top_level.txt,sha256=BvHVM9c7-5SLzg-1OCRpHKgqAubWhRN1e38e6coHs-g,7
24
- matrix_python-1.4.4a0.dist-info/RECORD,,
21
+ matrix_python-1.4.5a0.dist-info/METADATA,sha256=JQOpjcfDsm5WIJIijrutXlKgF7H4vU1KGX11JpkOfn8,44636
22
+ matrix_python-1.4.5a0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
23
+ matrix_python-1.4.5a0.dist-info/top_level.txt,sha256=BvHVM9c7-5SLzg-1OCRpHKgqAubWhRN1e38e6coHs-g,7
24
+ matrix_python-1.4.5a0.dist-info/RECORD,,