langchain-nomic 0.1.3__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langchain-nomic
3
- Version: 0.1.3
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
@@ -11,7 +11,7 @@ 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.2.40,<0.4)
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
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
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langchain-nomic"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "An integration package connecting Nomic and LangChain"
5
5
  authors = []
6
6
  readme = "README.md"
@@ -13,7 +13,7 @@ license = "MIT"
13
13
 
14
14
  [tool.poetry.dependencies]
15
15
  python = ">=3.9,<4.0"
16
- langchain-core = ">=0.2.40,<0.4"
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
17
  nomic = "^3.1.2"
18
18
  pillow = "^10.3.0"
19
19
 
@@ -97,7 +97,6 @@ addopts = "--snapshot-warn-unused --strict-markers --strict-config --durations=5
97
97
  # https://docs.pytest.org/en/7.1.x/example/markers.html#registering-markers
98
98
  markers = [
99
99
  "requires: mark tests as requiring a specific library",
100
- "asyncio: mark tests as requiring asyncio",
101
100
  "compile: mark placeholder test used to compile integration tests without running them",
102
101
  ]
103
102
  asyncio_mode = "auto"
File without changes