Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pydantic/bump-pydantic issues and pull requests

#169 - Preserve line break codes

Pull Request - State: closed - Opened by ajisaka 5 months ago - 4 comments

#168 - BP008 may not be working as intended.

Issue - State: closed - Opened by adonskoi 5 months ago - 1 comment

#167 - I have a big pile of improvements to upstream

Issue - State: open - Opened by camillol 6 months ago - 2 comments

#166 - Not Transformed automatically for other parent class except BaseModel

Issue - State: closed - Opened by BhuwanPandey 6 months ago - 2 comments

#165 - Log.txt file automatic creation in PWD is kind of an anti-feature

Issue - State: open - Opened by xkortex 7 months ago - 3 comments

#164 - Examples in codemod files do not all work

Issue - State: closed - Opened by NodeJSmith 7 months ago - 1 comment

#162 - json_encoders is back

Pull Request - State: open - Opened by camillol 7 months ago - 1 comment

#161 - Convert allow_mutation to frozen in model config

Pull Request - State: open - Opened by camillol 7 months ago

#160 - Do not duplicate classmethod when replacing validators

Pull Request - State: open - Opened by camillol 7 months ago - 1 comment

#159 - Limit CPU number on Windows

Pull Request - State: closed - Opened by Kludex 8 months ago

#158 - Ignore `.tox` by default

Pull Request - State: closed - Opened by Kludex 8 months ago

#157 - Bump ruff to 0.3.4

Pull Request - State: closed - Opened by Kludex 8 months ago

#156 - Bump the github-actions group with 4 updates

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies, github_actions

#155 - Create single dependabot PR on GitHub actions

Pull Request - State: closed - Opened by Kludex 8 months ago

#154 - Bump actions/setup-python from 4 to 5

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#153 - Bump samuelcolvin/check-python-version from 3.1 to 4.1

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#152 - Bump pre-commit/action from 3.0.0 to 3.0.1

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#151 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependencies, github_actions

#150 - Create single dependabot PR

Pull Request - State: closed - Opened by Kludex 8 months ago

#149 - Add support for handling unannotated fields

Issue - State: closed - Opened by tiangolo 8 months ago

#148 - Add test cases for default None

Pull Request - State: closed - Opened by Kludex 8 months ago

#147 - Processing extra fields

Pull Request - State: open - Opened by denisart 9 months ago

#146 - Ignore .tox files

Issue - State: closed - Opened by bennuttall 10 months ago - 2 comments

#145 - Fix Detect missing pydantic dependency (e.g. pydantic-settings or extra types)

Pull Request - State: open - Opened by yctomwang 10 months ago - 2 comments

#144 - 🔖 Version 0.8.0

Pull Request - State: closed - Opened by Kludex 11 months ago

#143 - 🚸 Improve message when no files are modified

Pull Request - State: closed - Opened by Kludex 11 months ago

#142 - 🥅 Improve error message on `cst.ParserSyntaxError`

Pull Request - State: closed - Opened by Kludex 11 months ago

#141 - ✨ Support Python 3.12

Pull Request - State: closed - Opened by Kludex 11 months ago

#140 - ⬆️ Bump libcst to >=0.4.2

Pull Request - State: closed - Opened by Kludex 11 months ago

#139 - Issue with Literal["$"] being converted

Issue - State: closed - Opened by tungalbert99 11 months ago - 2 comments

#138 - uncovered case in validator->field_validator

Issue - State: open - Opened by anilbey 12 months ago

#136 - Set libcst dependency version

Issue - State: closed - Opened by mojimi about 1 year ago - 1 comment

#135 - [BUG]: bumb-pydantic doesnt change files

Issue - State: closed - Opened by jjfantini about 1 year ago - 2 comments

#134 - @root_validator will not updated to model_validator

Issue - State: open - Opened by saber-solooki about 1 year ago - 1 comment
Labels: good first issue

#133 - #132 make number of jobs to run in parallel an Option

Pull Request - State: closed - Opened by ssproessig about 1 year ago

#131 - Added license information to classifiers in pyproject.toml

Pull Request - State: closed - Opened by daveshih01 about 1 year ago - 1 comment

#130 - License info missing in classifiers and/or meta data

Issue - State: closed - Opened by daveshih01 about 1 year ago - 3 comments

#129 - 🔖 Version 0.7.0

Pull Request - State: closed - Opened by Kludex about 1 year ago

#128 - Log specific message when `ParserSyntaxError` happens

Pull Request - State: closed - Opened by Kludex about 1 year ago

#127 - Don't add default `None` when default is `...`

Pull Request - State: closed - Opened by Kludex about 1 year ago

#126 - Add default none for Field correctly

Pull Request - State: closed - Opened by brian-goo about 1 year ago - 1 comment

#125 - env -> validation_alias?

Issue - State: closed - Opened by berzi about 1 year ago - 1 comment

#124 - Literal values "and" and "or" cause ParserSyntaxError

Issue - State: closed - Opened by gorilla-seb about 1 year ago - 10 comments

#123 - BP008: Not Handling conint(ge= , lt=) Correctly

Issue - State: closed - Opened by questionlp about 1 year ago - 1 comment

#122 - Convert `example` parameter into `examples` on `Field`

Pull Request - State: closed - Opened by Gamrix about 1 year ago

#121 - Field(example=...) needs a codemod.

Issue - State: closed - Opened by Gamrix about 1 year ago - 1 comment

#119 - RecursionError when processing file with a large number of enums

Issue - State: closed - Opened by ErnestoLoma over 1 year ago - 1 comment

#118 - 🐛 Make file processing with `ClassDefVisitor` deterministic

Pull Request - State: closed - Opened by slafs over 1 year ago - 1 comment

#117 - Non-deterministic (and sometimes incorrect) finding of BaseModel classes

Issue - State: open - Opened by slafs over 1 year ago - 4 comments

#116 - Feature/mark custom types

Pull Request - State: closed - Opened by JensHeinrich over 1 year ago - 4 comments

#115 - Literals trigger hard to understand errors

Issue - State: closed - Opened by msehnout over 1 year ago - 1 comment

#114 - Add support for non-call @root_validator

Pull Request - State: closed - Opened by slafs over 1 year ago - 1 comment

#113 - Required Optional field that uses `Field(...)` is made Non-Required

Issue - State: closed - Opened by ltuijnder over 1 year ago - 3 comments
Labels: bug

#112 - ParserSyntaxError: Syntax Error "in" bug report

Issue - State: closed - Opened by gshmu over 1 year ago - 1 comment

#111 - 🔖 Version 0.6.1

Pull Request - State: closed - Opened by Kludex over 1 year ago

#109 - Conversion of conint is losing the type int

Issue - State: closed - Opened by lgosselin over 1 year ago - 2 comments

#108 - condecimal to Field issue

Issue - State: closed - Opened by JavierSanchezCastro over 1 year ago - 3 comments

#107 - Use new style `Note` syntax

Pull Request - State: closed - Opened by Viicos over 1 year ago - 1 comment

#106 - Mark methods on arbitrary classes

Issue - State: closed - Opened by JensHeinrich over 1 year ago - 5 comments

#105 - PydanticSchemaGenerationError using constr

Issue - State: closed - Opened by Alexndrrr over 1 year ago - 1 comment

#104 - Detect missing pydantic dependency (e.g. pydantic-settings or extra types)

Issue - State: open - Opened by kkirsche over 1 year ago - 3 comments
Labels: good first issue

#103 - 🔖 Version 0.6.0

Pull Request - State: closed - Opened by Kludex over 1 year ago

#102 - Not working on windows

Issue - State: closed - Opened by ankur021188 over 1 year ago - 1 comment

#101 - 🔖 Version 0.5.0

Pull Request - State: closed - Opened by Kludex over 1 year ago

#100 - 📝 Improve README and help command

Pull Request - State: closed - Opened by Kludex over 1 year ago

#99 - ♻️ Replace `MypyVisitor` by `ClassDefVisitor`

Pull Request - State: closed - Opened by Kludex over 1 year ago

#98 - 🔖 Version 0.4.0

Pull Request - State: closed - Opened by Kludex over 1 year ago

#97 - ♻️ Do not convert `constr` to `Annotated`

Pull Request - State: closed - Opened by Kludex over 1 year ago

#96 - ✨ Add `--diff` argument

Pull Request - State: closed - Opened by Kludex over 1 year ago

#95 - Error for line with type comment

Issue - State: closed - Opened by tonal over 1 year ago - 4 comments

#94 - Ensure that warnings are treated as errors and fix encoding errors

Pull Request - State: closed - Opened by kkirsche over 1 year ago - 2 comments

#93 - 👷 Set `PYTHONWARNDEFAULTENCODING` in GitHub Workflow

Pull Request - State: closed - Opened by kkirsche over 1 year ago - 4 comments

#92 - ✨ Add ignore patterns

Pull Request - State: closed - Opened by lemonyte over 1 year ago

#91 - Add `PYTHONWARNDEFAULTENCODING` to pipeline

Issue - State: closed - Opened by Kludex over 1 year ago
Labels: good first issue

#90 - ✨ Replace `constr` by `StringConstraints`

Pull Request - State: closed - Opened by Kludex over 1 year ago

#88 - 🚨 Do not shadow Python builtins

Pull Request - State: closed - Opened by cclauss over 1 year ago - 1 comment

#87 - Error when module got re-referenced

Issue - State: closed - Opened by lucaszhang99 over 1 year ago - 2 comments

#86 - ✨ Support single files via CLI

Pull Request - State: closed - Opened by lemonyte over 1 year ago

#85 - Add Unicode support

Pull Request - State: closed - Opened by lemonyte over 1 year ago - 6 comments

#84 - Read test cases from toml files

Pull Request - State: closed - Opened by cclauss over 1 year ago - 6 comments

#83 - Fix encoding detection

Pull Request - State: closed - Opened by 07pepa over 1 year ago - 5 comments

#82 - Missing support for utf-8

Issue - State: closed - Opened by 07pepa over 1 year ago

#81 - 📝 Remove license badge

Pull Request - State: closed - Opened by Kludex over 1 year ago

#80 - Bug: bump_pydantic convert constr v1 regex to v2 pattern

Issue - State: closed - Opened by schlitzered over 1 year ago - 2 comments

#78 - Update usage docs to align with navigation details

Issue - State: closed - Opened by sberke-intc over 1 year ago - 1 comment

#77 - --diff cli option mentioned in README doesn't work

Issue - State: closed - Opened by bkcsfi over 1 year ago - 5 comments

#76 - Make test cases easier to create and understand

Pull Request - State: closed - Opened by cclauss over 1 year ago - 4 comments

#75 - 🔖 Version 0.3.0

Pull Request - State: closed - Opened by Kludex over 1 year ago

#74 - ✨ Add `SettingsConfigDict` to `BaseSettings`

Pull Request - State: closed - Opened by Kludex over 1 year ago - 1 comment

#73 - Study call expr

Pull Request - State: closed - Opened by Kludex over 1 year ago

#72 - ✨ Add `None` default value to fields in `Optional[T] = Field()`

Pull Request - State: closed - Opened by Kludex over 1 year ago

#71 - 🔖 Version 0.2.0

Pull Request - State: closed - Opened by Kludex over 1 year ago

#70 - Need rules for `each_item` and `always`

Issue - State: open - Opened by cclauss over 1 year ago - 8 comments