Skip to content

Commit 1057539

Browse files
hf-kkleinKonstantin
and
Konstantin
authored
build(deps): bump pydantic and pydantic-core (#134)
* chore: ignore version file created in build step * chore: `pip-compile --upgrade pyproject.toml` updates pydantic --------- Co-authored-by: Konstantin <[email protected]>
1 parent d4f4539 commit 1057539

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ dmypy.json
134134
.vscode/
135135

136136
src/_your_package_version.py
137+
/src/_transformerbeeclient_version.py

requirements.txt

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile pyproject.toml
66
#
77
aioauth-client==0.29.0
88
# via transformerbeeclient (pyproject.toml)
9+
aiohappyeyeballs==2.6.1
10+
# via aiohttp
911
aiohttp[speedups]==3.11.14
10-
# via
11-
# aiohttp
12-
# transformerbeeclient (pyproject.toml)
12+
# via transformerbeeclient (pyproject.toml)
1313
aiosignal==1.3.2
1414
# via aiohttp
1515
annotated-types==0.7.0
@@ -26,6 +26,8 @@ certifi==2025.1.31
2626
# via
2727
# httpcore
2828
# httpx
29+
efoli==1.4.0
30+
# via maus
2931
frozenlist==1.5.0
3032
# via
3133
# aiohttp
@@ -53,18 +55,23 @@ multidict==6.2.0
5355
# yarl
5456
packaging==24.2
5557
# via marshmallow
56-
pydantic==2.6.4
58+
propcache==0.3.0
59+
# via
60+
# aiohttp
61+
# yarl
62+
pydantic==2.10.6
5763
# via transformerbeeclient (pyproject.toml)
58-
pydantic-core==2.16.3
64+
pydantic-core==2.27.2
5965
# via pydantic
6066
pyjwt==2.10.1
6167
# via transformerbeeclient (pyproject.toml)
68+
pytz==2025.1
69+
# via efoli
6270
sniffio==1.3.1
63-
# via
64-
# anyio
65-
# httpx
71+
# via anyio
6672
typing-extensions==4.12.2
6773
# via
74+
# anyio
6875
# pydantic
6976
# pydantic-core
7077
yarl==1.18.3

0 commit comments

Comments
 (0)