Skip to content

Commit b544c49

Browse files
committed
fix: sync requirements.txt with pyproject.toml main deps
1 parent 3a30ebf commit b544c49

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
certifi >= 14.05.14
22
prometheus-client >= 0.13.1
33
six >= 1.10
4-
requests >= 2.31.0
5-
typing-extensions==4.15.0
4+
requests >= 2.33.0
5+
typing-extensions >= 4.2.0
66
astor >= 0.8.1
77
shortuuid >= 1.0.11
88
dacite >= 1.8.1
99
deprecated >= 1.2.14
10-
httpx >=0.26.0
10+
httpx[http2] >= 0.26.0
11+
h2 >= 4.1.0
1112
python-dateutil >= 2.8.2
1213
urllib3 >= 2.6.3

0 commit comments

Comments
 (0)