dependabot[bot]
|
9050325fda
|
chore(deps): bump fastapi from 0.119.0 to 0.119.1
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.119.0 to 0.119.1.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.119.0...0.119.1)
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.119.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-27 03:03:03 +00:00 |
|
dependabot[bot]
|
9ca2342a0b
|
chore(deps): bump psutil from 7.1.0 to 7.1.1
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.0 to 7.1.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.1)
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-27 03:02:56 +00:00 |
|
dependabot[bot]
|
ad9bb75fd5
|
chore(deps): bump aiohttp from 3.13.0 to 3.13.1
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-27 03:02:51 +00:00 |
|
dependabot[bot]
|
f96dfd04f7
|
chore(deps-dev): bump types-cachetools in the types group
Bumps the types group with 1 update: [types-cachetools](https://github.com/typeshed-internal/stub_uploader).
Updates `types-cachetools` from 6.2.0.20250827 to 6.2.0.20251022
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
---
updated-dependencies:
- dependency-name: types-cachetools
dependency-version: 6.2.0.20251022
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-27 03:02:40 +00:00 |
|
dependabot[bot]
|
d63982c32c
|
chore(deps-dev): bump ruff from 0.14.0 to 0.14.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.14.0...0.14.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.14.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-27 03:02:36 +00:00 |
|
Matthias
|
14b5392d5f
|
Merge pull request #12420 from qinhanlei/uv-pip
Add support for uv in setup.sh
|
2025-10-26 09:47:48 +01:00 |
|
Matthias
|
16dd4073ff
|
docs: update setup script docs for uv support
|
2025-10-26 09:32:36 +01:00 |
|
Matthias
|
9595936d73
|
chore: fix uv only install
|
2025-10-26 09:04:30 +01:00 |
|
Matthias
|
c18a52fd2d
|
test: update tests for new error formatting
|
2025-10-25 13:15:41 +02:00 |
|
Matthias
|
75c39d3617
|
feat: improve strategy error warning
closes #12418
|
2025-10-25 13:15:24 +02:00 |
|
Matthias
|
911a803a56
|
fix: improve error-handling for odd configurations
|
2025-10-25 09:49:55 +02:00 |
|
Matthias
|
f04315fa8f
|
fix: gracefully handle custom stake returning string
closes #12421
|
2025-10-25 09:42:45 +02:00 |
|
Matthias
|
89e68d7d4d
|
test: add test case for string custom stake amount
|
2025-10-25 09:42:45 +02:00 |
|
Hanlei Qin
|
4fc5f33fa1
|
fix an omission
|
2025-10-25 15:16:20 +08:00 |
|
Matthias
|
c2056085c9
|
Merge pull request #12419 from stash86/main-stash
Fix typo
|
2025-10-25 08:49:17 +02:00 |
|
Hanlei Qin
|
9f7b7ef889
|
Use uv instead of pip if available
|
2025-10-25 12:33:14 +08:00 |
|
Stefano
|
cdb194a363
|
fix typo
|
2025-10-25 13:13:40 +09:00 |
|
Stefano
|
0986350f05
|
fix typo
|
2025-10-25 13:11:11 +09:00 |
|
Hanlei Qin
|
119cadcb2b
|
Replace pip with uv for package installations in setup.sh
|
2025-10-24 19:55:57 +08:00 |
|
Matthias
|
803db3b55b
|
Merge pull request #12413 from hippocritical/develop
add np.NAN to strategy updater conversion (which worked in 1.x but not in 2.x anymore)
|
2025-10-24 08:41:51 +02:00 |
|
hippocritical
|
c2fd6e3237
|
NAN is sometimes used by some programmers when numpy was 1.x but now on 2.x the caps version is disallowed.
Added the caps conversion to lower case nan to fix that automatically.
Source:
https://numpy.org/doc/2.0/reference/constants.html?utm_source=chatgpt.com
NaN and NAN are aliases of nan.
|
2025-10-24 08:11:44 +02:00 |
|
Matthias
|
bf7fc79519
|
Merge pull request #12412 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-10-23 19:46:01 +02:00 |
|
Freqtrade Bot
|
cded5bcb4c
|
chore: update pre-commit hooks
|
2025-10-23 17:29:57 +00:00 |
|
Matthias
|
f8d3373e13
|
docs: update documentation to refer to psycopg3
It's the newer version with broader support for new packages (e.g. numpy2).
closes #12409
|
2025-10-23 19:11:43 +02:00 |
|
Matthias
|
f1d48c8189
|
test: explicitly test for psycopg3
|
2025-10-23 07:11:15 +02:00 |
|
Matthias
|
866bda8606
|
test: update test string for psycopg3
|
2025-10-23 07:06:36 +02:00 |
|
Matthias
|
78a00ef249
|
Merge pull request #12398 from freqtrade/fix/remove_deprecation_warning
Work around os.fork deprecation
|
2025-10-21 06:34:28 +02:00 |
|
Matthias
|
b6bc3042b4
|
Merge pull request #12408 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-10-21 06:25:23 +02:00 |
|
Freqtrade Bot
|
4ee699d27b
|
chore: update pre-commit hooks
|
2025-10-21 03:19:09 +00:00 |
|
Matthias
|
2effa7a31b
|
Merge branch 'develop' into fix/remove_deprecation_warning
|
2025-10-20 20:23:08 +02:00 |
|
Matthias
|
c50b77303d
|
Merge pull request #12400 from qinhanlei/patch-1
Update sb3_contrib dependency condition
|
2025-10-20 20:20:55 +02:00 |
|
Matthias
|
40bfaa6245
|
chore: align pyproject.toml platform limitations
|
2025-10-20 19:41:50 +02:00 |
|
Matthias
|
f4656a0c6e
|
test: ensure mp_start runs on startup
|
2025-10-20 19:30:32 +02:00 |
|
Matthias
|
161e5e3dfa
|
refactor: switch mp-method to forkserver globally
|
2025-10-20 19:28:17 +02:00 |
|
Robert Caulk
|
023da4fc29
|
Merge pull request #12299 from freqtrade/dependabot/pip/develop/gymnasium-1.2.1
chore(deps): bump gymnasium from 0.29.1 to 1.2.1
|
2025-10-20 17:07:49 +02:00 |
|
dependabot[bot]
|
5c8261f8d1
|
chore(deps): bump gymnasium from 0.29.1 to 1.2.1
Bumps [gymnasium](https://github.com/Farama-Foundation/Gymnasium) from 0.29.1 to 1.2.1.
- [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases)
- [Commits](https://github.com/Farama-Foundation/Gymnasium/compare/v0.29.1...v1.2.1)
---
updated-dependencies:
- dependency-name: gymnasium
dependency-version: 1.2.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 04:30:27 +00:00 |
|
Matthias
|
080aafa1da
|
Merge pull request #12406 from freqtrade/dependabot/pip/develop/torch-2.9.0
chore(deps): bump torch from 2.8.0 to 2.9.0
|
2025-10-20 06:26:48 +02:00 |
|
Matthias
|
43d6a6782a
|
Merge pull request #12402 from freqtrade/dependabot/pip/develop/cryptography-46.0.3
chore(deps): bump cryptography from 46.0.2 to 46.0.3
|
2025-10-20 06:25:52 +02:00 |
|
Matthias
|
f0028a6b6e
|
Merge pull request #12407 from freqtrade/dependabot/pip/develop/humanize-4.14.0
chore(deps): bump humanize from 4.13.0 to 4.14.0
|
2025-10-20 06:25:09 +02:00 |
|
Matthias
|
98439f4e48
|
Merge pull request #12405 from freqtrade/dependabot/pip/develop/numpy-2.3.4
chore(deps): bump numpy from 2.3.3 to 2.3.4
|
2025-10-20 06:24:54 +02:00 |
|
Matthias
|
78802ae9aa
|
Merge pull request #12404 from freqtrade/dependabot/pip/develop/numexpr-2.14.1
chore(deps): bump numexpr from 2.13.1 to 2.14.1
|
2025-10-20 06:24:24 +02:00 |
|
Matthias
|
99b4e5382e
|
Merge pull request #12401 from freqtrade/dependabot/pip/develop/pydantic-2.12.2
chore(deps): bump pydantic from 2.12.0 to 2.12.2
|
2025-10-20 06:24:08 +02:00 |
|
Matthias
|
2b24f939da
|
Merge pull request #12403 from freqtrade/dependabot/pip/develop/mkdocs-3c1a69b1c7
chore(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in the mkdocs group
|
2025-10-20 06:23:24 +02:00 |
|
dependabot[bot]
|
3271e5cd43
|
chore(deps): bump humanize from 4.13.0 to 4.14.0
Bumps [humanize](https://github.com/python-humanize/humanize) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](https://github.com/python-humanize/humanize/compare/4.13.0...4.14.0)
---
updated-dependencies:
- dependency-name: humanize
dependency-version: 4.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:42 +00:00 |
|
dependabot[bot]
|
94bd6b7142
|
chore(deps): bump torch from 2.8.0 to 2.9.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.9.0)
---
updated-dependencies:
- dependency-name: torch
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:37 +00:00 |
|
dependabot[bot]
|
b59c4caf81
|
chore(deps): bump numpy from 2.3.3 to 2.3.4
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v2.3.3...v2.3.4)
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:21 +00:00 |
|
dependabot[bot]
|
8bfa3a5d11
|
chore(deps): bump numexpr from 2.13.1 to 2.14.1
Bumps [numexpr](https://github.com/pydata/numexpr) from 2.13.1 to 2.14.1.
- [Release notes](https://github.com/pydata/numexpr/releases)
- [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst)
- [Commits](https://github.com/pydata/numexpr/compare/v2.13.1...v2.14.1)
---
updated-dependencies:
- dependency-name: numexpr
dependency-version: 2.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:14 +00:00 |
|
dependabot[bot]
|
b161924941
|
chore(deps): bump mkdocs-material in the mkdocs group
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
Updates `mkdocs-material` from 9.6.21 to 9.6.22
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.21...9.6.22)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.22
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:09 +00:00 |
|
dependabot[bot]
|
aad125211e
|
chore(deps): bump cryptography from 46.0.2 to 46.0.3
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.3)
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 46.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:03 +00:00 |
|
dependabot[bot]
|
39f8149e27
|
chore(deps): bump pydantic from 2.12.0 to 2.12.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.0 to 2.12.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.12.0...v2.12.2)
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-20 03:02:00 +00:00 |
|