robotframework-schemathesislibrary 0.36.0__tar.gz → 0.37.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.

Potentially problematic release.


This version of robotframework-schemathesislibrary might be problematic. Click here for more details.

Files changed (11) hide show
  1. {robotframework_schemathesislibrary-0.36.0/src/robotframework_schemathesislibrary.egg-info → robotframework_schemathesislibrary-0.37.0}/PKG-INFO +1 -1
  2. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/pyproject.toml +1 -1
  3. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/src/SchemathesisLibrary/__init__.py +1 -1
  4. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0/src/robotframework_schemathesislibrary.egg-info}/PKG-INFO +1 -1
  5. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/LICENSE +0 -0
  6. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/README.md +0 -0
  7. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/setup.cfg +0 -0
  8. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/src/robotframework_schemathesislibrary.egg-info/SOURCES.txt +0 -0
  9. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/src/robotframework_schemathesislibrary.egg-info/dependency_links.txt +0 -0
  10. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/src/robotframework_schemathesislibrary.egg-info/requires.txt +0 -0
  11. {robotframework_schemathesislibrary-0.36.0 → robotframework_schemathesislibrary-0.37.0}/src/robotframework_schemathesislibrary.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-schemathesislibrary
3
- Version: 0.36.0
3
+ Version: 0.37.0
4
4
  Summary: Robot Framework SchemathesisLibrary to automatically create test cases from API specifications.
5
5
  Author-email: Tatu Aalto <aalto.tatu@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "robotframework-schemathesislibrary"
3
- version = "0.36.0"
3
+ version = "0.37.0"
4
4
  description = "Robot Framework SchemathesisLibrary to automatically create test cases from API specifications."
5
5
  authors = [
6
6
  { name="Tatu Aalto", email="aalto.tatu@gmail.com" },
@@ -31,7 +31,7 @@ from schemathesis.core import NotSet
31
31
  from schemathesis.core.result import Ok
32
32
  from schemathesis.core.transport import Response
33
33
 
34
- __version__ = "0.36.0"
34
+ __version__ = "0.37.0"
35
35
 
36
36
 
37
37
  @dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotframework-schemathesislibrary
3
- Version: 0.36.0
3
+ Version: 0.37.0
4
4
  Summary: Robot Framework SchemathesisLibrary to automatically create test cases from API specifications.
5
5
  Author-email: Tatu Aalto <aalto.tatu@gmail.com>
6
6
  License-Expression: Apache-2.0