Skip to content

Commit

Permalink
update structlog (#312)
Browse files Browse the repository at this point in the history
update structlog
  • Loading branch information
shouples authored Oct 20, 2023
1 parent e38317b commit 0bf33e6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes will be documented here.
---
## Unreleased

### Updated
- `structlog` to 23.2.0


## `1.3.0`-`1.4.0`
- Bug fixes and performance improvements that should have gone in here

### Changed
- `STRINGIFY_INDEX_VALUES` is `False` by default (index `.name` will still be a string, but values will keep their original type)
- Added comms listener for renaming (SQL cell) dataframes.
Expand Down
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dx"
version = "1.3.0"
version = "1.4.0"
description = "Python wrapper for Data Explorer"
authors = [
"Dave Shoup <[email protected]>",
Expand All @@ -17,7 +17,6 @@ python = "^3.9"
pandas = "^1.3.5"
ipython = ">=7.31.1"
pydantic = "^1.9"
structlog = "^22.1.0"
mkdocs = { version = "^1.3.1", optional = true }
mkdocs-material = { version = "^8.3.9", optional = true }
mkdocs-jupyter = { version = ">=0.21,<0.23", optional = true }
Expand All @@ -26,6 +25,7 @@ mkdocstrings-python = { version = ">=0.7.1,<0.10.0", optional = true }
duckdb-engine = "^0.9.2"
exceptiongroup = "^1.0.4"
repr-llm = "^0.2.1"
structlog = "^23.2.0"

[tool.poetry.group.dev.dependencies]
black = ">=22.12,<24.0"
Expand Down

0 comments on commit 0bf33e6

Please sign in to comment.