Skip to content

Commit 7f4ea72

Browse files
committed
Update requirements
1 parent 977d33a commit 7f4ea72

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile pyproject.toml -o requirements.txt
3+
annotated-types==0.7.0
4+
# via pydantic
35
certifi==2024.8.30
46
# via requests
57
charset-normalizer==3.4.0
@@ -8,6 +10,14 @@ graphql-core==3.2.5
810
# via sgqlc
911
idna==3.10
1012
# via requests
13+
pydantic==2.10.0
14+
# via pydantic-settings
15+
pydantic-core==2.27.0
16+
# via pydantic
17+
pydantic-settings==2.6.1
18+
# via publish-github-to-hashnode (pyproject.toml)
19+
python-dotenv==1.0.1
20+
# via pydantic-settings
1121
python-frontmatter==1.1.0
1222
# via publish-github-to-hashnode (pyproject.toml)
1323
pyyaml==6.0.2
@@ -16,5 +26,9 @@ requests==2.32.3
1626
# via publish-github-to-hashnode (pyproject.toml)
1727
sgqlc==16.4
1828
# via publish-github-to-hashnode (pyproject.toml)
29+
typing-extensions==4.12.2
30+
# via
31+
# pydantic
32+
# pydantic-core
1933
urllib3==2.2.3
2034
# via requests

0 commit comments

Comments
 (0)