Skip to content

Commit

Permalink
Update pyproject.toml extras and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 24, 2023
1 parent 2ff65be commit 45010e9
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repos:
types: [python]

- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black
types_or: [python, pyi]
Expand Down
5 changes: 3 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
Released on TBC (UTC).

### Enhancements
None
- Added `WebSocketClient` connection headers, thanks @ruthvik125 and @twitu

### Breaking Changes
- Dropped support for Python 3.9

### Fixes
None
- Fixed `ParquetDataCatalog` file writing template, thanks @limx0
- Interactive Brokers adapter various fixes, thanks @rsmb7z

---
# NautilusTrader 1.179.0 Beta
Expand Down
66 changes: 29 additions & 37 deletions nautilus_core/Cargo.lock

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

48 changes: 24 additions & 24 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
Expand Up @@ -68,7 +68,7 @@ uvloop = {version = "^0.19.0", markers = "sys_platform != 'win32'"}
hiredis = {version = "^2.2.3", optional = true}
redis = {version = "^5.0.1", optional = true}
docker = {version = "^6.1.3", optional = true}
async-timeout = "^4.0.3"
async-timeout = {version = "^4.0.3", optional = true}
nautilus_ibapi = {version = "==1019.1", optional = true} # Pinned for stability
betfair_parser = {version = "==0.7.1", optional = true} # Pinned for stability

Expand All @@ -82,7 +82,7 @@ redis = ["hiredis", "redis"]
optional = true

[tool.poetry.group.dev.dependencies]
black = "^23.10.0"
black = "^23.10.1"
docformatter = "^1.7.5"
mypy = "^1.6.1"
pre-commit = "^3.5.0"
Expand Down

0 comments on commit 45010e9

Please sign in to comment.