Skip to content

Commit e6ca6dc

Browse files
Merge pull request #817 from microsoftgraph/dependabot/pip/kiota-25b45f2f68
chore(deps-dev): bump the kiota group with 3 updates
2 parents 4ee7887 + 9e4b857 commit e6ca6dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ httpx[http2]==0.28.1
145145

146146
hyperframe==6.1.0 ; python_full_version >= '3.6.1'
147147

148-
microsoft-kiota-abstractions==1.9.0
148+
microsoft-kiota-abstractions==1.9.1
149149

150-
microsoft-kiota-authentication-azure==1.9.0
150+
microsoft-kiota-authentication-azure==1.9.1
151151

152-
microsoft-kiota-http==1.9.0
152+
microsoft-kiota-http==1.9.1
153153

154154
multidict==6.1.0 ; python_version >= '3.7'
155155

tests/test_base_graph_request_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_create_graph_request_adapter(mock_auth_provider):
1616
request_adapter._serialization_writer_factory, SerializationWriterFactoryRegistry
1717
)
1818
assert isinstance(request_adapter._http_client, httpx.AsyncClient)
19-
assert request_adapter.base_url == ''
19+
assert request_adapter.base_url == 'https://graph.microsoft.com/v1.0/'
2020

2121

2222
def test_create_request_adapter_no_auth_provider():

0 commit comments

Comments
 (0)