v0.41.0: settings parsers, make arguments override no longer automatic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user