langchain-nomic 0.1.2__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,20 +1,21 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langchain-nomic
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: An integration package connecting Nomic and LangChain
5
5
  Home-page: https://github.com/langchain-ai/langchain
6
6
  License: MIT
7
- Requires-Python: >=3.8.1,<4.0
7
+ Requires-Python: >=3.9,<4.0
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.9
11
11
  Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Requires-Dist: langchain-core (>=0.1.46,<0.3)
15
- Requires-Dist: nomic (>=3.0.29,<4.0.0)
14
+ Requires-Dist: langchain-core (>=0.2.43,<0.4.0,!=0.3.0,!=0.3.1,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14)
15
+ Requires-Dist: nomic (>=3.1.2,<4.0.0)
16
16
  Requires-Dist: pillow (>=10.3.0,<11.0.0)
17
17
  Project-URL: Repository, https://github.com/langchain-ai/langchain
18
+ Project-URL: Release Notes, https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-nomic%3D%3D0%22&expanded=true
18
19
  Project-URL: Source Code, https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic
19
20
  Description-Content-Type: text/markdown
20
21
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langchain-nomic"
3
- version = "0.1.2"
3
+ version = "0.1.4"
4
4
  description = "An integration package connecting Nomic and LangChain"
5
5
  authors = []
6
6
  readme = "README.md"
@@ -9,11 +9,12 @@ license = "MIT"
9
9
 
10
10
  [tool.poetry.urls]
11
11
  "Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/nomic"
12
+ "Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-nomic%3D%3D0%22&expanded=true"
12
13
 
13
14
  [tool.poetry.dependencies]
14
- python = ">=3.8.1,<4.0"
15
- langchain-core = ">=0.1.46,<0.3"
16
- nomic = "^3.0.29"
15
+ python = ">=3.9,<4.0"
16
+ langchain-core = ">=0.2.43,<0.4.0,!=0.3.0,!=0.3.1,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14"
17
+ nomic = "^3.1.2"
17
18
  pillow = "^10.3.0"
18
19
 
19
20
  [tool.poetry.group.test]
@@ -28,6 +29,14 @@ pytest-watcher = "^0.3.4"
28
29
  pytest-asyncio = "^0.21.1"
29
30
  langchain-core = { path = "../../core", develop = true }
30
31
 
32
+ [[tool.poetry.group.test.dependencies.numpy]]
33
+ version = "^1.24.0"
34
+ python = "<3.12"
35
+
36
+ [[tool.poetry.group.test.dependencies.numpy]]
37
+ version = "^1.26.0"
38
+ python = ">=3.12"
39
+
31
40
  [tool.poetry.group.codespell]
32
41
  optional = true
33
42
 
@@ -88,7 +97,6 @@ addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5
88
97
  # https://docs.pytest.org/en/7.1.x/example/markers.html#registering-markers
89
98
  markers = [
90
99
  "requires: mark tests as requiring a specific library",
91
- "asyncio: mark tests as requiring asyncio",
92
100
  "compile: mark placeholder test used to compile integration tests without running them",
93
101
  ]
94
102
  asyncio_mode = "auto"
File without changes