labtasker 2.1.0__tar.gz → 2.2.0__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,7 @@
1
1
  .venv/
2
2
  .pytest_cache/
3
3
  .coverage
4
+ coverage/
4
5
  coverage.xml
5
6
  htmlcov/
6
7
  .mypy_cache/
@@ -12,3 +13,6 @@ build/
12
13
  dist/
13
14
  site/
14
15
  .labtasker/
16
+ .DS_Store
17
+ .idea/
18
+ tests/skill/runs/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: labtasker
3
- Version: 2.1.0
3
+ Version: 2.2.0
4
4
  Summary: Complete Labtasker installation with Client and local Server
5
5
  Project-URL: Homepage, https://github.com/luocfprime/labtasker
6
6
  Project-URL: Repository, https://github.com/luocfprime/labtasker.git
@@ -8,5 +8,5 @@ Author-email: lcf <luocfprime@gmail.com>
8
8
  License-Expression: Apache-2.0
9
9
  License-File: LICENSE
10
10
  Requires-Python: >=3.11
11
- Requires-Dist: labtasker-client==2.1.0
12
- Requires-Dist: labtasker-server==2.1.0
11
+ Requires-Dist: labtasker-client==2.2.0
12
+ Requires-Dist: labtasker-server==2.2.0
@@ -1,18 +1,18 @@
1
1
  [build-system]
2
- requires = ["hatchling>=1.27"]
2
+ requires = ["hatchling>=1.32.0"]
3
3
  build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "labtasker"
7
- version = "2.1.0"
7
+ version = "2.2.0"
8
8
  description = "Complete Labtasker installation with Client and local Server"
9
9
  requires-python = ">=3.11"
10
10
  license = "Apache-2.0"
11
11
  license-files = ["LICENSE"]
12
12
  authors = [{ name = "lcf", email = "luocfprime@gmail.com" }]
13
13
  dependencies = [
14
- "labtasker-client==2.1.0",
15
- "labtasker-server==2.1.0",
14
+ "labtasker-client==2.2.0",
15
+ "labtasker-server==2.2.0",
16
16
  ]
17
17
 
18
18
  [tool.uv.sources]
File without changes