Skip to content

Commit a8aa968

Browse files
committed
fix: Add extra dependancy for http2
1 parent e3aa0db commit a8aa968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ google-api-python-client >= 1.7.8
1313
google-cloud-firestore >= 2.19.0; platform.python_implementation != 'PyPy'
1414
google-cloud-storage >= 1.37.1
1515
pyjwt[crypto] >= 2.5.0
16-
httpx == 0.28.1
16+
httpx[http2] == 0.28.1

0 commit comments

Comments
 (0)