osrd
osrd copied to clipboard
An open source web application for railway infrastructure design, capacity analysis, timetabling and simulation
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.33. Release notes Sourced from thiserror's releases. 1.0.33 Expose backtraces via the new "generic member access" API on the Error trait (rust-lang/rust#99301, rust-lang/rust#96024) Commits fdb266a...
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.18 to 3.2.19. Release notes Sourced from clap's releases. v3.2.19 [3.2.19] - 2022-08-30 Fixes (help) Ensure required arguments for parent commands aren't shown in their subcommands when...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.3 to 1.9.7. Release notes Sourced from sentry-sdk's releases. 1.9.7 Various fixes & improvements Let SentryAsgiMiddleware work with Starlette and FastAPI integrations (#1594) by @antonpirker Note: The...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.1 to 1.10.1. Release notes Sourced from pydantic's releases. v1.10.1 (2022-08-31) Add __hash__ method to pydancic.color.Color class, #4454 by @czaki Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.1 v1.10.0 (2022-08-30) See #4419...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.4 to 1.9.7. Release notes Sourced from sentry-sdk's releases. 1.9.7 Various fixes & improvements Let SentryAsgiMiddleware work with Starlette and FastAPI integrations (#1594) by @antonpirker Note: The...
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.6 to 1.54.8. Release notes Sourced from sass's releases. Dart Sass 1.54.8 To install Sass 1.54.8, download one of the packages below and add it to your...
Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Move the database migration and initialization code from the django service to the rust service. This is the last migration step....
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Move the pathfinding APIs from the deprecated django service to the rust service. ## Goal ## Acceptance criteria - [ ]...
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Move the simulation endpoints from the deprecated django service to the new rust service. ## Acceptance criteria - [ ] Criteria...