Skip to content

Commit 1d77c94

Browse files
Excavator: Upgrade API Version
1 parent 2e53444 commit 1d77c94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-snippets-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"sls": {
2525
"dependencies": {
2626
"com.palantir.foundry.api:api-gateway": {
27-
"minVersion": "1.1174.0",
27+
"minVersion": "1.1175.0",
2828
"maxVersion": "1.x.x",
2929
"optional": false
3030
}

foundry_sdk/_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# using the autorelease bot
1818
__version__ = "0.0.0"
1919

20-
__openapi_document_version__ = "1.1174.0"
20+
__openapi_document_version__ = "1.1175.0"

0 commit comments

Comments
 (0)