crowdstrike-foundry-function 1.1.2__tar.gz → 1.1.4__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.
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/PKG-INFO +3 -3
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/PKG-INFO +3 -3
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/requires.txt +2 -2
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/requirements.txt +2 -2
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/setup.py +1 -1
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/LICENSE +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/README.md +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/SOURCES.txt +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/dependency_links.txt +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/top_level.txt +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/pyproject.toml +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/setup.cfg +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/__init__.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/config_loader.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/config_loader_fs.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/context.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/loader.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/mapping.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/model.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/router.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/runner.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/runner_cli.py +0 -0
- {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/runner_http.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crowdstrike-foundry-function
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: CrowdStrike Foundry Function Software Developer Kit for Python
|
|
5
5
|
Author-email: CrowdStrike <foundry-fn-python@crowdstrike.com>
|
|
6
6
|
Maintainer-email: John Stone <foundry-fn-python@crowdstrike.com>, Chris Cannon <foundry-fn-python@crowdstrike.com>, Johnny Steenbergen <foundry-fn-python@crowdstrike.com>, Banu Yuceer <foundry-fn-python@crowdstrike.com>, Joshua Hiller <foundry-fn-python@crowdstrike.com>
|
|
@@ -33,9 +33,9 @@ Requires-Python: >=3.9.0
|
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
License-File: LICENSE
|
|
35
35
|
Requires-Dist: build>=1.0.3
|
|
36
|
-
Requires-Dist: pytest>=
|
|
36
|
+
Requires-Dist: pytest>=9.0.2
|
|
37
37
|
Requires-Dist: python-multipart>=0.0.20
|
|
38
|
-
Requires-Dist: urllib3>=2.
|
|
38
|
+
Requires-Dist: urllib3>=2.6.3
|
|
39
39
|
Dynamic: license-file
|
|
40
40
|
Dynamic: requires-dist
|
|
41
41
|
Dynamic: requires-python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crowdstrike-foundry-function
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: CrowdStrike Foundry Function Software Developer Kit for Python
|
|
5
5
|
Author-email: CrowdStrike <foundry-fn-python@crowdstrike.com>
|
|
6
6
|
Maintainer-email: John Stone <foundry-fn-python@crowdstrike.com>, Chris Cannon <foundry-fn-python@crowdstrike.com>, Johnny Steenbergen <foundry-fn-python@crowdstrike.com>, Banu Yuceer <foundry-fn-python@crowdstrike.com>, Joshua Hiller <foundry-fn-python@crowdstrike.com>
|
|
@@ -33,9 +33,9 @@ Requires-Python: >=3.9.0
|
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
License-File: LICENSE
|
|
35
35
|
Requires-Dist: build>=1.0.3
|
|
36
|
-
Requires-Dist: pytest>=
|
|
36
|
+
Requires-Dist: pytest>=9.0.2
|
|
37
37
|
Requires-Dist: python-multipart>=0.0.20
|
|
38
|
-
Requires-Dist: urllib3>=2.
|
|
38
|
+
Requires-Dist: urllib3>=2.6.3
|
|
39
39
|
Dynamic: license-file
|
|
40
40
|
Dynamic: requires-dist
|
|
41
41
|
Dynamic: requires-python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|