wmill 1.382.2__tar.gz → 1.383.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {wmill-1.382.2 → wmill-1.383.1}/PKG-INFO +2 -2
- {wmill-1.382.2 → wmill-1.383.1}/pyproject.toml +2 -2
- {wmill-1.382.2 → wmill-1.383.1}/README.md +0 -0
- {wmill-1.382.2 → wmill-1.383.1}/wmill/__init__.py +0 -0
- {wmill-1.382.2 → wmill-1.383.1}/wmill/client.py +0 -0
- {wmill-1.382.2 → wmill-1.383.1}/wmill/py.typed +0 -0
- {wmill-1.382.2 → wmill-1.383.1}/wmill/s3_reader.py +0 -0
- {wmill-1.382.2 → wmill-1.383.1}/wmill/s3_types.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wmill
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.383.1
|
4
4
|
Summary: A client library for accessing Windmill server wrapping the Windmill client API
|
5
5
|
Home-page: https://windmill.dev
|
6
6
|
License: Apache-2.0
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.9
|
15
15
|
Classifier: Programming Language :: Python :: 3.10
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
17
|
-
Requires-Dist: httpx (>=0.24
|
17
|
+
Requires-Dist: httpx (>=0.24)
|
18
18
|
Project-URL: Documentation, https://windmill.dev
|
19
19
|
Description-Content-Type: text/markdown
|
20
20
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "wmill"
|
3
|
-
version = "1.
|
3
|
+
version = "1.383.1"
|
4
4
|
description = "A client library for accessing Windmill server wrapping the Windmill client API"
|
5
5
|
license = "Apache-2.0"
|
6
6
|
homepage = "https://windmill.dev"
|
@@ -16,7 +16,7 @@ include = ["wmill/py.typed"]
|
|
16
16
|
|
17
17
|
[tool.poetry.dependencies]
|
18
18
|
python = "^3.7"
|
19
|
-
httpx = "
|
19
|
+
httpx = ">=0.24"
|
20
20
|
|
21
21
|
[build-system]
|
22
22
|
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|