Skip to content

Commit 10044d3

Browse files
UN-2590 [DEPS] Bump jsonschema version (#192)
* deps: bump jsonschema version * deps: update ver specifier chore: bump sdk ver
1 parent f0bd476 commit 10044d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222

2323
dependencies = [
2424
# Specs and validation
25-
"jsonschema~=4.18.2",
25+
"jsonschema>=4.18.6,<5.0",
2626
"python-magic~=0.4.27",
2727
"python-dotenv==1.0.0",
2828
# Adapter changes

src/unstract/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "v0.74.0"
1+
__version__ = "v0.75.0"
22

33

44
def get_sdk_version() -> str:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)