Skip to content

Commit 471a46d

Browse files
SDK regeneration
1 parent 38c4aa9 commit 471a46d

316 files changed

Lines changed: 5785 additions & 1344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "3.10.0",
2+
"cliVersion": "3.53.0",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "4.45.3",
4+
"generatorVersion": "4.54.2",
55
"generatorConfig": {
66
"package_name": "truefoundry_sdk",
77
"pydantic_config": {
@@ -21,5 +21,6 @@
2121
"Jinja2": ">=3.1.6,<4.0.0",
2222
"numpydoc": ">=1.7.0,<2.0.0"
2323
}
24-
}
24+
},
25+
"sdkVersion": "0.0.0"
2526
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ client = TrueFoundry(
191191
)
192192
response = client.applications.with_raw_response.list(...)
193193
print(response.headers) # access the response headers
194+
print(response.status_code) # access the response status code
194195
print(response.data) # access the underlying object
195196
pager = client.users.list(...)
196197
print(pager.response) # access the typed response for the first page

poetry.lock

Lines changed: 58 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
24+
"Programming Language :: Python :: 3.15",
2225
"Operating System :: OS Independent",
2326
"Operating System :: POSIX",
2427
"Operating System :: MacOS",

0 commit comments

Comments
 (0)