psyplus 0.9.2__tar.gz → 0.9.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: psyplus
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: A helper module that builds upon pydantic-settings to generate, read and comment a config file in yaml
5
5
  Author-email: Tim Bleimehl <bleimehl@helmholtz-munich.de>
6
6
  License: MIT
@@ -15,7 +15,7 @@ Requires-Python: >=3.10
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: pydantic
18
- Requires-Dist: pydantic-setting
18
+ Requires-Dist: pydantic-settings
19
19
  Requires-Dist: ruamel.yaml
20
20
  Requires-Dist: pyaml
21
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: psyplus
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: A helper module that builds upon pydantic-settings to generate, read and comment a config file in yaml
5
5
  Author-email: Tim Bleimehl <bleimehl@helmholtz-munich.de>
6
6
  License: MIT
@@ -15,7 +15,7 @@ Requires-Python: >=3.10
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: pydantic
18
- Requires-Dist: pydantic-setting
18
+ Requires-Dist: pydantic-settings
19
19
  Requires-Dist: ruamel.yaml
20
20
  Requires-Dist: pyaml
21
21
 
@@ -1,4 +1,4 @@
1
1
  pydantic
2
- pydantic-setting
2
+ pydantic-settings
3
3
  ruamel.yaml
4
4
  pyaml
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Programming Language :: Python :: 3.11",
22
22
  "Programming Language :: Python :: 3.12",
23
23
  ]
24
- dependencies = ["pydantic", "pydantic-setting", "ruamel.yaml", "pyaml"]
24
+ dependencies = ["pydantic", "pydantic-settings", "ruamel.yaml", "pyaml"]
25
25
  dynamic = ["version"]
26
26
 
27
27
  [project.optional-dependencies]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes