File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -134,3 +134,4 @@ dmypy.json
134
134
.vscode /
135
135
136
136
src /_your_package_version.py
137
+ /src /_transformerbeeclient_version.py
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
5
5
# pip-compile pyproject.toml
6
6
#
7
7
aioauth-client == 0.29.0
8
8
# via transformerbeeclient (pyproject.toml)
9
+ aiohappyeyeballs == 2.6.1
10
+ # via aiohttp
9
11
aiohttp [speedups ]== 3.11.14
10
- # via
11
- # aiohttp
12
- # transformerbeeclient (pyproject.toml)
12
+ # via transformerbeeclient (pyproject.toml)
13
13
aiosignal == 1.3.2
14
14
# via aiohttp
15
15
annotated-types == 0.7.0
@@ -26,6 +26,8 @@ certifi==2025.1.31
26
26
# via
27
27
# httpcore
28
28
# httpx
29
+ efoli == 1.4.0
30
+ # via maus
29
31
frozenlist == 1.5.0
30
32
# via
31
33
# aiohttp
@@ -53,18 +55,23 @@ multidict==6.2.0
53
55
# yarl
54
56
packaging == 24.2
55
57
# via marshmallow
56
- pydantic == 2.6.4
58
+ propcache == 0.3.0
59
+ # via
60
+ # aiohttp
61
+ # yarl
62
+ pydantic == 2.10.6
57
63
# via transformerbeeclient (pyproject.toml)
58
- pydantic-core == 2.16.3
64
+ pydantic-core == 2.27.2
59
65
# via pydantic
60
66
pyjwt == 2.10.1
61
67
# via transformerbeeclient (pyproject.toml)
68
+ pytz == 2025.1
69
+ # via efoli
62
70
sniffio == 1.3.1
63
- # via
64
- # anyio
65
- # httpx
71
+ # via anyio
66
72
typing-extensions == 4.12.2
67
73
# via
74
+ # anyio
68
75
# pydantic
69
76
# pydantic-core
70
77
yarl == 1.18.3
You can’t perform that action at this time.
0 commit comments