v0.41.0: settings parsers, make arguments override no longer automatic

This commit is contained in:
Clemens Schwaighofer
2025-11-20 10:11:41 +09:00
parent 4ffe372434
commit 9db39003c4
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# MARK: Project info
[project]
name = "corelibs"
version = "0.40.0"
version = "0.41.0"
description = "Collection of utils for Python scripts"
readme = "README.md"
requires-python = ">=3.13"
@@ -13,7 +13,7 @@ dependencies = [
"jmespath>=1.0.1",
"jsonpath-ng>=1.7.0",
"psutil>=7.0.0",
"requests>=2.32.4",
"requests[proxy]>=2.32.4",
]
# MARK: build system