File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ fern shield] ( https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen )] ( https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Ftruefoundry%2Ftruefoundry-python-sdk )
4
4
[ ![ pypi] ( https://img.shields.io/pypi/v/truefoundry-sdk )] ( https://pypi.python.org/pypi/truefoundry-sdk )
5
- [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/truefoundry/truefoundry-python-sdk )
6
5
7
6
The Truefoundry Python library provides convenient access to the Truefoundry API from Python.
8
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "truefoundry-sdk"
3
3
4
4
[tool .poetry ]
5
5
name = " truefoundry-sdk"
6
- version = " 0.0 .0"
6
+ version = " 0.1 .0"
7
7
description = " "
8
8
readme = " README.md"
9
9
authors = []
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ def __init__(
20
20
21
21
def get_headers (self ) -> typing .Dict [str , str ]:
22
22
headers : typing .Dict [str , str ] = {
23
- "User-Agent" : "truefoundry-sdk/0.0 .0" ,
23
+ "User-Agent" : "truefoundry-sdk/0.1 .0" ,
24
24
"X-Fern-Language" : "Python" ,
25
25
"X-Fern-SDK-Name" : "truefoundry-sdk" ,
26
- "X-Fern-SDK-Version" : "0.0 .0" ,
26
+ "X-Fern-SDK-Version" : "0.1 .0" ,
27
27
}
28
28
headers ["Authorization" ] = f"Bearer { self ._get_api_key ()} "
29
29
return headers
You can’t perform that action at this time.
0 commit comments