Skip to content

Commit

Permalink
chore: add pydantic deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 3, 2024
1 parent a8a5538 commit ad41ac1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"*": {
"*": [
"annotated-types",
"eval-type-backport",
"more-itertools",
"pydantic",
"pydantic-core",
"typing-extensions"
]
}
Expand Down
8 changes: 8 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements-dev.in -o requirements-dev.txt
annotated-types==0.7.0
# via pydantic
more-itertools==10.5.0
# via -r requirements.in
mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via mypy
pydantic==2.9.2
# via -r requirements.in
pydantic-core==2.23.4
# via pydantic
ruff==0.7.2
# via -r requirements-dev.in
typing-extensions==4.12.2
# via
# -r requirements.in
# mypy
# pydantic
# pydantic-core
vendorize==0.3.0
# via -r requirements-dev.in
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
more-itertools>=10,<11
pydantic>=2,<3
typing-extensions>=4.11
11 changes: 10 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
annotated-types==0.7.0
# via pydantic
more-itertools==10.5.0
# via -r requirements.in
typing-extensions==4.12.2
pydantic==2.9.2
# via -r requirements.in
pydantic-core==2.23.4
# via pydantic
typing-extensions==4.12.2
# via
# -r requirements.in
# pydantic
# pydantic-core

0 comments on commit ad41ac1

Please sign in to comment.