Skip to content

Commit

Permalink
Merge pull request #32 from brendancooley/feature/pydanticv2
Browse files Browse the repository at this point in the history
upgrade: operational migration to pydantic v2
  • Loading branch information
thomasaarholt committed Feb 27, 2024
2 parents 77923db + b5c7002 commit 5446910
Show file tree
Hide file tree
Showing 90 changed files with 3,794 additions and 7,851 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ dmypy.json

# Pyre type checker
.pyre/

.vscode/
.DS_Store
1 change: 0 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- method: pip
path: .
extra_requirements:
- duckdb
- pandas
- docs

Expand Down
1 change: 0 additions & 1 deletion docs/api/patito/Model/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ patito.Model
suffix <suffix>
unique_columns <unique_columns>
valid_dtypes <valid_dtypes>
valid_sql_types <valid_sql_types>
validate <validate>
with_fields <with_fields>
6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/__contains__.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/create_enum_types.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/create_table.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/create_view.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/default.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/empty_relation.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Database/execute.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/from_connection.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/api/patito/duckdb/Database/index.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Database/query.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Database/table.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Database/to_relation.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/__add__.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/__getitem__.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/__iter__.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/__len__.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/__str__.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/add_prefix.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/add_suffix.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/aggregate.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/api/patito/duckdb/Relation/alias.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/all.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/case.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/cast.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/coalesce.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/columns.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/count.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/create_table.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/create_view.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/distinct.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/drop.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/except_.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/patito/duckdb/Relation/execute.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/filter.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/get.rst

This file was deleted.

57 changes: 0 additions & 57 deletions docs/api/patito/duckdb/Relation/index.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/inner_join.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/insert_into.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/api/patito/duckdb/Relation/intersect.rst

This file was deleted.

0 comments on commit 5446910

Please sign in to comment.