Sergey Rublev
Sergey Rublev
This also fixes #12
@vendethiel answered at the gist.
Great plan! Should support of multipart form data included to this milestone? Currently we use zio-http, but for uploading files via multipart we are forced to use akka-http as a...
Actually it failed in `parse_version_specifiers_str` with following input `dsproto @ git+ssh://[email protected]/dataspike-io/proto.git@a4d900ee9b9084d54d7a895b8aa1b9e366043211` It's my dependency from pyproject.toml
Rust backtrace on latest master ``` thread 'main' panicked at 'package version specifier(s)', crates/huak_ops/src/package.rs:96:14 stack backtrace: 0: rust_begin_unwind at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/std/src/panicking.rs:593:5 1: core::panicking::panic_fmt at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/panicking.rs:67:14 2: core::panicking::panic_display at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/panicking.rs:150:5 3: core::panicking::panic_str...
dependency for `dsproto` declared as `"dsproto @ git+ssh://[email protected]/dataspike-io/[email protected]"` in my pyproject.toml
> What happens if you change to a pep440-compliant version https://peps.python.org/pep-0440/#pre-releases But it actually it's not a version, it's a git tag, it could be also a branch or commit....
Have same issue
Looks like related issue #1498