issues
search
pydantic
/
bump-pydantic
Convert Pydantic from V1 to V2 ♻
MIT License
323
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixes class disambiguation logic when there is nested inheritance
#170
aasiffaizal
opened
2 days ago
0
Preserve line break codes
#169
ajisaka
closed
4 months ago
4
BP008 may not be working as intended.
#168
adonskoi
closed
4 months ago
1
I have a big pile of improvements to upstream
#167
camillol
opened
6 months ago
2
Not Transformed automatically for other parent class except BaseModel
#166
BhuwanPandey
closed
4 months ago
2
Log.txt file automatic creation in PWD is kind of an anti-feature
#165
xkortex
opened
7 months ago
3
Examples in codemod files do not all work
#164
NodeJSmith
closed
4 months ago
1
✨ Add codemod and rule to add type annotations or TODO comment for fields with a default and no type annotations
#163
tiangolo
closed
7 months ago
1
json_encoders is back
#162
camillol
opened
8 months ago
1
Convert allow_mutation to frozen in model config
#161
camillol
opened
8 months ago
0
Do not duplicate classmethod when replacing validators
#160
camillol
opened
8 months ago
1
Limit CPU number on Windows
#159
Kludex
closed
8 months ago
0
Ignore `.tox` by default
#158
Kludex
closed
8 months ago
0
Bump ruff to 0.3.4
#157
Kludex
closed
8 months ago
0
Bump the github-actions group with 4 updates
#156
dependabot[bot]
closed
8 months ago
0
Create single dependabot PR on GitHub actions
#155
Kludex
closed
8 months ago
0
Bump actions/setup-python from 4 to 5
#154
dependabot[bot]
closed
8 months ago
1
Bump samuelcolvin/check-python-version from 3.1 to 4.1
#153
dependabot[bot]
closed
8 months ago
1
Bump pre-commit/action from 3.0.0 to 3.0.1
#152
dependabot[bot]
closed
8 months ago
1
Bump actions/checkout from 3 to 4
#151
dependabot[bot]
closed
8 months ago
1
Create single dependabot PR
#150
Kludex
closed
8 months ago
0
Add support for handling unannotated fields
#149
tiangolo
closed
7 months ago
0
Add test cases for default None
#148
Kludex
closed
8 months ago
0
Processing extra fields
#147
denisart
opened
9 months ago
0
Ignore .tox files
#146
bennuttall
closed
8 months ago
2
Fix Detect missing pydantic dependency (e.g. pydantic-settings or extra types)
#145
yctomwang
opened
11 months ago
2
🔖 Version 0.8.0
#144
Kludex
closed
11 months ago
0
🚸 Improve message when no files are modified
#143
Kludex
closed
11 months ago
0
🥅 Improve error message on `cst.ParserSyntaxError`
#142
Kludex
closed
11 months ago
0
✨ Support Python 3.12
#141
Kludex
closed
11 months ago
0
⬆️ Bump libcst to >=0.4.2
#140
Kludex
closed
11 months ago
0
Issue with Literal["$"] being converted
#139
tungalbert99
closed
11 months ago
2
uncovered case in validator->field_validator
#138
anilbey
opened
1 year ago
1
Rule BP002: Replace Config class by model_config attribute does not keep the arbitrary_types_allowed argument value
#137
clemgaut
closed
1 year ago
0
Set libcst dependency version
#136
mojimi
closed
11 months ago
1
[BUG]: bumb-pydantic doesnt change files
#135
jjfantini
closed
11 months ago
2
@root_validator will not updated to model_validator
#134
saber-solooki
opened
1 year ago
1
#132 make number of jobs to run in parallel an Option
#133
ssproessig
closed
8 months ago
0
On Windows machines with >= 32 cores (more than 64 logical processors) execution fails
#132
ssproessig
closed
8 months ago
1
Added license information to classifiers in pyproject.toml
#131
daveshih01
closed
11 months ago
1
License info missing in classifiers and/or meta data
#130
daveshih01
closed
11 months ago
3
🔖 Version 0.7.0
#129
Kludex
closed
1 year ago
0
Log specific message when `ParserSyntaxError` happens
#128
Kludex
closed
1 year ago
0
Don't add default `None` when default is `...`
#127
Kludex
closed
1 year ago
0
Add default none for Field correctly
#126
brian-goo
closed
1 year ago
1
env -> validation_alias?
#125
berzi
closed
1 year ago
1
Literal values "and" and "or" cause ParserSyntaxError
#124
gorilla-seb
closed
1 year ago
10
BP008: Not Handling conint(ge= , lt=) Correctly
#123
questionlp
closed
1 year ago
1
Convert `example` parameter into `examples` on `Field`
#122
Gamrix
closed
1 year ago
0
Field(example=...) needs a codemod.
#121
Gamrix
closed
1 year ago
1
Next