release(nomic): 1.0.0 (#33574)

This commit is contained in:
Mason Daugherty
2025-10-17 11:16:41 -04:00
committed by GitHub
parent f1fca4f46f
commit 6f4978041e
2 changed files with 6 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ name = "exceptiongroup"
version = "1.3.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
wheels = [
@@ -362,7 +362,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.0a6"
version = "1.0.0"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -420,7 +420,7 @@ typing = [
[[package]]
name = "langchain-nomic"
version = "1.0.0a1"
version = "1.0.0"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@@ -480,7 +480,7 @@ typing = [
[[package]]
name = "langchain-tests"
version = "1.0.0a2"
version = "1.0.0"
source = { editable = "../../standard-tests" }
dependencies = [
{ name = "httpx" },