We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97bbcd commit d15bae6Copy full SHA for d15bae6
2 files changed
mediux_posters/__init__.py
@@ -6,7 +6,7 @@
6
"get_state_root",
7
"setup_logging",
8
]
9
-__version__ = "0.1.0"
+__version__ = "0.2.0"
10
11
import logging
12
import os
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["hatchling"]
4
5
[dependency-groups]
dev = [
- "pre-commit >= 4.0.1"
+ "pre-commit >= 4.1.0"
[project]
@@ -26,13 +26,13 @@ classifiers = [
26
"Typing :: Typed"
27
28
dependencies = [
29
- "PlexAPI >= 4.16.0",
+ "PlexAPI >= 4.16.1",
30
"beautifulsoup4 >= 4.12.3",
31
- "pydantic >= 2.10.4",
+ "pydantic >= 2.10.6",
32
"requests >= 2.32.3",
33
"rich >= 13.9.4",
34
- "tomli >= 2.2.1 ; python_version < \"3.11\"",
35
- "tomli-w >= 1.1.0",
+ "tomli >= 2.2.1 ; python_version < '3.11'",
+ "tomli-w >= 1.2.0",
36
"typer >= 0.15.1"
37
38
description = ""
0 commit comments