Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from freqtrade:develop #410

Open
wants to merge 261 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
261 commits
Select commit Hold shift + click to select a range
5f89708
test: fix long_short switch test
xmatthias Jan 16, 2025
d02b4d4
test: Fix detail futures test
xmatthias Jan 17, 2025
419d5d9
feat: add backtesting support for ignore_buying_expired_candle_after
xmatthias Jan 17, 2025
1e61aea
feat: allow in-candle entries
xmatthias Jan 17, 2025
733cd22
chore: remove bt_open_open_trade_count_candle
xmatthias Jan 17, 2025
26983c6
docs: document timeframe-detail potential difference
xmatthias Jan 17, 2025
f7f78ad
test: fix test comment
xmatthias Jan 17, 2025
e350dbd
refactor: simplify backtesting class
xmatthias Jan 17, 2025
6b1af9b
chore: move docstring to the right place
xmatthias Jan 17, 2025
cf5b6e5
test: improve test resiliance
xmatthias Jan 18, 2025
e9eee11
test: simplify api_performance test setup
xmatthias Jan 18, 2025
5d3a056
test: update api_performance test to USDT
xmatthias Jan 18, 2025
6bca604
feat: Add more comprehensive Relative % to performance list
xmatthias Jan 18, 2025
2044af2
feat: improve performance query reliability
xmatthias Jan 18, 2025
f773905
test: adjust rpc tests for new calculation
xmatthias Jan 18, 2025
1e2450d
docs: improved telegram performance docs
xmatthias Jan 18, 2025
141286a
feat: have performance account for leverage correctly
xmatthias Jan 19, 2025
36e4842
chore: remove unnecessary commented line
xmatthias Jan 19, 2025
d710ea4
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Jan 20, 2025
152358e
chore(deps): bump orjson from 3.10.14 to 3.10.15
dependabot[bot] Jan 20, 2025
0a09c6c
chore(deps): bump websockets from 14.1 to 14.2
dependabot[bot] Jan 20, 2025
df71670
chore(deps): bump ccxt from 4.4.48 to 4.4.49
dependabot[bot] Jan 20, 2025
0358a4d
chore(deps-dev): bump ruff from 0.9.1 to 0.9.2
dependabot[bot] Jan 20, 2025
63c6356
Merge pull request #11260 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Jan 20, 2025
a3b1428
Merge pull request #11256 from freqtrade/dependabot/pip/develop/orjso…
xmatthias Jan 20, 2025
fc1feb9
chore: try fix random test failure
xmatthias Jan 20, 2025
ffef87f
docs: improve FAQ entry
xmatthias Jan 20, 2025
38bf71f
Merge pull request #11257 from freqtrade/dependabot/pip/develop/webso…
xmatthias Jan 20, 2025
1e27c8a
Merge pull request #11259 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Jan 20, 2025
47a86c3
Merge pull request #11253 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Jan 20, 2025
9158a3d
test: add small wait to reduce test flakyness
xmatthias Jan 20, 2025
588bf35
test: add more sleep
xmatthias Jan 20, 2025
6f307e1
test: add more sleep
xmatthias Jan 20, 2025
8225211
docs: improve location of "many position adjustment" warning
xmatthias Jan 20, 2025
81b4285
test: avoid potential odd timing issues in test
xmatthias Jan 20, 2025
dff3080
chore(deps): bump pyarrow from 18.1.0 to 19.0.0
dependabot[bot] Jan 20, 2025
952a647
chore: add pre-built pyarrow wheels
xmatthias Jan 20, 2025
c1d812c
Merge pull request #11254 from freqtrade/dependabot/pip/develop/pyarr…
xmatthias Jan 20, 2025
eb41cc3
chore: update pre-commit hooks
xmatthias Jan 21, 2025
2b915a7
Merge pull request #11264 from freqtrade/update/pre-commit-hooks
xmatthias Jan 21, 2025
f8f21cf
fix: Improve error message for download-data edgecase
xmatthias Jan 22, 2025
f4bc956
chore: fix type declaration
xmatthias Jan 22, 2025
03a2218
chore: have backtest exit orders account for fee
xmatthias Jan 22, 2025
1d22cf9
feat: add cost to minimized order json output
xmatthias Jan 22, 2025
7f2e696
fix: update total_volume calculation to actually reflect volume
xmatthias Jan 22, 2025
4a7a510
docs: improve doc formatting
xmatthias Jan 22, 2025
9efa48f
chore: ensure that logged message actually make sense
xmatthias Jan 22, 2025
3d28765
chore: update pre-commit hooks
xmatthias Jan 23, 2025
713979d
Merge pull request #11275 from freqtrade/update/binance-leverage-tiers
xmatthias Jan 23, 2025
c3cc58a
Merge pull request #11248 from xmatthias/fix/backtest_max_detail_2
xmatthias Jan 24, 2025
08b18b7
feat: add print_version_info function
xmatthias Jan 24, 2025
27a9cbf
feat: print version info on "-V" calls
xmatthias Jan 24, 2025
120194f
chore: improved formatting
xmatthias Jan 24, 2025
d843216
test: update tests for new --version handling
xmatthias Jan 24, 2025
7e08828
chore: Remove unused import
xmatthias Jan 24, 2025
63b72fb
chore: add help-text to --version
xmatthias Jan 24, 2025
222da03
chore: fix wrong config property in api_server verbosity
xmatthias Jan 25, 2025
8670206
feat: simplify wallet by extracting log
xmatthias Jan 25, 2025
0cfb73b
chore: add wrapper for ws ohlcvs
xmatthias Jan 25, 2025
2a370ae
chore: ws: make ccxt_object internal
xmatthias Jan 25, 2025
d3f6227
chore: improve ohlcvs interface
xmatthias Jan 25, 2025
77e6b2a
fix: remove potentially problematic call
xmatthias Jan 25, 2025
b657e34
chore: remove obsolete comment
xmatthias Jan 26, 2025
aa595ae
refactor: extract binance candle url_segment
xmatthias Jan 26, 2025
8aab8bc
refactor: improve binance_vision method naming
xmatthias Jan 26, 2025
a0bc3d9
refactor: simplify binance_public_data
xmatthias Jan 26, 2025
33549a6
fix: add small offset to allow since to be slightly different
xmatthias Jan 26, 2025
1aac8df
chore: align interface of get_overall_performance
xmatthias Jan 26, 2025
78c71cd
refactor: make performance_query work in a dynamic way
xmatthias Jan 26, 2025
4ee875c
fix: use properly calculated relative ratio for /entries and /exits
xmatthias Jan 26, 2025
fa4a540
test: adjust tests for new performance calculation
xmatthias Jan 26, 2025
b01de10
test: adjust further tests
xmatthias Jan 26, 2025
f9d4d38
fix: only consider filled orders
xmatthias Jan 26, 2025
eb24d11
chore: improve method docstring
xmatthias Jan 26, 2025
99b2857
fix: align profit calculations between best pair and /performance
xmatthias Jan 26, 2025
cf563c1
test: update tests for new best-pair logic
xmatthias Jan 26, 2025
33eaa4b
chore: add bt note to _generic_performance_query
xmatthias Jan 26, 2025
319ea10
chore(deps-dev): bump ruff from 0.9.2 to 0.9.3
dependabot[bot] Jan 27, 2025
4a9483c
chore(deps): bump fastapi from 0.115.6 to 0.115.7
dependabot[bot] Jan 27, 2025
997f914
chore(deps): bump pymdown-extensions from 10.14 to 10.14.1
dependabot[bot] Jan 27, 2025
567a4f9
chore(deps): bump filelock from 3.16.1 to 3.17.0
dependabot[bot] Jan 27, 2025
223ea8a
chore(deps): bump ccxt from 4.4.49 to 4.4.50
dependabot[bot] Jan 27, 2025
8e35793
chore(deps): bump cachetools from 5.5.0 to 5.5.1
dependabot[bot] Jan 27, 2025
5b06db2
chore(deps): bump prompt-toolkit from 3.0.36 to 3.0.50
dependabot[bot] Jan 27, 2025
4a582e5
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
dependabot[bot] Jan 27, 2025
1495a15
Merge pull request #11292 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Jan 27, 2025
cfbc6a5
Merge pull request #11293 from freqtrade/dependabot/pip/develop/fasta…
xmatthias Jan 27, 2025
f288381
Merge pull request #11294 from freqtrade/dependabot/pip/develop/pymdo…
xmatthias Jan 27, 2025
152705b
chore(deps-dev): bump pre-commit from 4.0.1 to 4.1.0
dependabot[bot] Jan 27, 2025
b91deaa
chore(deps): bump pydantic from 2.10.5 to 2.10.6
dependabot[bot] Jan 27, 2025
d70a489
Merge pull request #11295 from freqtrade/dependabot/pip/develop/filel…
xmatthias Jan 27, 2025
ddad3ba
Merge pull request #11301 from freqtrade/dependabot/github_actions/de…
xmatthias Jan 27, 2025
41535be
Merge pull request #11296 from freqtrade/dependabot/pip/develop/pre-c…
xmatthias Jan 27, 2025
4d00309
Merge pull request #11297 from freqtrade/dependabot/pip/develop/pydan…
xmatthias Jan 27, 2025
e257589
Merge pull request #11298 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Jan 27, 2025
939e3e4
Merge pull request #11299 from freqtrade/dependabot/pip/develop/cache…
xmatthias Jan 27, 2025
9b0beb0
Merge pull request #11300 from freqtrade/dependabot/pip/develop/promp…
xmatthias Jan 27, 2025
62e3f40
chore: make some internal fetch-trades methods require since
xmatthias Jan 27, 2025
de8b3a8
chore: update pre-commit hooks
xmatthias Jan 28, 2025
0e807d4
chore: fix typo as identified by codespell
xmatthias Jan 28, 2025
262cfed
Merge pull request #11302 from freqtrade/update/pre-commit-hooks
xmatthias Jan 28, 2025
fd4cd11
test: simplify api_ws_test
xmatthias Jan 28, 2025
486a4ed
chore: remove unused fixture
xmatthias Jan 28, 2025
a6005fd
feat: simplify traceback display
xmatthias Jan 29, 2025
63ca884
chore: remove unused import
xmatthias Jan 29, 2025
24ebe1a
chore: update pre-commit hooks
xmatthias Jan 30, 2025
9401028
Merge pull request #11304 from freqtrade/update/binance-leverage-tiers
xmatthias Jan 30, 2025
7d3c8b4
Add some distinction on the trailing_only_offset_is_reached
Vaadasch Jan 30, 2025
ba244cd
chore: bump develop version to 2025.2
xmatthias Jan 30, 2025
7a17cd7
chore: remove coinbasepro exchange
xmatthias Jan 31, 2025
8af8260
feat: initial "features" support
xmatthias Jan 31, 2025
d530527
test: add test for exchange.features
xmatthias Jan 31, 2025
35f7c97
test: add "ohlcv_limit" live test
xmatthias Jan 31, 2025
f90cd44
feat: default ohlcv_limit to ccxt's features definition
xmatthias Feb 1, 2025
26af62e
feat: remove manual ohlcv limit definitions where possible
xmatthias Feb 1, 2025
89b6cc8
test: update test for removed manual limits
xmatthias Feb 1, 2025
fc0cae2
fix: improve reliability when fetching from "features"
xmatthias Feb 1, 2025
5d4324d
test: update percentChange pairlist test
xmatthias Feb 1, 2025
6b3fff6
refactor: pair_history should only be available in webserver mode
xmatthias Feb 1, 2025
e1cc7dc
feat: allow pair-history from "live" candles
xmatthias Feb 1, 2025
7dd0f21
feat: Add "exchange" fields to pair_history
xmatthias Feb 1, 2025
6fb74fa
feat: add "live_mode" flag to pair_history
xmatthias Feb 1, 2025
ae42f8d
feat: api /pair_history - make Strategy optional
xmatthias Feb 1, 2025
fda7b0f
chore: increment api_version
xmatthias Feb 1, 2025
a807d2d
test: Add test for /pair_history without strategy
xmatthias Feb 1, 2025
187c8b8
test: add test for "live" mode of /pair_history
xmatthias Feb 1, 2025
b42a91d
test: remove unused parameter
xmatthias Feb 2, 2025
59837ef
feat: add "/markets" endpoint
xmatthias Feb 2, 2025
ecf013d
feat: include exchangeID in /markets response
xmatthias Feb 2, 2025
0181e00
test: add test for /markets endpoint
xmatthias Feb 2, 2025
4c5c054
fix: since_ms is mandatory
xmatthias Feb 2, 2025
f1f3553
chore: re-add candle-limit for funding fee candles
xmatthias Feb 2, 2025
1692452
chore(deps-dev): bump pytest-asyncio in the pytest group
dependabot[bot] Feb 3, 2025
aaab2a1
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Feb 3, 2025
973aa6a
chore(deps): bump ccxt from 4.4.50 to 4.4.52
dependabot[bot] Feb 3, 2025
86d65f8
chore(deps-dev): bump ruff from 0.9.3 to 0.9.4
dependabot[bot] Feb 3, 2025
d8d35ec
chore(deps): bump pytz from 2024.2 to 2025.1
dependabot[bot] Feb 3, 2025
97da78c
chore(deps): bump torch from 2.2.2 to 2.6.0
dependabot[bot] Feb 3, 2025
75542cd
chore(deps-dev): bump nbconvert from 7.16.5 to 7.16.6
dependabot[bot] Feb 3, 2025
bee897f
chore(deps): bump stable-baselines3 from 2.4.1 to 2.5.0
dependabot[bot] Feb 3, 2025
5f72ed9
chore(deps): bump plotly from 5.24.1 to 6.0.0
dependabot[bot] Feb 3, 2025
3a8c594
chore(deps): bump fastapi from 0.115.7 to 0.115.8
dependabot[bot] Feb 3, 2025
6d5cd69
Merge pull request #11321 from freqtrade/dependabot/pip/develop/pytes…
xmatthias Feb 3, 2025
37e16ac
Merge pull request #11324 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Feb 3, 2025
9d22dac
Merge pull request #11327 from freqtrade/dependabot/pip/develop/nbcon…
xmatthias Feb 3, 2025
78bf9bf
chore(deps-dev): bump isort from 5.13.2 to 6.0.0
dependabot[bot] Feb 3, 2025
9983b44
Merge pull request #11325 from freqtrade/dependabot/pip/develop/pytz-…
xmatthias Feb 3, 2025
97c67d5
Merge pull request #11322 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Feb 3, 2025
f4fdcfc
Merge pull request #11323 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Feb 3, 2025
0c35f3a
chore(deps): bump pymdown-extensions from 10.14.1 to 10.14.3
dependabot[bot] Feb 3, 2025
963ec23
Merge pull request #11330 from freqtrade/dependabot/pip/develop/plotl…
xmatthias Feb 3, 2025
c1c9f01
Merge pull request #11332 from freqtrade/dependabot/pip/develop/pymdo…
xmatthias Feb 3, 2025
a2e674b
Merge pull request #11329 from freqtrade/dependabot/pip/develop/isort…
xmatthias Feb 3, 2025
6910663
Merge pull request #11331 from freqtrade/dependabot/pip/develop/fasta…
xmatthias Feb 3, 2025
37031ba
chore: pin sb3 for macos x86
xmatthias Feb 3, 2025
c131493
Merge pull request #11328 from freqtrade/dependabot/pip/develop/stabl…
xmatthias Feb 3, 2025
b4af893
Merge pull request #11326 from freqtrade/dependabot/pip/develop/torch…
xmatthias Feb 3, 2025
3504073
fix: random fail on parallel webserver requests
xmatthias Feb 2, 2025
8cad9c8
chore: add improved exception logging
xmatthias Feb 2, 2025
2bfd66d
chore: use loop_lock for all run_until_complete usages
xmatthias Feb 2, 2025
a412ff7
chore: update pre-commit hooks
xmatthias Feb 4, 2025
323b9f8
fix(api): only write export when backtest happened
xmatthias Feb 4, 2025
3e06971
Merge pull request #11333 from freqtrade/update/pre-commit-hooks
xmatthias Feb 4, 2025
857aeaa
chore: fix init sequence to avoid risk of "unbound error"
xmatthias Feb 4, 2025
18b35b0
chore: bump dockerfile base from 3.12.7 to 3.12.8
xmatthias Feb 5, 2025
85753be
chore: Bump armhf dockerversion to 3.11.11
xmatthias Feb 5, 2025
dbb9f22
fix: Runtime error on ohlcv deepcopy
xmatthias Feb 5, 2025
b75eb85
fix: Calculate liquidation price only once the initial order filled
xmatthias Feb 5, 2025
2e57158
chore: update pre-commit hooks
xmatthias Feb 6, 2025
99df346
Merge pull request #11339 from freqtrade/update/binance-leverage-tiers
xmatthias Feb 6, 2025
0130060
chore: add comment to clarify usage of retrier
xmatthias Feb 6, 2025
2cfb883
chore: rework docstring of MultiOutputRegressor
xmatthias Feb 6, 2025
9a22e5c
chore: try downgrade aiohttp
xmatthias Feb 7, 2025
7f7cff8
chore: use dt_now in backtesting
xmatthias Feb 7, 2025
18ce8af
fix: validate config when calling pair_history
xmatthias Feb 8, 2025
f060548
chore: remove unused method
xmatthias Feb 9, 2025
b9c7712
chore: add typing for hyperopt-pickle-magic
xmatthias Feb 9, 2025
a8ae767
fix: Hyperopt-magic - allow parent classes within the same file
xmatthias Feb 9, 2025
137bfc2
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Feb 10, 2025
82001d1
chore(deps): bump ta-lib from 0.4.34 to 0.6.2
dependabot[bot] Feb 10, 2025
e296242
chore(deps): bump xgboost from 2.1.3 to 2.1.4
dependabot[bot] Feb 10, 2025
3913e4f
chore(deps): bump sqlalchemy from 2.0.37 to 2.0.38
dependabot[bot] Feb 10, 2025
428ca97
chore(deps-dev): bump ruff from 0.9.4 to 0.9.5
dependabot[bot] Feb 10, 2025
4fd77e7
Merge pull request #11356 from freqtrade/dependabot/pip/develop/xgboo…
xmatthias Feb 10, 2025
5a9f66e
Merge pull request #11351 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Feb 10, 2025
21b8982
chore: ta-lib bump to 0.4.38
xmatthias Feb 10, 2025
d795af5
chore: bump sqlalchemy in pre-commit config
xmatthias Feb 10, 2025
f918a66
Merge pull request #11359 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Feb 10, 2025
0b4a6e7
chore(deps-dev): bump mypy from 1.14.1 to 1.15.0
dependabot[bot] Feb 10, 2025
57f55d4
Merge pull request #11357 from freqtrade/dependabot/pip/develop/sqlal…
xmatthias Feb 10, 2025
db8c191
Merge pull request #11360 from freqtrade/dependabot/pip/develop/mypy-…
xmatthias Feb 10, 2025
3deffb5
chore: update ta-lib pre-built binaries
xmatthias Feb 10, 2025
3ec892a
Merge pull request #11355 from freqtrade/dependabot/pip/develop/ta-li…
xmatthias Feb 10, 2025
a0d8055
chore: update pre-commit hooks
xmatthias Feb 11, 2025
a46d41a
Merge pull request #11367 from freqtrade/update/pre-commit-hooks
xmatthias Feb 11, 2025
8394826
docs: improve wording in trailing stop docs
xmatthias Feb 11, 2025
2350aa6
Merge branch 'develop' into ftclient_timeout
xmatthias Feb 11, 2025
ae068bd
chore: fix formatting
xmatthias Feb 11, 2025
8009c03
Merge pull request #11117 from arenstar/ftclient_timeout
xmatthias Feb 11, 2025
08e1a61
feat: use unwatch to stop watching a websocket
xmatthias Feb 11, 2025
44d7982
feat: unwatch_ohlcv - improved error handling
xmatthias Feb 11, 2025
78d213a
test: add test coverage for unwatch_ohlcv
xmatthias Feb 11, 2025
2f83f07
fix: use constant for metadata number mode
xmatthias Feb 11, 2025
d00f82a
chore: remove deprecated image form CI matrix
xmatthias Feb 11, 2025
967ad2f
chore(deps): bump cryptography from 42.0.8 to 44.0.1
dependabot[bot] Feb 11, 2025
91131d7
Merge pull request #11370 from freqtrade/dependabot/pip/cryptography-…
xmatthias Feb 11, 2025
7caa22c
chore(deps): bump ccxt from 4.4.52 to 4.4.58
dependabot[bot] Feb 11, 2025
e3a9b0a
Merge pull request #11371 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Feb 12, 2025
7d19e0e
chore: update pre-commit hooks
xmatthias Feb 13, 2025
8a5ff4e
Merge pull request #11373 from freqtrade/update/binance-leverage-tiers
xmatthias Feb 13, 2025
c3c6207
Merge pull request #11368 from freqtrade/fix/nan_metadata
robcaulk Feb 13, 2025
f14c4eb
chore: improve code structure in logging module
xmatthias Feb 15, 2025
314c017
feat: enable trade.from_json to import backtested trades
xmatthias Feb 16, 2025
b3e0b42
test: add test for backtest-from_json
xmatthias Feb 16, 2025
b2881af
fix: accidental modification
xmatthias Feb 16, 2025
b285cdd
doc: add timeframe to 101 strategy so it's "auto-runnable"
xmatthias Feb 16, 2025
22b096b
chore: Improve security of workflows
xmatthias Feb 16, 2025
84d49a0
chore: disable all permissions on dockerhub permission update ci
xmatthias Feb 16, 2025
02c2e45
chore(ci): don't persist credentials
xmatthias Feb 16, 2025
c8aff56
chore(ci): don't persist credentials
xmatthias Feb 16, 2025
ad55615
chore(ci): Improve structure in devcontainer build
xmatthias Feb 16, 2025
a54f895
chore(ci): don't persist credentials
xmatthias Feb 16, 2025
4e2d263
fix: dockerfile.armhf should pin numpy<2
xmatthias Feb 16, 2025
a29c532
chore(ci): Improve CI security
xmatthias Feb 16, 2025
cf6a89e
chore: use zizmor to scan actions for security problems
xmatthias Feb 16, 2025
4a190bd
chore(ci): Move permissions into job
xmatthias Feb 16, 2025
2a95a3a
Merge pull request #11306 from Vaadasch/patch-1
xmatthias Feb 16, 2025
9584f6c
chore(deps): bump mkdocs-material in the mkdocs group
dependabot[bot] Feb 17, 2025
5ab993b
chore(deps): bump websockets from 14.2 to 15.0
dependabot[bot] Feb 17, 2025
5683063
chore(deps): bump scipy from 1.15.1 to 1.15.2
dependabot[bot] Feb 17, 2025
aae92c2
chore(deps): bump tensorboard from 2.18.0 to 2.19.0
dependabot[bot] Feb 17, 2025
3924514
chore(deps): bump ccxt from 4.4.58 to 4.4.59
dependabot[bot] Feb 17, 2025
c339853
chore(deps-dev): bump ruff from 0.9.5 to 0.9.6
dependabot[bot] Feb 17, 2025
f12964f
chore(deps): bump humanize from 4.11.0 to 4.12.0
dependabot[bot] Feb 17, 2025
d4900c2
chore(deps): bump psutil from 6.1.1 to 7.0.0
dependabot[bot] Feb 17, 2025
1f575d9
Merge pull request #11389 from freqtrade/dependabot/pip/develop/ruff-…
xmatthias Feb 17, 2025
4cfbcef
Merge pull request #11388 from freqtrade/dependabot/pip/develop/ccxt-…
xmatthias Feb 17, 2025
ec97723
Merge pull request #11386 from freqtrade/dependabot/pip/develop/tenso…
xmatthias Feb 17, 2025
8964cfc
Merge pull request #11391 from freqtrade/dependabot/pip/develop/human…
xmatthias Feb 17, 2025
11404ef
Merge pull request #11385 from freqtrade/dependabot/pip/develop/scipy…
xmatthias Feb 17, 2025
382befb
chore(deps): bump cryptography from 42.0.8 to 44.0.1
dependabot[bot] Feb 17, 2025
f54b7d5
chore(deps): bump lightgbm from 4.5.0 to 4.6.0
dependabot[bot] Feb 17, 2025
5022407
Merge pull request #11392 from freqtrade/dependabot/pip/develop/psuti…
xmatthias Feb 17, 2025
63ca07a
chore: bump cryptography for armv7
xmatthias Feb 17, 2025
cdf3376
Merge pull request #11383 from freqtrade/dependabot/pip/develop/mkdoc…
xmatthias Feb 17, 2025
0e08173
Merge pull request #11394 from freqtrade/dependabot/pip/develop/light…
xmatthias Feb 17, 2025
ea1b7c6
Merge pull request #11384 from freqtrade/dependabot/pip/develop/webso…
xmatthias Feb 17, 2025
ec82894
Merge pull request #11390 from freqtrade/dependabot/pip/develop/crypt…
xmatthias Feb 17, 2025
6fc81fa
chore: update pre-commit hooks
xmatthias Feb 18, 2025
fa939a7
Merge pull request #11399 from freqtrade/update/pre-commit-hooks
xmatthias Feb 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump fastapi from 0.115.6 to 0.115.7
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.6 to 0.115.7.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.6...0.115.7)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 27, 2025
commit 4a9483c66998843d9b9e8955e0f8fa802d75a044
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ orjson==3.10.15
sdnotify==0.3.2

# API Server
fastapi==0.115.6
fastapi==0.115.7
pydantic==2.10.5
uvicorn==0.34.0
pyjwt==2.10.1