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.
Files changed (23) hide show
  1. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/PKG-INFO +3 -3
  2. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/PKG-INFO +3 -3
  3. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/requires.txt +2 -2
  4. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/requirements.txt +2 -2
  5. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/setup.py +1 -1
  6. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/LICENSE +0 -0
  7. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/README.md +0 -0
  8. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/SOURCES.txt +0 -0
  9. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/dependency_links.txt +0 -0
  10. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/crowdstrike_foundry_function.egg-info/top_level.txt +0 -0
  11. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/pyproject.toml +0 -0
  12. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/setup.cfg +0 -0
  13. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/__init__.py +0 -0
  14. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/config_loader.py +0 -0
  15. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/config_loader_fs.py +0 -0
  16. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/context.py +0 -0
  17. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/loader.py +0 -0
  18. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/mapping.py +0 -0
  19. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/model.py +0 -0
  20. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/router.py +0 -0
  21. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/runner.py +0 -0
  22. {crowdstrike_foundry_function-1.1.2 → crowdstrike_foundry_function-1.1.4}/src/crowdstrike/foundry/function/runner_cli.py +0 -0
  23. {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.2
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>=7.4.2
36
+ Requires-Dist: pytest>=9.0.2
37
37
  Requires-Dist: python-multipart>=0.0.20
38
- Requires-Dist: urllib3>=2.5.0
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.2
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>=7.4.2
36
+ Requires-Dist: pytest>=9.0.2
37
37
  Requires-Dist: python-multipart>=0.0.20
38
- Requires-Dist: urllib3>=2.5.0
38
+ Requires-Dist: urllib3>=2.6.3
39
39
  Dynamic: license-file
40
40
  Dynamic: requires-dist
41
41
  Dynamic: requires-python
@@ -1,4 +1,4 @@
1
1
  build>=1.0.3
2
- pytest>=7.4.2
2
+ pytest>=9.0.2
3
3
  python-multipart>=0.0.20
4
- urllib3>=2.5.0
4
+ urllib3>=2.6.3
@@ -1,4 +1,4 @@
1
1
  build>=1.0.3
2
- pytest>=7.4.2
2
+ pytest>=9.0.2
3
3
  python-multipart>=0.0.20
4
- urllib3>=2.5.0
4
+ urllib3>=2.6.3
@@ -16,7 +16,7 @@ PYTHON_VERSION = '>=3.9.0'
16
16
  SETUP_REQUIRES = [
17
17
  'setuptools',
18
18
  ]
19
- VERSION = '1.1.2'
19
+ VERSION = '1.1.4'
20
20
 
21
21
 
22
22
  def main():