v0.3 dev releases (#26096)

branch for cutting dev releases

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Bagatur
2024-09-06 16:35:19 -04:00
committed by GitHub
parent 6405e7fa07
commit bccc546a25
18 changed files with 45 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ if __name__ == "__main__":
# see if we're releasing an rc
version = toml_data["tool"]["poetry"]["version"]
releasing_rc = "rc" in version
releasing_rc = "rc" in version or "dev" in version
# if not, iterate through dependencies and make sure none allow prereleases
if not releasing_rc: